summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2022-02-08net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann
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-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
2021-12-31lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern
2021-12-17net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey
2021-12-17net/sched: Extend qdisc control block with tc control blockPaul Blakey
2021-12-16net: Fix double 0x prefix print in SKB dumpGal Pressman
2021-12-08net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-06devlink: fix netns refcount leak in devlink_nl_cmd_reload()Eric Dumazet
2021-12-01net: annotate data-races on txq->xmit_lock_ownerEric Dumazet
2021-11-29wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld
2021-11-29ipv6: fix memory leak in fib6_rule_suppressmsizanoen1
2021-11-22net, neigh: Fix crash in v6 module initialization error pathDaniel Borkmann
2021-11-20bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmapJohn Fastabend
2021-11-20bpf, sockmap: Attach map progs to psock early for feature probesJohn Fastabend
2021-11-18devlink: Don't throw an error if flash notification sent before devlink visibleLeon Romanovsky
2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin
2021-11-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-11-15bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov
2021-11-15sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa
2021-11-10net: fix premature exit from NAPI state polling in napi_disable()Alexander Lobakin
2021-11-09bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki
2021-11-09bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend
2021-11-09bpf, sockmap: Use stricter sk state checks in sk_lookup_assignJohn Fastabend
2021-11-04devlink: fix flexible_array.cocci warningGuo Zhengkui
2021-11-04net: fix possible NULL deref in sock_reserve_memoryEric Dumazet
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad
2021-11-02net: add and use skb_unclone_keeptruesize() helperEric Dumazet
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad
2021-11-01skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian
2021-11-01ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski
2021-11-01devlink: expose get/put functionsJakub Kicinski
2021-11-01ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski
2021-10-29cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi
2021-10-29devlink: make all symbols GPL-onlyJakub Kicinski
2021-10-29mctp: Add flow extension to skbJeremy Kerr
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski