aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
39 hoursrtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski1-2/+42
3 daysnet: dst_cache: add two DEBUG_NET warningsEric Dumazet1-0/+2
5 daysnet: rps: fix error when CONFIG_RFS_ACCEL is offJason Xing1-1/+2
10 dayssock_map: avoid race between sock_map_close and sk_psock_putThadeu Lima de Souza Cascardo1-6/+10
10 daysMerge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-6/+0
10 daysRevert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"Jakub Sitnicki1-6/+0
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-30/+48
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2024-05-13net: revert partially applied PHY topology seriesJakub Kicinski1-9/+0
2024-05-13net: change proto and proto_ops accept typeJens Axboe1-2/+2
2024-05-13netdev: Add queue stats for TX stop and wakeDaniel Jurgens1-1/+3
2024-05-13net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert1-3/+0
2024-05-10af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima1-0/+1
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+11
2024-05-08net: dst_cache: minor optimization in dst_cache_set_ip6()Eric Dumazet1-1/+1
2024-05-08net: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet1-2/+3
2024-05-08net: add IEEE 802.1q specific helpersOleksij Rempel2-0/+243
2024-05-08page_pool: check for DMA sync shortcut earlierAlexander Lobakin1-14/+19
2024-05-07page_pool: don't use driver-set flags field directlyAlexander Lobakin1-19/+22
2024-05-07page_pool: make sure frag API fields don't span between cachelinesAlexander Lobakin1-0/+10
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet1-3/+2
2024-05-07rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()Eric Dumazet1-5/+7
2024-05-07rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet2-8/+11
2024-05-07rtnetlink: do not depend on RTNL for many attributesEric Dumazet1-20/+31
2024-05-07net: write once on dev->allmulti and dev->promiscuityEric Dumazet1-16/+20
2024-05-07rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet2-3/+3
2024-05-07rtnetlink: do not depend on RTNL for IFLA_IFNAME outputEric Dumazet1-2/+6
2024-05-07rtnetlink: do not depend on RTNL for IFLA_QDISC outputEric Dumazet1-3/+3
2024-05-06net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo1-3/+10
2024-05-06net: move skb_gro_receive_list from udp to coreFelix Fietkau1-0/+27
2024-05-03Revert "net: mirror skb frag ref/unref helpers"Mina Almasry1-4/+42
2024-05-03rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats1-1/+1
2024-05-03net: no longer acquire RTNL in threaded_show()Eric Dumazet2-6/+6
2024-05-03rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()Eric Dumazet1-37/+22
2024-05-03rtnetlink: change rtnl_stats_dump() return valueEric Dumazet1-1/+1
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2-11/+7
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-22/+53
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offset to napi_gro_cbRichard Gobert1-0/+1
2024-05-01net: Protect dev->name by seqlock.Kuniyuki Iwashima1-4/+23
2024-05-01net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau1-8/+19
2024-04-30netpoll: Fix race condition in netpoll_owner_activeBreno Leitao1-1/+1
2024-04-30net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet3-4/+4
2024-04-30net: add <net/proto_memory.h>Eric Dumazet2-0/+2
2024-04-30net: move sysctl_skb_defer_max to net_hotdataEric Dumazet5-4/+3
2024-04-30net: move sysctl_max_skb_frags to net_hotdataEric Dumazet3-5/+3
2024-04-30inet: introduce dst_rtable() helperEric Dumazet2-3/+2
2024-04-30net: page_pool: support error injectionJakub Kicinski1-0/+2
2024-04-30netdev: add queue statsXuan Zhuo1-2/+21
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-19/+259
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet2-2/+2