summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-26net: phy: broadcom: Register dummy IRQ handlerFlorian Fainelli
2023-05-26tcp: remove unused TCP_SYNQ_INTERVAL definitionNeal Cardwell
2023-05-26bpf: Fix bad unlock balance on freeze_mutexDaniel Borkmann
2023-05-26libbpf: Ensure FD >= 3 during bpf_map__reuse_fd()Andrii Nakryiko
2023-05-26libbpf: Ensure libbpf always opens files with O_CLOEXECAndrii Nakryiko
2023-05-26Merge branch 'mv88e6xxx-phylink-prepare'David S. Miller
2023-05-26net: dsa: mv88e6xxx: move link forcing to mac_prepare/mac_finishRussell King (Oracle)
2023-05-26net: dsa: add support for mac_prepare() and mac_finish() callsRussell King (Oracle)
2023-05-26net: ynl: prefix uAPI header include with uapi/Jakub Kicinski
2023-05-26sfc: handle VI shortage on ef100 by readjusting the channelsPieter Jansen van Vuuren
2023-05-26net/core: Enable socket busy polling on -RTKurt Kanzenbach
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-25Merge tag 'ib-leds-netdev-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-25selftests/bpf: Check whether to run selftestDaniel Müller
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-25libbpf: Change var type in datasec resize funcJP Kobryn
2023-05-25Merge tag 'for-v6.4-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds
2023-05-25bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE commandAndrii Nakryiko
2023-05-25Merge tag 'sound-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-05-25Merge tag 'platform-drivers-x86-v6.4-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-05-25Merge tag 'm68k-for-v6.4-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-05-25s390/ism: Set DMA coherent maskNiklas Schnelle
2023-05-25net/mlx4: Use bitmap_weight_and()Christophe JAILLET
2023-05-25Merge branch 'net-tcp-make-txhash-use-consistent-for-ipv4'Paolo Abeni
2023-05-25Documentation: net: net.core.txrehash is not specific to listening socketsAntoine Tenart
2023-05-25net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart
2023-05-25net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 tooAntoine Tenart
2023-05-25leds: trigger: netdev: Use mutex instead of spinlocksChristian Marangi
2023-05-25leds: trigger: netdev: Convert device attr to macroChristian Marangi
2023-05-25leds: trigger: netdev: Rename add namespace to netdev trigger enum modesChristian Marangi
2023-05-25leds: trigger: netdev: Drop NETDEV_LED_MODE_LINKUP from modeChristian Marangi
2023-05-25leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev renameChristian Marangi
2023-05-25udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima
2023-05-24net: phylink: provide phylink_pcs_config() and phylink_pcs_link_up()Russell King (Oracle)
2023-05-24Merge branch 'net-phy-mscc-support-vsc8501'Jakub Kicinski
2023-05-24net: phy: mscc: enable VSC8501/2 RGMII RX clockDavid Epping
2023-05-24net: phy: mscc: remove unnecessary phydev lockingDavid Epping
2023-05-24net: phy: mscc: add support for VSC8501David Epping
2023-05-24net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLEDavid Epping
2023-05-24Merge branch 'bug-fixes-for-net-handshake'Jakub Kicinski
2023-05-24net/handshake: Enable the SNI extension to work properlyChuck Lever
2023-05-24net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever
2023-05-24net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever
2023-05-24net/handshake: Fix uninitialized local variableChuck Lever
2023-05-24net/handshake: Fix handshake_dup() ref countingChuck Lever
2023-05-24net/handshake: Remove unneeded check from handshake_dup()Chuck Lever
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-24Merge branch 'libbpf: capability for resizing datasec maps'Andrii Nakryiko
2023-05-24libbpf: Selftests for resizing datasec mapsJP Kobryn