summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-04-13net: add noinline __init __no_profile to skb_extensions_init() for GCOV compa...Konstantin Khorenko1-1/+1
2026-04-13net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALLKonstantin Khorenko1-3/+1
2026-04-13Merge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski14-52/+51
2026-04-13net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet5-23/+22
2026-04-13tcp: change tcp_filter() to return the reason by valueEric Dumazet2-4/+8
2026-04-13net: change sk_filter_reason() to return the reason by valueEric Dumazet1-2/+2
2026-04-13net: always set reason in sk_filter_trim_cap()Eric Dumazet1-3/+2
2026-04-13net: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet8-23/+20
2026-04-12gre: Count GRE packet dropsGal Pressman3-2/+8
2026-04-12ethtool: strset: check nla_len overflowHangbin Liu1-1/+2
2026-04-12net: tso: Introduce tso_dma_map and helpersJoe Damato1-0/+269
2026-04-12vsock/virtio: remove unnecessary call to `virtio_transport_get_ops`Luigi Leonardi1-2/+0
2026-04-12net: skb: clean up dead code after skb_kfree_head() simplificationJiayuan Chen1-24/+9
2026-04-12Merge tag 'nf-next-26-04-10' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski23-221/+362
2026-04-12Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski28-224/+1559
2026-04-12tcp: add indirect call wrapper in tcp_conn_request()Eric Dumazet3-3/+6
2026-04-12net: Rename ifq_idx to rxq_idx in netif_mp_* helpersDaniel Borkmann1-13/+13
2026-04-12net: fix reference tracker mismanagement in netdev_put_lock()Jakub Kicinski2-12/+12
2026-04-12tcp: return a drop_reason from tcp_add_backlog()Eric Dumazet2-13/+11
2026-04-12net: Add net_cookie to Dead loop messagesChris J Arges2-4/+5
2026-04-12net: dsa: tag_rtl8_4: set KEEP flagLuiz Angelo Daros de Luca1-2/+4
2026-04-12net: dsa: tag_rtl8_4: update format descriptionAlvin Šipraga1-7/+10
2026-04-11net: bridge: add stp_mode attribute for STP mode selectionAndy Roulin4-8/+38
2026-04-10netfilter: require Ethernet MAC header before using eth_hdr()Zhengchuan Liang6-14/+24
2026-04-10netfilter: nft_fwd_netdev: check ttl/hl before forwardingFlorian Westphal1-0/+10
2026-04-10netfilter: x_tables: Avoid a couple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-4/+8
2026-04-10netfilter: conntrack: remove UDP-Lite conntrack supportFernando Fernandez Mancera9-160/+0
2026-04-10netfilter: xt_socket: enable defrag after all other checksFlorian Westphal1-17/+6
2026-04-10netfilter: xt_HL: add pr_fmt and checkentry validationMarino Dzalto1-0/+27
2026-04-10netfilter: nfnetlink: prefer skb_mac_header helpersFlorian Westphal2-22/+22
2026-04-10netfilter: x_physdev: reject empty or not-nul terminated device namesFlorian Westphal1-0/+22
2026-04-10ipvs: add conn_lfactor and svc_lfactor sysctl varsJulian Anastasov1-0/+76
2026-04-10ipvs: add ip_vs_status infoJulian Anastasov1-0/+145
2026-04-10ipvs: show the current conn_tab size to usersJulian Anastasov1-4/+22
2026-04-10ipv6: sit: remove redundant ret = 0 assignmentYue Haibing1-1/+1
2026-04-10ipv6: move IFA_F_PERMANENT percpu allocation in process scopePaolo Abeni1-12/+19
2026-04-10net: use get_random_u{16,32,64}() where appropriateDavid Carlier6-8/+8
2026-04-10net: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski5-88/+113
2026-04-10Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski11-83/+642
2026-04-10netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann1-0/+6
2026-04-10xsk: Proxy pool management for leased queuesDaniel Borkmann1-12/+35
2026-04-10xsk: Extend xsk_rcv_check validationDaniel Borkmann1-3/+26
2026-04-10net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei2-11/+35
2026-04-10net: Proxy netif_mp_{open,close}_rxq for leased queuesDavid Wei3-20/+95
2026-04-10net: Slightly simplify net_mp_{open,close}_rxqDaniel Borkmann2-24/+5
2026-04-10net, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann2-20/+29
2026-04-10net: Add lease info to queue-get responseDaniel Borkmann2-4/+116
2026-04-10net: Implement netdev_nl_queue_create_doitDaniel Borkmann5-5/+280
2026-04-10net: Add queue-create operationDaniel Borkmann3-0/+27
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski49-343/+542