summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-13/+12
2025-02-20Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni-99/+22
2025-02-20net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni-6/+7
2025-02-19net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao-3/+34
2025-02-19flow_dissector: Fix port range key handling in BPF conversionCong Wang-8/+10
2025-02-19flow_dissector: Fix handling of mixed port and port-range keysCong Wang-12/+19
2025-02-18dev: Use rtnl_net_dev_lock() in unregister_netdev().Kuniyuki Iwashima-4/+2
2025-02-18net: Fix dev_net(dev) race in unregister_netdevice_notifier_dev_net().Kuniyuki Iwashima-4/+44
2025-02-18net: Add net_passive_inc() and net_passive_dec().Kuniyuki Iwashima-4/+4
2025-02-18sockmap, vsock: For connectible sockets allow only connectedMichal Luczaj-0/+3
2025-02-17drop_monitor: fix incorrect initialization orderGavrilov Ilia-15/+14
2025-02-13Reapply "net: skb: introduce and use a single page frag cache"Jakub Kicinski-22/+98
2025-02-10neighbour: use RCU protection in __neigh_notify()Eric Dumazet-2/+6
2025-02-07Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni-98/+22
2025-02-07net: fib_rules: annotate data-races around rule->[io]ifindexEric Dumazet-11/+13
2025-02-06rtnetlink: fix netns leak with rtnl_setlink()Nicolas Dichtel-0/+1
2025-02-06flow_dissector: use RCU protection to fetch dev_net()Eric Dumazet-10/+11
2025-02-03net: harmonize tstats and dstatsPaolo Abeni-0/+14
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-37/+21
2025-01-30net: revert RTNL changes in unregister_netdevice_many_notify()Eric Dumazet-30/+3
2025-01-29net: xdp: Disallow attaching device-bound programs in generic modeToke Høiland-Jørgensen-0/+4
2025-01-29bpf: Disable non stream socket for strparserJiayuan Chen-1/+4
2025-01-29bpf: Fix wrong copied_seq calculationJiayuan Chen-0/+7
2025-01-29bpf: Remove unnecessary BTF lookups in bpf_sk_storage_tracing_allowedJared Kangas-12/+1
2025-01-27net: page_pool: don't try to stash the napi idJakub Kicinski-7/+14
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+3
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino-4/+3
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-5/+8
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-1/+4
2025-01-20net: provide pending ring configuration in net_deviceJakub Kicinski-0/+2
2025-01-20net: move HDS config from ethtool stateJakub Kicinski-4/+10
2025-01-20net: sched: refine software bypass handling in tc_runXin Long-6/+9
2025-01-18net: introduce netdev_napi_exit()Eric Dumazet-6/+17
2025-01-18net: destroy dev->lock later in free_netdev()Eric Dumazet-2/+2
2025-01-17net: let net.core.dev_weight always be non-zeroLiu Jian-1/+4
2025-01-16bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-writeDaniel Xu-1/+1
2025-01-16dev: Hold rtnl_net_lock() for dev_ifsioc().Kuniyuki Iwashima-26/+22
2025-01-16dev: Remove devnet_rename_sem.Kuniyuki Iwashima-14/+2
2025-01-16dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().Kuniyuki Iwashima-0/+2
2025-01-16selftests: drv-net-hw: inject pp_alloc_fail errors in the right placeJohn Daley-1/+1
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-23/+38
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski-2/+12
2025-01-15Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'Jakub Kicinski-22/+80
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)Eric Dumazet-2/+1
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)Eric Dumazet-0/+3
2025-01-15net: no longer hold RTNL while calling flush_all_backlogs()Eric Dumazet-3/+28
2025-01-15net: no longer assume RTNL is held in flush_all_backlogs()Eric Dumazet-18/+35
2025-01-15net: expedite synchronize_net() for cleanup_net()Eric Dumazet-1/+15
2025-01-15netdev-genl: remove rtnl_lock protection from NAPI opsJakub Kicinski-10/+0
2025-01-15net: protect NAPI config fields with netdev_lock()Jakub Kicinski-2/+3