aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2024-06-24dev: Use nested-BH locking for softnet_data.process_queue.Sebastian Andrzej Siewior1-1/+11
2024-06-24dev: Remove PREEMPT_RT ifdefs from backlog_lock.*().Sebastian Andrzej Siewior1-4/+4
2024-06-24net: softnet_data: Make xmit per task.Sebastian Andrzej Siewior2-0/+32
2024-06-24net: Use nested-BH locking for napi_alloc_cache.Sebastian Andrzej Siewior1-5/+24
2024-06-24net: Use __napi_alloc_frag_align() instead of open coding it.Sebastian Andrzej Siewior1-6/+2
2024-06-24xdp: Remove WARN() from __xdp_reg_mem_model()Daniil Dulov1-3/+1
2024-06-21net: add softirq safety to netdev_rename_lockEric Dumazet1-6/+6
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-10/+23
2024-06-20net: do not leave a dangling sk pointer, when socket creation failsIgnat Korchagin1-0/+3
2024-06-19net: introduce sk_skb_reason_drop functionYan Zhai1-10/+12
2024-06-19net: add rx_sk to trace_kfree_skbYan Zhai3-5/+8
2024-06-18netns: Make get_net_ns() handle zero refcount netYue Haibing1-2/+7
2024-06-17net: Move dev_set_hwtstamp_phylib to net/core/dev.hKory Maincent2-1/+4
2024-06-14net: micro-optimize skb_datagram_iterSagi Grimberg1-2/+2
2024-06-14netdev-genl: fix error codes when outputting XDP featuresJakub Kicinski1-8/+8
2024-06-14bpf: Relax tuple len requirement for sk helpers.Alexei Starovoitov1-12/+12
2024-06-14bpf: Avoid splat in pskb_pull_reasonFlorian Westphal1-0/+5
2024-06-12net: ipv4: Add a sysctl to set multipath hash seedPetr Machata1-0/+7
2024-06-12net: add and use __skb_get_hash_symmetric_netFlorian Westphal1-3/+3
2024-06-12net: add and use skb_get_hash_netFlorian Westphal1-4/+11
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu1-12/+20
2024-06-11net: core: Implement dstats-type stats collectionsJeremy Kerr1-0/+50
2024-06-10rtnetlink: move rtnl_lock handling out of af_netlinkJakub Kicinski1-2/+7
2024-06-09page_pool: remove WARN_ON() with ORDavid Wei1-2/+2
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+46
2024-06-06net: use unrcu_pointer() helperEric Dumazet2-6/+4
2024-06-05rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski1-2/+42
2024-06-04net: skb: add compatibility warnings to skb_shift()Jakub Kicinski1-0/+3
2024-06-04flow_dissector: add support for tunnel control flagsDavide Caratti1-1/+15
2024-06-03net: dst_cache: add two DEBUG_NET warningsEric Dumazet1-0/+2
2024-06-01net: make net.core.{r,w}mem_{default,max} namespacedMatteo Croce1-33/+42
2024-06-01net: rps: fix error when CONFIG_RFS_ACCEL is offJason Xing1-1/+2
2024-06-01net: validate SO_TXTIME clockid coming from userspaceAbhishek Chauhan1-0/+16
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+10
2024-05-28net/neighbour: constify ctl_table arguments of utility functionThomas Weißschuh1-1/+1
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-29/+35
2024-05-28net/core: move the lockdep-init of sk_callback_lock to sk_init_common()Gou Hao1-12/+6
2024-05-28net/core: remove redundant sk_callback_lock initializationGou Hao1-1/+0
2024-05-28sock_map: avoid race between sock_map_close and sk_psock_putThadeu Lima de Souza Cascardo1-6/+10
2024-05-28bpf, net: Use DEV_STAT_INC()yunshui1-4/+4
2024-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-6/+0
2024-05-27Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"Jakub Sitnicki1-6/+0
2024-05-23net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan1-20/+26
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan2-6/+6
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-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