summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-04-12net: add noinline __init __no_profile to skb_extensions_init() for GCOV compa...Konstantin Khorenko
2026-04-12net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALLKonstantin Khorenko
2026-04-12Merge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski
2026-04-12net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet
2026-04-12tcp: change tcp_filter() to return the reason by valueEric Dumazet
2026-04-12net: change sk_filter_reason() to return the reason by valueEric Dumazet
2026-04-12net: always set reason in sk_filter_trim_cap()Eric Dumazet
2026-04-12net: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet
2026-04-12gre: Count GRE packet dropsGal Pressman
2026-04-12ethtool: strset: check nla_len overflowHangbin Liu
2026-04-12net: tso: Introduce tso_dma_map and helpersJoe Damato
2026-04-12vsock/virtio: remove unnecessary call to `virtio_transport_get_ops`Luigi Leonardi
2026-04-12net: skb: clean up dead code after skb_kfree_head() simplificationJiayuan Chen
2026-04-12Merge tag 'nf-next-26-04-10' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-04-12Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-04-12tcp: add indirect call wrapper in tcp_conn_request()Eric Dumazet
2026-04-12net: Rename ifq_idx to rxq_idx in netif_mp_* helpersDaniel Borkmann
2026-04-12net: fix reference tracker mismanagement in netdev_put_lock()Jakub Kicinski
2026-04-12tcp: return a drop_reason from tcp_add_backlog()Eric Dumazet
2026-04-12net: Add net_cookie to Dead loop messagesChris J Arges
2026-04-12net: dsa: tag_rtl8_4: set KEEP flagLuiz Angelo Daros de Luca
2026-04-12net: dsa: tag_rtl8_4: update format descriptionAlvin Šipraga
2026-04-10net: bridge: add stp_mode attribute for STP mode selectionAndy Roulin
2026-04-10netfilter: require Ethernet MAC header before using eth_hdr()Zhengchuan Liang
2026-04-10netfilter: nft_fwd_netdev: check ttl/hl before forwardingFlorian Westphal
2026-04-10netfilter: x_tables: Avoid a couple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2026-04-10netfilter: conntrack: remove UDP-Lite conntrack supportFernando Fernandez Mancera
2026-04-10netfilter: xt_socket: enable defrag after all other checksFlorian Westphal
2026-04-10netfilter: xt_HL: add pr_fmt and checkentry validationMarino Dzalto
2026-04-10netfilter: nfnetlink: prefer skb_mac_header helpersFlorian Westphal
2026-04-10netfilter: x_physdev: reject empty or not-nul terminated device namesFlorian Westphal
2026-04-10ipvs: add conn_lfactor and svc_lfactor sysctl varsJulian Anastasov
2026-04-10ipvs: add ip_vs_status infoJulian Anastasov
2026-04-10ipvs: show the current conn_tab size to usersJulian Anastasov
2026-04-09ipv6: sit: remove redundant ret = 0 assignmentYue Haibing
2026-04-09ipv6: move IFA_F_PERMANENT percpu allocation in process scopePaolo Abeni
2026-04-09net: use get_random_u{16,32,64}() where appropriateDavid Carlier
2026-04-09net: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski
2026-04-09Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski
2026-04-09netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann
2026-04-09xsk: Proxy pool management for leased queuesDaniel Borkmann
2026-04-09xsk: Extend xsk_rcv_check validationDaniel Borkmann
2026-04-09net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei
2026-04-09net: Proxy netif_mp_{open,close}_rxq for leased queuesDavid Wei
2026-04-09net: Slightly simplify net_mp_{open,close}_rxqDaniel Borkmann
2026-04-09net, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann
2026-04-09net: Add lease info to queue-get responseDaniel Borkmann
2026-04-09net: Implement netdev_nl_queue_create_doitDaniel Borkmann
2026-04-09net: Add queue-create operationDaniel Borkmann
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski