summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/page_alloc: modify page_frag_alloc_align() to accept align as an argumentYunsheng Lin2024-03-051-3/+6
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-032-12/+12
|\
| * bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu2024-02-012-12/+12
* | inet: prepare inet_base_seq() to run without RTNLEric Dumazet2024-03-011-2/+3
* | ipv6: annotate data-races around cnf.forwardingEric Dumazet2024-03-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-292-7/+6
|\ \
| * | rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma2024-02-291-6/+5
| * | dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet2024-02-271-1/+1
* | | net: get stats64 if device if driver is configuredBreno Leitao2024-02-291-0/+2
* | | net: call skb_defer_free_flush() from __napi_busy_loop()Eric Dumazet2024-02-291-21/+22
* | | net: make SK_MEMORY_PCPU_RESERV tunableAdam Li2024-02-282-0/+10
* | | rtnetlink: provide RCU protection to rtnl_fill_prop_list()Eric Dumazet2024-02-261-5/+4
* | | rtnetlink: make rtnl_fill_link_ifmap() RCU readyEric Dumazet2024-02-261-10/+11
* | | rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet2024-02-261-0/+2
* | | ipv6: prepare inet6_fill_ifinfo() for RCU protectionEric Dumazet2024-02-261-2/+2
* | | rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet2024-02-262-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-232-14/+16
|\| |
| * | 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: mctp: copy skb ext data when fragmentingJeremy Kerr2024-02-221-0/+8
* | | | net: fix pointer check in skb_pp_cow_data routineLorenzo Bianconi2024-02-211-1/+1
* | | | net: reorganize "struct sock" fieldsEric Dumazet2024-02-201-0/+62
* | | | net: add netmem to skb_frag_tMina Almasry2024-02-201-7/+27
* | | | net: sysfs: Do not create sysfs for non BQL deviceBreno Leitao2024-02-191-11/+24
* | | | net: page_pool: fix recycle stats for system page_pool allocatorLorenzo Bianconi2024-02-192-5/+18
* | | | page_pool: disable direct recycling based on pool->cpuid on destroyAlexander Lobakin2024-02-192-4/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-162-8/+12
|\| | |
| * | | net: add rcu safety to rtnl_prop_list_size()Eric Dumazet2024-02-132-7/+10
| * | | net-device: move lstats in net_device_read_txrxEric Dumazet2024-02-121-1/+2
* | | | net: remove dev_base_lockEric Dumazet2024-02-141-35/+4
* | | | net: remove dev_base_lock from register_netdevice() and friends.Eric Dumazet2024-02-141-13/+7
* | | | net: remove dev_base_lock from do_setlink()Eric Dumazet2024-02-141-2/+0
* | | | net: add netdev_set_operstate() helperEric Dumazet2024-02-142-14/+17
* | | | net-sysfs: convert netstat_show() to RCUEric Dumazet2024-02-141-3/+3
* | | | net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet2024-02-143-7/+5
* | | | net-sysfs: use dev_addr_sem to remove races in address_show()Eric Dumazet2024-02-143-4/+11
* | | | net-sysfs: convert netdev_show() to RCUEric Dumazet2024-02-141-7/+10
* | | | net: convert dev->reg_state to u8Eric Dumazet2024-02-141-4/+4
* | | | dev: annotate accesses to dev->linkEric Dumazet2024-02-141-1/+1
* | | | net: annotate data-races around dev->name_assign_typeEric Dumazet2024-02-142-5/+5
* | | | veth: rely on skb_pp_cow_data utility routineLorenzo Bianconi2024-02-141-2/+3
* | | | xdp: add multi-buff support for xdp running in generic modeLorenzo Bianconi2024-02-142-19/+142
* | | | xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...Lorenzo Bianconi2024-02-141-7/+9
* | | | net: add generic percpu page_pool allocatorLorenzo Bianconi2024-02-143-6/+67
* | | | rtnetlink: use xarray iterator to implement rtnl_dump_ifinfo()Eric Dumazet2024-02-141-38/+20
* | | | net: use synchronize_rcu_expedited in cleanup_net()Eric Dumazet2024-02-121-1/+1
* | | | net: use synchronize_net() in dev_change_name()Eric Dumazet2024-02-121-1/+1
* | | | Merge branch 'for-io_uring-add-napi-busy-polling-support'Jakub Kicinski2024-02-091-14/+43
|\ \ \ \
| * | | | net: add napi_busy_loop_rcu()Stefan Roesch2024-02-091-0/+15