summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2024-06-05rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski
2024-06-03net: dst_cache: add two DEBUG_NET warningsEric Dumazet
2024-06-01net: rps: fix error when CONFIG_RFS_ACCEL is offJason Xing
2024-05-28sock_map: avoid race between sock_map_close and sk_psock_putThadeu Lima de Souza Cascardo
2024-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-27Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"Jakub Sitnicki
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13net: revert partially applied PHY topology seriesJakub Kicinski
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-05-13netdev: Add queue stats for TX stop and wakeDaniel Jurgens
2024-05-13net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert
2024-05-10af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-08net: dst_cache: minor optimization in dst_cache_set_ip6()Eric Dumazet
2024-05-08net: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet
2024-05-08net: add IEEE 802.1q specific helpersOleksij Rempel
2024-05-08page_pool: check for DMA sync shortcut earlierAlexander Lobakin
2024-05-07page_pool: don't use driver-set flags field directlyAlexander Lobakin
2024-05-07page_pool: make sure frag API fields don't span between cachelinesAlexander Lobakin
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()Eric Dumazet
2024-05-07rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for many attributesEric Dumazet
2024-05-07net: write once on dev->allmulti and dev->promiscuityEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_IFNAME outputEric Dumazet
2024-05-07rtnetlink: do not depend on RTNL for IFLA_QDISC outputEric Dumazet
2024-05-06net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo
2024-05-06net: move skb_gro_receive_list from udp to coreFelix Fietkau
2024-05-03Revert "net: mirror skb frag ref/unref helpers"Mina Almasry
2024-05-03rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats
2024-05-03net: no longer acquire RTNL in threaded_show()Eric Dumazet
2024-05-03rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()Eric Dumazet
2024-05-03rtnetlink: change rtnl_stats_dump() return valueEric Dumazet
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert
2024-05-01net: Protect dev->name by seqlock.Kuniyuki Iwashima
2024-05-01net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau
2024-04-30netpoll: Fix race condition in netpoll_owner_activeBreno Leitao
2024-04-30net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet
2024-04-30net: add <net/proto_memory.h>Eric Dumazet
2024-04-30net: move sysctl_skb_defer_max to net_hotdataEric Dumazet
2024-04-30net: move sysctl_max_skb_frags to net_hotdataEric Dumazet
2024-04-30inet: introduce dst_rtable() helperEric Dumazet
2024-04-30net: page_pool: support error injectionJakub Kicinski
2024-04-30netdev: add queue statsXuan Zhuo
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet