summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-26Merge tag 'ib-leds-netdev-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-92/+59
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski80-785/+1459
2023-05-26selftests/bpf: Check whether to run selftestDaniel Müller1-1/+3
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds88-792/+1488
2023-05-25libbpf: Change var type in datasec resize funcJP Kobryn1-2/+2
2023-05-25Merge tag 'for-v6.4-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds15-112/+136
2023-05-25bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE commandAndrii Nakryiko1-4/+5
2023-05-25Merge tag 'sound-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds23-60/+105
2023-05-25Merge tag 'platform-drivers-x86-v6.4-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds5-18/+35
2023-05-25Merge tag 'm68k-for-v6.4-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+10
2023-05-25s390/ism: Set DMA coherent maskNiklas Schnelle1-1/+1
2023-05-25net/mlx4: Use bitmap_weight_and()Christophe JAILLET1-5/+2
2023-05-25Merge branch 'net-tcp-make-txhash-use-consistent-for-ipv4'Paolo Abeni5-10/+16
2023-05-25Documentation: net: net.core.txrehash is not specific to listening socketsAntoine Tenart1-2/+2
2023-05-25net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart3-7/+13
2023-05-25net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 tooAntoine Tenart1-1/+1
2023-05-25leds: trigger: netdev: Use mutex instead of spinlocksChristian Marangi1-9/+9
2023-05-25leds: trigger: netdev: Convert device attr to macroChristian Marangi1-41/+16
2023-05-25leds: trigger: netdev: Rename add namespace to netdev trigger enum modesChristian Marangi1-33/+25
2023-05-25leds: trigger: netdev: Drop NETDEV_LED_MODE_LINKUP from modeChristian Marangi1-11/+8
2023-05-25leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev renameChristian Marangi1-0/+3
2023-05-25udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2-0/+4
2023-05-25net: phylink: provide phylink_pcs_config() and phylink_pcs_link_up()Russell King (Oracle)1-20/+33
2023-05-25Merge branch 'net-phy-mscc-support-vsc8501'Jakub Kicinski2-29/+55
2023-05-25net: phy: mscc: enable VSC8501/2 RGMII RX clockDavid Epping2-26/+29
2023-05-25net: phy: mscc: remove unnecessary phydev lockingDavid Epping1-4/+0
2023-05-25net: phy: mscc: add support for VSC8501David Epping2-0/+26
2023-05-25net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLEDavid Epping1-0/+1
2023-05-25Merge branch 'bug-fixes-for-net-handshake'Jakub Kicinski8-7/+29
2023-05-25net/handshake: Enable the SNI extension to work properlyChuck Lever5-0/+19
2023-05-25net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever2-0/+5
2023-05-25net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever1-1/+1
2023-05-25net/handshake: Fix uninitialized local variableChuck Lever1-1/+1
2023-05-25net/handshake: Fix handshake_dup() ref countingChuck Lever1-2/+3
2023-05-25net/handshake: Remove unneeded check from handshake_dup()Chuck Lever1-3/+0
2023-05-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski20-448/+738
2023-05-24Merge branch 'libbpf: capability for resizing datasec maps'Andrii Nakryiko4-11/+427
2023-05-24libbpf: Selftests for resizing datasec mapsJP Kobryn2-0/+285
2023-05-24libbpf: Add capability for resizing datasec mapsJP Kobryn2-11/+142
2023-05-24Merge tag 'spi-fix-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-65/+51
2023-05-24Merge tag 'regulator-fix-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-6/+9
2023-05-24Merge tag 'mmc-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds3-11/+20
2023-05-24Merge branch 'net-pcs-xpcs-cleanups-for-clause-73-support'Jakub Kicinski6-111/+170
2023-05-24net: pcs: xpcs: avoid reading STAT1 more than onceRussell King (Oracle)1-41/+50
2023-05-24net: pcs: xpcs: use phylink_resolve_c73() helperRussell King (Oracle)1-39/+1
2023-05-24net: pcs: xpcs: correct pause resolutionRussell King (Oracle)1-1/+10
2023-05-24net: pcs: xpcs: correct lp_advertising contentsRussell King (Oracle)1-4/+5
2023-05-24net: pcs: xpcs: use mii_c73_to_linkmode() helperRussell King (Oracle)1-12/+1
2023-05-24net: pcs: xpcs: clean up reading clause 73 link partner advertisementRussell King (Oracle)2-25/+17
2023-05-24net: phylink: add function to resolve clause 73 negotiationRussell King (Oracle)2-0/+41