summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2024-03-052-24/+2
* page_pool: fix netlink dump stop/resumeJakub Kicinski2024-03-041-1/+2
* rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma2024-02-281-6/+5
* dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet2024-02-261-1/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-02-221-2/+5
|\
| * bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida2024-02-211-2/+5
* | net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet2024-02-211-12/+11
* | net: add rcu safety to rtnl_prop_list_size()Eric Dumazet2024-02-122-7/+10
* | net-device: move lstats in net_device_read_txrxEric Dumazet2024-02-121-1/+2
* | net: Fix from address in memcpy_to_iter_csum()Michael Lass2024-02-021-1/+1
|/
* 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