summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-04-12net: Add net_cookie to Dead loop messagesChris J Arges-4/+5
2026-04-12net: dsa: tag_rtl8_4: set KEEP flagLuiz Angelo Daros de Luca-2/+4
2026-04-12net: dsa: tag_rtl8_4: update format descriptionAlvin Šipraga-7/+10
2026-04-12net/sched: cls_fw: fix NULL dereference of "old" filters before change()Davide Caratti-1/+5
2026-04-10bpf: Remove gfp_flags plumbing from bpf_local_storage_update()Amery Hung-12/+9
2026-04-10bpf: Use kmalloc_nolock() universally in local storageAmery Hung-1/+1
2026-04-10net: bridge: add stp_mode attribute for STP mode selectionAndy Roulin-8/+38
2026-04-10Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-39/+40
2026-04-10Bluetooth: L2CAP: CoC: Disconnect if received packet size exceeds MPSChristian Eggers-0/+7
2026-04-10Bluetooth: hci_core: Rate limit the logging of invalid ISO handlePauli Virtanen-2/+2
2026-04-10netfilter: require Ethernet MAC header before using eth_hdr()Zhengchuan Liang-14/+24
2026-04-10netfilter: nft_fwd_netdev: check ttl/hl before forwardingFlorian Westphal-0/+10
2026-04-10netfilter: x_tables: Avoid a couple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-4/+8
2026-04-10netfilter: conntrack: remove UDP-Lite conntrack supportFernando Fernandez Mancera-160/+0
2026-04-10netfilter: xt_socket: enable defrag after all other checksFlorian Westphal-17/+6
2026-04-10netfilter: xt_HL: add pr_fmt and checkentry validationMarino Dzalto-0/+27
2026-04-10netfilter: nfnetlink: prefer skb_mac_header helpersFlorian Westphal-22/+22
2026-04-10netfilter: x_physdev: reject empty or not-nul terminated device namesFlorian Westphal-0/+22
2026-04-10ipvs: add conn_lfactor and svc_lfactor sysctl varsJulian Anastasov-0/+76
2026-04-10ipvs: add ip_vs_status infoJulian Anastasov-0/+145
2026-04-10ipvs: show the current conn_tab size to usersJulian Anastasov-4/+22
2026-04-09ipv6: sit: remove redundant ret = 0 assignmentYue Haibing-1/+1
2026-04-09ipv6: move IFA_F_PERMANENT percpu allocation in process scopePaolo Abeni-12/+19
2026-04-09net: use get_random_u{16,32,64}() where appropriateDavid Carlier-8/+8
2026-04-09net: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski-88/+113
2026-04-09Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski-83/+642
2026-04-09netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann-0/+6
2026-04-09xsk: Proxy pool management for leased queuesDaniel Borkmann-12/+35
2026-04-09xsk: Extend xsk_rcv_check validationDaniel Borkmann-3/+26
2026-04-09net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei-11/+35
2026-04-09net: Proxy netif_mp_{open,close}_rxq for leased queuesDavid Wei-20/+95
2026-04-09net: Slightly simplify net_mp_{open,close}_rxqDaniel Borkmann-24/+5
2026-04-09net, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann-20/+29
2026-04-09net: Add lease info to queue-get responseDaniel Borkmann-4/+116
2026-04-09net: Implement netdev_nl_queue_create_doitDaniel Borkmann-5/+280
2026-04-09net: Add queue-create operationDaniel Borkmann-0/+27
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-343/+542
2026-04-09can: raw: fix ro->uniq use-after-free in raw_rcv()Samuel Page-1/+10
2026-04-09Merge tag 'net-7.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-337/+542
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner-39/+40
2026-04-09l2tp: Drop large packets with UDP encapAlice Mikityanska-0/+5
2026-04-09wifi: cfg80211: Explicitly include <linux/export.h> in michael-mic.cEric Biggers-0/+1
2026-04-08devlink: Add resource scope filtering to resource dumpOr Har-Toov-3/+21
2026-04-08devlink: Add port-specific option to resource dump doitOr Har-Toov-6/+21
2026-04-08devlink: Include port resources in resource dump dumpitOr Har-Toov-8/+58
2026-04-08devlink: Add dump support for device-level resourcesOr Har-Toov-4/+97
2026-04-08devlink: Add port-level resource registration infrastructureOr Har-Toov-0/+45
2026-04-08devlink: Refactor resource functions to be genericOr Har-Toov-42/+72
2026-04-08devlink: Fix incorrect skb socket family dumpingLi RongQing-1/+1
2026-04-08af_unix: read UNIX_DIAG_VFS data under unix_state_lockJiexun Wang-8/+13