summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-12-26net/smc: manage system EID in SMC stack instead of ISM driverWen Gu1-1/+0
2023-12-23net: skbuff: Remove some excess struct-member documentationJonathan Corbet1-2/+0
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller1-0/+1
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni9-83/+55
2023-12-21Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-1/+6
2023-12-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+4
2023-12-20net: Add MDB bulk deletion device operationIdo Schimmel1-0/+6
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni4-123/+22
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko4-123/+22
2023-12-19netlink: introduce typedef for filter functionJiri Pirko2-4/+5
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski9-52/+250
2023-12-19Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-0/+91
2023-12-18intel: add bit macro includes where neededJesse Brandeburg1-0/+1
2023-12-18net: rtnl: introduce rcu_replace_pointer_rtnlJamal Hadi Salim1-0/+12
2023-12-17net: phy: add support for PHY package MMD read/writeChristian Marangi1-0/+16
2023-12-17net: phy: extend PHY package API to support multiple global addressChristian Marangi1-22/+42
2023-12-17net: phy: make addr type u8 in phy_package_shared structChristian Marangi1-1/+1
2023-12-16Merge tag 'pci-v6.7-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2023-12-16bpf: Add missing BPF_LINK_TYPE invocationsJiri Olsa1-0/+4
2023-12-16x86/cfi,bpf: Fix bpf_exception_cb() signatureAlexei Starovoitov1-1/+1
2023-12-16cfi: Add CFI_NOSEAL()Peter Zijlstra1-0/+4
2023-12-16x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra1-0/+13
2023-12-16x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra2-2/+17
2023-12-16cfi: Flip headersPeter Zijlstra1-0/+1
2023-12-16cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe1-50/+0
2023-12-16cred: switch to using atomic_long_tJens Axboe1-4/+4
2023-12-15Merge tag 'io_uring-6.7-2023-12-15' of git://git.kernel.dk/linuxLinus Torvalds1-0/+3
2023-12-15Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds4-28/+39
2023-12-15virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov1-0/+1
2023-12-15Merge tag 'mlx5-updates-2023-12-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2-6/+42
2023-12-15Merge tag 'wireless-2023-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-1/+2
2023-12-15net: skbuff: fix spelling errorsRandy Dunlap1-3/+3
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-6/+16
2023-12-15Merge tag 'net-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+8
2023-12-14iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki1-0/+19
2023-12-14ice: refactor RSS configurationQi Zhang1-8/+8
2023-12-14net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki1-0/+6
2023-12-14net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki1-15/+11
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-8/+30
2023-12-14page_pool: transition to reference count management after page drainingLiang Chen1-1/+1
2023-12-14ethtool: add SET for TCP_DATA_SPLIT ringparamAlexander Lobakin1-0/+2
2023-12-14net/mlx5: Move TISes from priv to mdev HW resourcesTariq Toukan1-0/+2
2023-12-14net/mlx5: Expose Management PCIe Index Register (MPIR)Tariq Toukan2-0/+15
2023-12-14net/mlx5: Add mlx5_ifc bits used for supporting single netdev Socket-DirectTariq Toukan1-6/+25
2023-12-14net: phy: c45: add genphy_c45_pma_read_ext_abilities() functionOleksij Rempel1-0/+1
2023-12-14mlx5: implement VLAN tag XDP hintLarysa Zaremba1-1/+1
2023-12-14net: make vlan_get_tag() return -ENODATA instead of -EINVALLarysa Zaremba1-2/+2
2023-12-14bpf: Support uid and gid when mounting bpffsJie Jiang1-0/+2
2023-12-13io_uring/poll: don't enable lazy wake for POLLEXCLUSIVEJens Axboe1-0/+3
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko1-3/+0