summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-05-27net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storageKees Cook
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook
2025-05-27net: core: Switch netif_set_mac_address() to struct sockaddr_storageKees Cook
2025-05-27net: core: Convert inet_addr_is_any() to sockaddr_storageKees Cook
2025-05-26Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2025-05-26Merge tag 'linux-can-next-for-6.16-20250522' of git://git.kernel.org/pub/scm/...Paolo Abeni
2025-05-26net: devmem: support single IOV with sendmsgStanislav Fomichev
2025-05-23netfilter: nf_tables: Have a list of nf_hook_ops in nft_hookPhil Sutter
2025-05-23netfilter: conntrack: make nf_conntrack_id callable without a module dependencyFlorian Westphal
2025-05-23netfilter: nf_dup_netdev: Move the recursion counter struct netdev_xmitSebastian Andrzej Siewior
2025-05-23netfilter: nf_dup{4, 6}: Move duplication check to task_structSebastian Andrzej Siewior
2025-05-23af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.Kuniyuki Iwashima
2025-05-22Merge tag 'wireless-next-2025-05-22' of https://git.kernel.org/pub/scm/linux/...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-22net: Add support for providing the PTP hardware source in tsinfoKory Maincent
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-21net: add skb_crc32c()Eric Biggers
2025-05-21can: dev: add struct data_bittiming_params to group FD parametersVincent Mailhol
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: phy: make mdio consumer / device layer a separate moduleHeiner Kallweit
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 '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-15tcp: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-15Merge tag 'net-6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-05-15net/sched: act_mirred: Move the recursion counter struct netdev_xmitSebastian Andrzej Siewior
2025-05-15xdp: Use nested-BH locking for system_page_poolSebastian Andrzej Siewior
2025-05-15net: Look for bonding slaves in the bond's network namespaceShay Drory
2025-05-14Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer()Michael Kelley
2025-05-15tpm: tis: Double the timeout B to 4sMichal Suchanek
2025-05-15tpm: Mask TPM RC in tpm2_start_auth_session()Jarkko Sakkinen
2025-05-13net: phy: remove stub for mdiobus_register_board_infoHeiner Kallweit
2025-05-13net: enable driver support for netmem TXMina Almasry
2025-05-13net: devmem: Implement TX pathMina Almasry
2025-05-13net: add get_netmem/put_netmem supportMina Almasry