summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-19devlink: add a command to set notification filter and use it for multicastsJiri Pirko1-0/+2
2023-12-19genetlink: introduce helpers to do filtered multicastJiri Pirko2-8/+58
2023-12-19netlink: introduce typedef for filter functionJiri Pirko2-4/+5
2023-12-19genetlink: introduce per-sock family private storageJiri Pirko1-0/+11
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski17-56/+349
2023-12-19Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski4-61/+288
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-17skbuff: Optimization of SKB coalescing for page poolLiang Chen1-0/+5
2023-12-16inet: returns a bool from inet_sk_get_local_port_range()Eric Dumazet1-1/+1
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 Zijlstra3-0/+7
2023-12-15netlink: specs: mptcp: rename the MPTCP path management specJakub Kicinski1-1/+1
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet2-1/+1
2023-12-15virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov2-1/+2
2023-12-15net: mana: add msix index sharing between EQsKonstantin Taranov1-2/+5
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-15page_pool: fix typos and punctuationRandy Dunlap1-6/+6
2023-12-15net: skbuff: fix spelling errorsRandy Dunlap1-3/+3
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-17/+53
2023-12-15bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfuncDaniel Xu1-0/+9
2023-12-15Merge tag 'net-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-7/+28
2023-12-14net, xdp: Correct grammarRandy Dunlap1-2/+2
2023-12-14wifi: nl80211: fix grammar & spellosRandy Dunlap1-37/+37
2023-12-14wifi: cfg80211: fix spelling & punctutationRandy Dunlap1-5/+5
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 Zaki3-1/+19
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 Chen3-30/+38
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-14net/sched: act_api: skip idr replace on bound actionsPedro Tammela1-1/+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-14xdp: Add VLAN tag hintLarysa Zaremba2-0/+9
2023-12-14xsk: add functions to fill control bufferMaciej Fijalkowski2-0/+19
2023-12-14ice: Support RX hash XDP hintLarysa Zaremba1-0/+3
2023-12-14bpf: Support uid and gid when mounting bpffsJie Jiang1-0/+2
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko1-3/+0
2023-12-13Merge tag 'pef2256-framer' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Jakub Kicinski3-0/+430