summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds1-30/+48
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2024-05-14net: revert partially applied PHY topology seriesJakub Kicinski1-9/+0
2024-05-14net: change proto and proto_ops accept typeJens Axboe1-2/+2
2024-05-14netdev: Add queue stats for TX stop and wakeDaniel Jurgens1-1/+3
2024-05-14net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert1-3/+0
2024-05-11af_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-09net: dst_cache: minor optimization in dst_cache_set_ip6()Eric Dumazet1-1/+1
2024-05-09net: 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-04Revert "net: mirror skb frag ref/unref helpers"Mina Almasry1-4/+42
2024-05-04rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats1-1/+1
2024-05-04net: no longer acquire RTNL in threaded_show()Eric Dumazet2-6/+6
2024-05-04rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()Eric Dumazet1-37/+22
2024-05-04rtnetlink: 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_offse...Richard Gobert1-0/+1
2024-05-02net: 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-05-01netpoll: Fix race condition in netpoll_owner_activeBreno Leitao1-1/+1
2024-05-01net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet3-4/+4
2024-05-01net: add <net/proto_memory.h>Eric Dumazet2-0/+2
2024-05-01net: move sysctl_skb_defer_max to net_hotdataEric Dumazet5-4/+3
2024-05-01net: move sysctl_max_skb_frags to net_hotdataEric Dumazet3-5/+3
2024-05-01inet: 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...Jakub Kicinski2-19/+259
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet2-2/+2
2024-04-29net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet1-1/+2
2024-04-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-14/+33
2024-04-24page_pool: constify some read-only function argumentsAlexander Lobakin1-5/+5
2024-04-24net: create a dummy net_device allocatorBreno Leitao1-18/+38
2024-04-24net: free_netdev: exit earlier if dummyBreno Leitao1-1/+2
2024-04-24net: core: Fix documentationBreno Leitao1-2/+2