summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOLMaciej Fijalkowski2024-01-241-0/+2
* xsk: fix usage of multi-buffer BPF helpers for ZC XDPMaciej Fijalkowski2024-01-241-6/+36
* net: fix removing a namespace with conflicting altnamesJakub Kicinski2024-01-222-0/+12
* udp: fix busy pollingEric Dumazet2024-01-211-2/+9
* tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao2024-01-191-3/+0
* Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-181-7/+7
|\
| * Revert "net: rtnetlink: Enslave device before bringing it up"Nicolas Dichtel2024-01-111-7/+7
* | Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-1/+1
|\ \ | |/ |/|
| * io_uring/unix: drop usage of io_uring socketJens Axboe2023-12-191-1/+1
| * Merge branch 'vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...Jens Axboe2023-12-121-1/+1
| |\
| * \ Merge tag 'io_uring-6.7-2023-12-08' of git://git.kernel.dk/linuxLinus Torvalds2023-12-081-0/+6
| |\ \
| | * | io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov2023-12-071-0/+6
* | | | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-1123-129/+1355
|\ \ \ \
| * | | | fib: rules: remove repeated assignment in fib_nl2ruleZhengchao Shao2024-01-071-1/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-041-2/+10
| |\ \ \ \
| * | | | | Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski2024-01-041-3/+0
| * | | | | net-device: move xdp_prog to net_device_read_rxEric Dumazet2024-01-031-1/+1
| * | | | | fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao2024-01-031-2/+1
| * | | | | net-device: move gso_partial_features to net_device_read_txEric Dumazet2024-01-021-1/+2
| * | | | | net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-01-011-0/+3
| * | | | | genetlink: Use internal flags for multicast groupsIdo Schimmel2023-12-291-1/+1
| * | | | | net: pktgen: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao2023-12-271-4/+2
| * | | | | net: rename dsa_realloc_skb to skb_ensure_writable_head_tailRadu Pirea (NXP OSS)2023-12-271-0/+25
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-214-1/+8
| |\ \ \ \ \
| * | | | | | net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira2023-12-201-2/+5
| * | | | | | net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira2023-12-201-2/+2
| * | | | | | rtnetlink: bridge: Enable MDB bulk deletionIdo Schimmel2023-12-201-1/+2
| * | | | | | rtnetlink: bridge: Invoke MDB bulk deletion when neededIdo Schimmel2023-12-201-0/+8
| * | | | | | rtnetlink: bridge: Use a different policy for MDB bulk deleteIdo Schimmel2023-12-201-2/+49
| * | | | | | Revert BPF token-related functionalityAndrii Nakryiko2023-12-191-18/+18
| * | | | | | bpf: Use nla_ok() instead of checking nla_len directlyJakub Kicinski2023-12-191-1/+1
| * | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-182-18/+51
| |\ \ \ \ \ \
| | * | | | | | xdp: Add VLAN tag hintLarysa Zaremba2023-12-131-0/+33
| | * | | | | | bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko2023-12-061-2/+2
| | * | | | | | bpf: take into account BPF token when fetching helper protosAndrii Nakryiko2023-12-061-16/+16
| * | | | | | | net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*Pedro Tammela2023-12-181-9/+3
| * | | | | | | skbuff: Optimization of SKB coalescing for page poolLiang Chen2023-12-171-12/+40
| * | | | | | | skbuff: Add a function to check if a page belongs to page_poolLiang Chen2023-12-171-1/+6
| * | | | | | | page_pool: halve BIAS_MAX for multiple user references of a fragmentLiang Chen2023-12-171-1/+1
| * | | | | | | net: Namespace-ify sysctl_optmem_maxEric Dumazet2023-12-155-21/+23
| * | | | | | | net: increase optmem_max default valueEric Dumazet2023-12-151-2/+4
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-143-2/+16
| |\ \ \ \ \ \ \
| * | | | | | | | net: page_pool: factor out releasing DMA from releasing the pageJakub Kicinski2023-12-131-9/+16
| * | | | | | | | page_pool: transition to reference count management after page drainingLiang Chen2023-12-131-6/+6
| * | | | | | | | Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"Johannes Berg2023-12-111-3/+12
| * | | | | | | | net: sysfs: fix locking in carrier readJohannes Berg2023-12-081-2/+7
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-072-1/+22
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | net: rtnetlink: remove local list in __linkwatch_run_queue()Johannes Berg2023-12-061-9/+4
| * | | | | | | | net: core: synchronize link-watch when carrier is queriedJohannes Berg2023-12-055-4/+17
| * | | | | | | | net-device: reorganize net_device fast path variablesCoco Li2023-12-051-0/+56