summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-05-26net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connec...Qiu Yutan
2025-05-26net: devmem: support single IOV with sendmsgStanislav Fomichev
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima
2025-05-23af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.Kuniyuki Iwashima
2025-05-23net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}.Kuniyuki Iwashima
2025-05-23scm: Move scm_recv() from scm.h to scm.c.Kuniyuki Iwashima
2025-05-22Merge tag 'wireless-next-2025-05-22' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2025-05-22Merge tag 'for-net-next-2025-05-22' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-22Merge tag 'net-6.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-05-22Merge tag 'sound-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds
2025-05-22net: Add support for providing the PTP hardware source in tsinfoKory Maincent
2025-05-22Merge tag 'ipsec-2025-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-05-21net: phy: introduce genphy_match_phy_device()Christian Marangi
2025-05-21net: phy: pass PHY driver to .match_phy_device OPChristian Marangi
2025-05-21net: remove skb_copy_and_hash_datagram_iter()Eric Biggers
2025-05-21net: add skb_copy_and_crc32c_datagram_iter()Eric Biggers
2025-05-21lib/crc32: remove unused support for CRC32C combinationEric Biggers
2025-05-21net: fold __skb_checksum() into skb_checksum()Eric Biggers
2025-05-21sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers
2025-05-21net: add skb_crc32c()Eric Biggers
2025-05-21tools: ynl-gen: add makefile deps for neighJakub Kicinski
2025-05-21Bluetooth: separate CIS_LINK and BIS_LINK link typesPauli Virtanen
2025-05-21Bluetooth: add support for SIOCETHTOOL ETHTOOL_GET_TS_INFOPauli Virtanen
2025-05-21Bluetooth: Introduce HCI Driver protocolHsin-chen Chuang
2025-05-21wifi: check if socket flags are validBert Karwatzki
2025-05-20inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().Kuniyuki Iwashima
2025-05-20bnxt_en: Fix netdev locking in ULP IRQ functionsMichael Chan
2025-05-20net: phy: fixed_phy: constify status argument where possibleHeiner Kallweit
2025-05-20net: phy: fixed_phy: remove irq argument from fixed_phy_registerHeiner Kallweit
2025-05-20net: phy: fixed_phy: remove irq argument from fixed_phy_addHeiner Kallweit
2025-05-20net: let lockdep compare instance locksJakub Kicinski
2025-05-20net: phy: make mdio consumer / device layer a separate moduleHeiner Kallweit
2025-05-19queue_api: reduce risk of name collision over txqGur Stavi
2025-05-19net: netlink: reduce extack cookie sizeJohannes Berg
2025-05-17Merge tag 'mm-hotfixes-stable-2025-05-17-09-41' of git://git.kernel.org/pub/s...Linus Torvalds
2025-05-16mr: consolidate the ipmr_can_free_table() checks.Paolo Abeni
2025-05-16net: phy: fixed_phy: remove fixed_phy_register_with_gpiodHeiner Kallweit
2025-05-16Merge tag 'drm-fixes-2025-05-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-16net: rfs: add sock_rps_delete_flow() helperEric Dumazet
2025-05-16Merge tag 'nfs-for-6.15-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-05-16NFS: Avoid flushing data while holding directory locks in nfs_rename()Trond Myklebust
2025-05-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2025-05-16Merge tag 'sound-6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2025-05-16Merge tag 'asoc-fix-v6.15-rc6' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai
2025-05-16ALSA: pcm: Fix race of buffer access at PCM OSS layerTakashi Iwai
2025-05-15net: sched: uapi: add more sanely named duplicate definesJakub Kicinski
2025-05-15tcp: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet
2025-05-15tcp: add tcp_rcvbuf_grow() tracepointEric Dumazet
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski