summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2024-06-24Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski-3/+1
2024-06-24xdp: Remove WARN() from __xdp_reg_mem_model()Daniil Dulov-3/+1
2024-06-21net: add softirq safety to netdev_rename_lockEric Dumazet-6/+6
2024-06-20net: do not leave a dangling sk pointer, when socket creation failsIgnat Korchagin-0/+3
2024-06-18netns: Make get_net_ns() handle zero refcount netYue Haibing-2/+7
2024-06-14netdev-genl: fix error codes when outputting XDP featuresJakub Kicinski-8/+8
2024-06-14bpf: Avoid splat in pskb_pull_reasonFlorian Westphal-0/+5
2024-06-05rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski-2/+42
2024-06-03net: dst_cache: add two DEBUG_NET warningsEric Dumazet-0/+2
2024-06-01net: rps: fix error when CONFIG_RFS_ACCEL is offJason Xing-1/+2
2024-05-28sock_map: avoid race between sock_map_close and sk_psock_putThadeu Lima de Souza Cascardo-6/+10
2024-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-6/+0
2024-05-27Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"Jakub Sitnicki-6/+0
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds-30/+48
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds-2/+2
2024-05-13net: revert partially applied PHY topology seriesJakub Kicinski-9/+0
2024-05-13net: change proto and proto_ops accept typeJens Axboe-2/+2
2024-05-13netdev: Add queue stats for TX stop and wakeDaniel Jurgens-1/+3
2024-05-13net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert-3/+0
2024-05-10af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima-0/+1
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+11
2024-05-08net: dst_cache: minor optimization in dst_cache_set_ip6()Eric Dumazet-1/+1
2024-05-08net: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet-2/+3
2024-05-08net: add IEEE 802.1q specific helpersOleksij Rempel-0/+243
2024-05-08page_pool: check for DMA sync shortcut earlierAlexander Lobakin-14/+19
2024-05-07page_pool: don't use driver-set flags field directlyAlexander Lobakin-19/+22
2024-05-07page_pool: make sure frag API fields don't span between cachelinesAlexander Lobakin-0/+10
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet-3/+2
2024-05-07rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()Eric Dumazet-5/+7
2024-05-07rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet-8/+11
2024-05-07rtnetlink: do not depend on RTNL for many attributesEric Dumazet-20/+31
2024-05-07net: write once on dev->allmulti and dev->promiscuityEric Dumazet-16/+20
2024-05-07rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet-3/+3
2024-05-07rtnetlink: do not depend on RTNL for IFLA_IFNAME outputEric Dumazet-2/+6
2024-05-07rtnetlink: do not depend on RTNL for IFLA_QDISC outputEric Dumazet-3/+3
2024-05-06net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo-3/+10
2024-05-06net: move skb_gro_receive_list from udp to coreFelix Fietkau-0/+27
2024-05-03Revert "net: mirror skb frag ref/unref helpers"Mina Almasry-4/+42
2024-05-03rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats-1/+1
2024-05-03net: no longer acquire RTNL in threaded_show()Eric Dumazet-6/+6
2024-05-03rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()Eric Dumazet-37/+22
2024-05-03rtnetlink: change rtnl_stats_dump() return valueEric Dumazet-1/+1
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-11/+7
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-22/+53
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert-0/+1
2024-05-01net: Protect dev->name by seqlock.Kuniyuki Iwashima-4/+23
2024-05-01net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau-8/+19
2024-04-30netpoll: Fix race condition in netpoll_owner_activeBreno Leitao-1/+1
2024-04-30net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet-4/+4
2024-04-30net: add <net/proto_memory.h>Eric Dumazet-0/+2