summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-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-15Merge tag 'net-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-7/+28
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-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
2023-12-13net: wan: framer: Add support for the Lantiq PEF2256 framerHerve Codina1-0/+31
2023-12-13net: wan: Add framer framework supportHerve Codina2-0/+399
2023-12-12Merge tag 'ext4_for_linus-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2023-12-12Merge tag 'fuse-fixes-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+6
2023-12-12rtnl: add helper to send if skb is not nullPedro Tammela1-0/+7
2023-12-12rtnl: add helper to check if a notification is neededVictor Nogueira1-0/+15
2023-12-12rtnl: add helper to check if rtnl group has listenersJamal Hadi Salim1-0/+7
2023-12-11net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov1-0/+10
2023-12-09ipv6: do not check fib6_has_expires() in fib6_info_release()Eric Dumazet1-1/+0
2023-12-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-1/+9
2023-12-08Merge tag 'drm-fixes-2023-12-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
2023-12-08netlink: Return unsigned value for nla_len()Kees Cook1-1/+1
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight3-7/+9
2023-12-08Merge tag 'soc-fixes-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds3-5/+3
2023-12-08ethtool: Implement ethtool_puts()justinstitt@google.com1-0/+13
2023-12-08net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski2-6/+10
2023-12-08Merge tag 'mlx5-fixes-2023-12-04' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-1/+8
2023-12-08Merge tag 'drm-misc-fixes-2023-12-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+2
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-47/+100
2023-12-08Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds7-8/+22