summaryrefslogtreecommitdiffstats
path: root/include/net/l3mdev.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-25net/mlx4: Use bitmap_weight_and()Christophe JAILLET1-5/+2
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-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-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-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-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
2023-05-24net: phylink: remove duplicated linkmode pause resolutionRussell King (Oracle)1-11/+4
2023-05-24net: mdio: add clause 73 to ethtool conversion helperRussell King (Oracle)2-0/+63
2023-05-24devlink: pass devlink_port pointer to ops->port_del() instead of indexJiri Pirko4-13/+10
2023-05-24devlink: remove no longer true locking comment from port_new/del()Jiri Pirko1-4/+0
2023-05-24devlink: remove duplicate port notificationJiri Pirko4-55/+6
2023-05-24tools: ynl: Handle byte-order in struct membersDonald Hunter3-4/+8
2023-05-24tools: ynl: Use dict of predefined Structs to decode scalar typesDonald Hunter1-57/+44
2023-05-24ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia1-0/+2
2023-05-24net: phy: avoid kernel warning dump when stopping an errored PHYRussell King (Oracle)2-6/+12
2023-05-24udp: Stop using RTO_ONLINK.Guillaume Nault1-11/+6
2023-05-24raw: Stop using RTO_ONLINK.Guillaume Nault2-11/+4
2023-05-24ping: Stop using RTO_ONLINK.Guillaume Nault2-10/+18
2023-05-24net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCsArınç ÜNAL1-6/+2
2023-05-24docs: netdev: document the existence of the mail botJakub Kicinski1-7/+26
2023-05-24gve: Support IPv6 Big TCP on DQCoco Li2-0/+9
2023-05-24net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav1-1/+3
2023-05-24unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-127/+7
2023-05-24af_unix: Support MSG_SPLICE_PAGESDavid Howells1-16/+33
2023-05-24ip: Remove ip_append_page()David Howells2-146/+4
2023-05-24udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-45/+6
2023-05-24ip6, udp6: Support MSG_SPLICE_PAGESDavid Howells1-0/+17
2023-05-24ip, udp: Support MSG_SPLICE_PAGESDavid Howells1-0/+17
2023-05-24tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()David Howells2-16/+7
2023-05-24siw: Inline do_tcp_sendpages()David Howells1-5/+12
2023-05-24tls: Inline do_tcp_sendpages()David Howells2-10/+16
2023-05-24espintcp: Inline do_tcp_sendpages()David Howells1-3/+7
2023-05-24tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsgDavid Howells1-8/+12