summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2024-06-241-3/+1
|\
| * xdp: Remove WARN() from __xdp_reg_mem_model()Daniil Dulov2024-06-241-3/+1
* | net: add softirq safety to netdev_rename_lockEric Dumazet2024-06-211-6/+6
* | net: do not leave a dangling sk pointer, when socket creation failsIgnat Korchagin2024-06-201-0/+3
* | netns: Make get_net_ns() handle zero refcount netYue Haibing2024-06-181-2/+7
|/
* netdev-genl: fix error codes when outputting XDP featuresJakub Kicinski2024-06-141-8/+8
* bpf: Avoid splat in pskb_pull_reasonFlorian Westphal2024-06-141-0/+5
* rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski2024-06-051-2/+42
* net: dst_cache: add two DEBUG_NET warningsEric Dumazet2024-06-031-0/+2
* net: rps: fix error when CONFIG_RFS_ACCEL is offJason Xing2024-06-011-1/+2
* sock_map: avoid race between sock_map_close and sk_psock_putThadeu Lima de Souza Cascardo2024-05-281-6/+10
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-271-6/+0
|\
| * Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"Jakub Sitnicki2024-05-271-6/+0
* | Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds2024-05-201-30/+48
|\ \
| * | page_pool: check for DMA sync shortcut earlierAlexander Lobakin2024-05-081-14/+19
| * | page_pool: don't use driver-set flags field directlyAlexander Lobakin2024-05-071-19/+22
| * | page_pool: make sure frag API fields don't span between cachelinesAlexander Lobakin2024-05-071-0/+10
* | | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-181-2/+2
|\ \ \ | |_|/ |/| |
| * | net: change proto and proto_ops accept typeJens Axboe2024-05-131-2/+2
* | | net: revert partially applied PHY topology seriesJakub Kicinski2024-05-131-9/+0
* | | netdev: Add queue stats for TX stop and wakeDaniel Jurgens2024-05-131-1/+3
* | | net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert2024-05-131-3/+0
|/ /
* | af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima2024-05-101-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-092-4/+11
|\ \
| * | 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: dst_cache: minor optimization in dst_cache_set_ip6()Eric Dumazet2024-05-081-1/+1
* | | net: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet2024-05-081-2/+3
* | | net: add IEEE 802.1q specific helpersOleksij Rempel2024-05-082-0/+243
* | | rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet2024-05-071-3/+2
* | | rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()Eric Dumazet2024-05-071-5/+7
* | | rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet2024-05-072-8/+11
* | | rtnetlink: do not depend on RTNL for many attributesEric Dumazet2024-05-071-20/+31
* | | net: write once on dev->allmulti and dev->promiscuityEric Dumazet2024-05-071-16/+20
* | | rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet2024-05-072-3/+3
* | | rtnetlink: do not depend on RTNL for IFLA_IFNAME outputEric Dumazet2024-05-071-2/+6
* | | rtnetlink: do not depend on RTNL for IFLA_QDISC outputEric Dumazet2024-05-071-3/+3
* | | net: move skb_gro_receive_list from udp to coreFelix Fietkau2024-05-061-0/+27
* | | Revert "net: mirror skb frag ref/unref helpers"Mina Almasry2024-05-031-4/+42
* | | net: no longer acquire RTNL in threaded_show()Eric Dumazet2024-05-032-6/+6
* | | rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()Eric Dumazet2024-05-031-37/+22
* | | rtnetlink: change rtnl_stats_dump() return valueEric Dumazet2024-05-031-1/+1
* | | net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-032-11/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-024-22/+53
|\| |
| * | 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: Protect dev->name by seqlock.Kuniyuki Iwashima2024-05-011-4/+23