summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-12net/sched: act_ct: Only release RCU read lock after ct_ftJamal Hadi Salim
2026-04-12Merge tag 'linux-can-fixes-for-7.0-20260409' of git://git.kernel.org/pub/scm/...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-12net/sched: cls_fw: fix NULL dereference of "old" filters before change()Davide Caratti
2026-04-10bpf: Remove gfp_flags plumbing from bpf_local_storage_update()Amery Hung
2026-04-10bpf: Use kmalloc_nolock() universally in local storageAmery Hung
2026-04-10net: bridge: add stp_mode attribute for STP mode selectionAndy Roulin
2026-04-10Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-10Bluetooth: L2CAP: CoC: Disconnect if received packet size exceeds MPSChristian Eggers
2026-04-10Bluetooth: hci_core: Rate limit the logging of invalid ISO handlePauli Virtanen
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
2026-04-09can: raw: fix ro->uniq use-after-free in raw_rcv()Samuel Page
2026-04-09Merge tag 'net-7.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds