summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net/sched: Fix mirred deadlock on device recursionEric Dumazet13 days1-0/+6
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-041-0/+6
|\
| * bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki2024-04-021-0/+6
* | net: do not consume a cacheline for system_page_poolEric Dumazet2024-03-291-1/+1
* | gro: fix ownership transferAntoine Tenart2024-03-291-1/+2
|/
* net: mark racy access on sk->sk_rcvbuflinke li2024-03-251-2/+2
* net: report RCU QS on threaded NAPI repollingYan Zhai2024-03-201-0/+3
* net: move dev->state into net_device_read_txrx groupEric Dumazet2024-03-191-1/+2
* packet: annotate data-races around ignore_outgoingEric Dumazet2024-03-181-1/+1
* Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-1225-518/+1227
|\
| * net: page_pool: factor out page_pool recycle checkMina Almasry2024-03-111-2/+7
| * net: add skb_data_unref() helperEric Dumazet2024-03-081-3/+1
| * net: dqs: add NIC stall detector based on BQLJakub Kicinski2024-03-081-0/+62
| * netdev: add queue stat for alloc failuresJakub Kicinski2024-03-071-1/+2
| * netdev: add per-queue statisticsJakub Kicinski2024-03-073-0/+227
| * net: move rps_sock_flow_table to net_hotdataEric Dumazet2024-03-072-12/+9
| * net: introduce include/net/rps.hEric Dumazet2024-03-073-0/+3
| * net: move skbuff_cache(s) to net_hotdataEric Dumazet2024-03-072-26/+23
| * net: move dev_rx_weight to net_hotdataEric Dumazet2024-03-073-3/+3
| * net: move dev_tx_weight to net_hotdataEric Dumazet2024-03-073-2/+2
| * net: move netdev_max_backlog to net_hotdataEric Dumazet2024-03-074-7/+8
| * net: move ptype_all into net_hotdataEric Dumazet2024-03-073-12/+12
| * net: move netdev_tstamp_prequeue into net_hotdataEric Dumazet2024-03-074-7/+8
| * net: move netdev_budget and netdev_budget to net_hotdataEric Dumazet2024-03-074-9/+10
| * net: introduce struct net_hotdataEric Dumazet2024-03-075-12/+20
| * netlink: let core handle error cases in dump operationsEric Dumazet2024-03-071-4/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-073-25/+4
| |\
| * | netdev: let netlink core handle -EMSGSIZE errorsJakub Kicinski2024-03-062-14/+3
| * | sock: Use unsafe_memcpy() for sock_copy()Kees Cook2024-03-051-2/+3
| * | net: gro: enable fast path for more casesEric Dumazet2024-03-051-7/+16
| * | net: gro: rename skb_gro_header_hard()Eric Dumazet2024-03-051-1/+1
| * | 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-022-12/+12
| |\ \
| | * | bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu2024-01-312-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
| |\ \ \
| * | | | 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-281-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-222-14/+16
| |\ \ \ \
| * | | | | 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-201-1/+1
| * | | | | net: reorganize "struct sock" fieldsEric Dumazet2024-02-201-0/+62
| * | | | | net: add netmem to skb_frag_tMina Almasry2024-02-201-7/+27