summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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
2021-10-13Revert "net: procfs: add seq_puts() statement for dev_mcast"Vladimir Oltean
2021-10-06rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-09-30net: dev_addr_list: handle first address in __hw_addr_add_exJakub Kicinski
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni
2021-09-20napi: fix race inside napi_enableXuan Zhuo
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-09-13bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann
2021-09-03skbuff: clean up inconsistent indentingColin Ian King