aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski20-75/+66
2025-08-28Merge tag 'net-6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-2/+21
2025-08-28net_sched: act_skbmod: use RCU in tcf_skbmod_dump()Eric Dumazet1-0/+1
2025-08-28net_sched: act_tunnel_key: use RCU in tunnel_key_dump()Eric Dumazet1-0/+1
2025-08-28net_sched: act_vlan: use RCU in tcf_vlan_dump()Eric Dumazet1-0/+1
2025-08-28queue_api: add support for fetching per queue DMA devDragos Tatulea1-0/+7
2025-08-28Merge tag 'dma-mapping-6.17-2025-08-28' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+3
2025-08-28Merge tag 'fixes-2025-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2025-08-28inet: raw: add drop_counters to raw socketsEric Dumazet2-1/+2
2025-08-28udp: add drop_counters to udp socketEric Dumazet2-0/+2
2025-08-28net: add sk->sk_drop_countersEric Dumazet1-1/+31
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet3-5/+10
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet2-2/+17
2025-08-28uapi: wrap compiler_types.h in an ifdef instead of the implicit stripJakub Kicinski1-0/+2
2025-08-27net: Prevent RPS table overwrite of active flowsKrishna Kumar1-2/+5
2025-08-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-4/+2
2025-08-27Merge tag 'media/v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-0/+1
2025-08-27net: rose: convert 'use' field to refcount_tTakamitsu Iwai1-5/+13
2025-08-27net: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai1-0/+8
2025-08-26ipv6: sr: Prepare HMAC key ahead of timeEric Biggers1-0/+8
2025-08-26ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functionsEric Biggers1-12/+0
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault6-9/+20
2025-08-26devlink: Make health reporter burst period configurableShahar Shitrit1-0/+2
2025-08-26devlink: Introduce burst period for health reporterShahar Shitrit1-0/+3
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit1-4/+7
2025-08-26net: phy: fixed: let fixed_phy_add always use addr 0 and remove return valueHeiner Kallweit1-6/+2
2025-08-26net: phy: introduce phy_id_compare_vendor() PHY ID helperChristian Marangi1-3/+20
2025-08-26memblock: fix kernel-doc for MEMBLOCK_RSRV_NOINITMike Rapoport (Microsoft)1-2/+3
2025-08-26vhost: Fix ioctl # for VHOST_[GS]ET_FORK_FROM_OWNERNamhyung Kim1-2/+2
2025-08-26Revert "virtio: reject shm region if length is zero"Igor Torrente1-2/+0
2025-08-25net: phylink: remove stale an_enabled from docDavid Yang1-4/+3
2025-08-25tcp: Move TCP-specific diag functions to tcp_diag.c.Kuniyuki Iwashima1-11/+0
2025-08-25tcp: Don't pass hashinfo to inet_diag helpers.Kuniyuki Iwashima1-4/+2
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima2-34/+21
2025-08-25tcp: Remove timewait_sock_ops.twsk_destructor().Kuniyuki Iwashima1-7/+0
2025-08-25net: airoha: Introduce check_skb callback in ppe_dev opsLorenzo Bianconi1-0/+20
2025-08-25net: airoha: Add airoha_ppe_dev struct definitionLorenzo Bianconi1-0/+35
2025-08-23Merge tag 'usb-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-38/+9
2025-08-22atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima1-0/+1
2025-08-22Merge tag 'drm-fixes-2025-08-23-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-6/+1
2025-08-22Bluetooth: hci_sync: fix set_local_name race conditionPavel Shpakovskiy1-1/+1
2025-08-22Merge tag 'for-linus-6.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+0
2025-08-22Merge tag 'block-6.17-20250822' of git://git.kernel.dk/linuxLinus Torvalds2-1/+2
2025-08-22Merge tag 'sound-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-5/+6
2025-08-22Merge tag 'nfs-for-6.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2025-08-22Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/s...Linus Torvalds2-9/+16
2025-08-21net: Introduce skb_copy_datagram_from_iter_full()Will Deacon1-0/+2
2025-08-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-1/+12
2025-08-21Merge tag 'acpi-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+1
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-24/+121