summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-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 '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-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