summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-05-24libbpf: Add capability for resizing datasec mapsJP Kobryn
2023-05-24Merge tag 'spi-fix-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-05-24Merge tag 'regulator-fix-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-05-24Merge tag 'mmc-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds
2023-05-24Merge branch 'net-pcs-xpcs-cleanups-for-clause-73-support'Jakub Kicinski
2023-05-24net: pcs: xpcs: avoid reading STAT1 more than onceRussell King (Oracle)
2023-05-24net: pcs: xpcs: use phylink_resolve_c73() helperRussell King (Oracle)
2023-05-24net: pcs: xpcs: correct pause resolutionRussell King (Oracle)
2023-05-24net: pcs: xpcs: correct lp_advertising contentsRussell King (Oracle)
2023-05-24net: pcs: xpcs: use mii_c73_to_linkmode() helperRussell King (Oracle)
2023-05-24net: pcs: xpcs: clean up reading clause 73 link partner advertisementRussell King (Oracle)
2023-05-24net: phylink: add function to resolve clause 73 negotiationRussell King (Oracle)
2023-05-24net: phylink: remove duplicated linkmode pause resolutionRussell King (Oracle)
2023-05-24net: mdio: add clause 73 to ethtool conversion helperRussell King (Oracle)
2023-05-24ALSA: hda/realtek: Enable headset onLenovo M70/M90Bin Li
2023-05-24Merge tag 'asoc-fix-v6.4-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai
2023-05-24Merge branch 'devlink-port_del-new-cleanup'David S. Miller
2023-05-24devlink: pass devlink_port pointer to ops->port_del() instead of indexJiri Pirko
2023-05-24devlink: remove no longer true locking comment from port_new/del()Jiri Pirko
2023-05-24devlink: remove duplicate port notificationJiri Pirko
2023-05-24Merge branch 'tools-ynl-byteorder'David S. Miller
2023-05-24tools: ynl: Handle byte-order in struct membersDonald Hunter
2023-05-24tools: ynl: Use dict of predefined Structs to decode scalar typesDonald Hunter
2023-05-24ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia
2023-05-24Merge tag 'mlx5-fixes-2023-05-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2023-05-24net: phy: avoid kernel warning dump when stopping an errored PHYRussell King (Oracle)
2023-05-24Merge branch 'RTO_ONLINK'David S. Miller
2023-05-24udp: Stop using RTO_ONLINK.Guillaume Nault
2023-05-24raw: Stop using RTO_ONLINK.Guillaume Nault
2023-05-24ping: Stop using RTO_ONLINK.Guillaume Nault
2023-05-24net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCsArınç ÜNAL
2023-05-23docs: netdev: document the existence of the mail botJakub Kicinski
2023-05-23gve: Support IPv6 Big TCP on DQCoco Li
2023-05-23net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav
2023-05-23Merge branch 'splice-net-replace-sendpage-with-sendmsg-msg_splice_pages-part-1'Jakub Kicinski
2023-05-23unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2023-05-23af_unix: Support MSG_SPLICE_PAGESDavid Howells
2023-05-23ip: Remove ip_append_page()David Howells
2023-05-23udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2023-05-23ip6, udp6: Support MSG_SPLICE_PAGESDavid Howells
2023-05-23ip, udp: Support MSG_SPLICE_PAGESDavid Howells