summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2024-06-11net: core: Implement dstats-type stats collectionsJeremy Kerr
2024-06-10rtnetlink: move rtnl_lock handling out of af_netlinkJakub Kicinski
2024-06-09page_pool: remove WARN_ON() with ORDavid Wei
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-06net: use unrcu_pointer() helperEric Dumazet
2024-06-05rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski
2024-06-04net: skb: add compatibility warnings to skb_shift()Jakub Kicinski
2024-06-04flow_dissector: add support for tunnel control flagsDavide Caratti
2024-06-03net: dst_cache: add two DEBUG_NET warningsEric Dumazet
2024-06-01net: make net.core.{r,w}mem_{default,max} namespacedMatteo Croce
2024-06-01net: rps: fix error when CONFIG_RFS_ACCEL is offJason Xing
2024-06-01net: validate SO_TXTIME clockid coming from userspaceAbhishek Chauhan
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-28net/neighbour: constify ctl_table arguments of utility functionThomas Weißschuh
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-28net/core: move the lockdep-init of sk_callback_lock to sk_init_common()Gou Hao
2024-05-28net/core: remove redundant sk_callback_lock initializationGou Hao
2024-05-28sock_map: avoid race between sock_map_close and sk_psock_putThadeu Lima de Souza Cascardo
2024-05-28bpf, net: Use DEV_STAT_INC()yunshui
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-23net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan
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