summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-131-12/+24
|\
| * net: add callback for setting a ubuf_info to skbPavel Begunkov2024-04-221-6/+14
| * net: extend ubuf_info callback to ops structurePavel Begunkov2024-04-221-6/+10
* | net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo2024-05-061-3/+10
* | rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats2024-05-031-1/+1
* | net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert2024-05-021-0/+1
* | net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau2024-05-011-8/+19
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-262-14/+33
|\ \
| * | xdp: use flags field to disambiguate broadcast redirectToke Høiland-Jørgensen2024-04-221-10/+32
| * | bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueueJason Xing2024-04-081-4/+1
| |/
* / net/sched: Fix mirred deadlock on device recursionEric Dumazet2024-04-171-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