summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2022-03-16net-sysfs: add check for netdevice being present to speed_showsuresh kumar
2022-03-08net: fix up skbs delta_truesize in UDP GRO frag_listlena wang
2022-03-08bpf, sockmap: Do not ignore orig_len parameterEric Dumazet
2022-03-08of: net: move of_net under net/Jakub Kicinski
2022-03-02net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2022-03-02net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet
2022-03-02bpf: Do not try bpf_msg_push_data with len 0Felix Maurer
2022-02-23net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2022-02-23drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hitEric Dumazet
2022-02-05rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet
2022-02-01net-procfs: show net devices bound packet typesJianguo Wu
2022-02-01net: fix information leakage in /proc/net/ptypeCongyu Liu
2022-01-27net: fix sock_timestamping_bind_phc() to release deviceMiroslav Lichvar
2022-01-27devlink: Remove misleading internal_flags from health reporter dumpLeon Romanovsky
2022-01-27netns: add schedule point in ops_exit_list()Eric Dumazet
2022-01-27xdp: check prog type before updating BPF linkToke Høiland-Jørgensen
2022-01-27bpf: Do not WARN in bpf_warn_invalid_xdp_action()Paolo Abeni
2022-01-27net-sysfs: update the queue counts in the unregistration pathAntoine Tenart
2022-01-27net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey
2022-01-27bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().Kuniyuki Iwashima
2022-01-27bpf, sockmap: Fix double bpf_prog_put on error case in map_linkJohn Fastabend
2022-01-11lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern
2022-01-05net/sched: Extend qdisc control block with tc control blockPaul Blakey
2021-12-22net: Fix double 0x prefix print in SKB dumpGal Pressman
2021-12-14net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet
2021-12-14bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmapJohn Fastabend
2021-12-14devlink: fix netns refcount leak in devlink_nl_cmd_reload()Eric Dumazet
2021-12-14bpf, sockmap: Attach map progs to psock early for feature probesJohn Fastabend
2021-12-08net: annotate data-races on txq->xmit_lock_ownerEric Dumazet
2021-12-08wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld
2021-12-08ipv6: fix memory leak in fib6_rule_suppressmsizanoen1
2021-11-25net: add and use skb_unclone_keeptruesize() helperEric Dumazet
2021-11-25bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov
2021-11-25sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa
2021-11-18net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann
2021-11-18bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki
2021-11-18bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend
2021-11-18skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian
2021-11-18net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski
2021-11-18net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USEDaniel Borkmann
2021-11-18net: net_namespace: Fix undefined member in key_remove_domain()Yajun Deng
2021-11-18net-sysfs: try not to restart the syscall if it will fail eventuallyAntoine Tenart
2021-11-18net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc
2021-10-25net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long
2021-10-25net: Prevent infinite while loop in skb_tx_hash()Michael Chan
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer
2021-10-22skb_expand_head() adjust skb->truesize incorrectlyVasily Averin