summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-07-20tcp: add TCP_OLD_SEQUENCE drop reasonEric Dumazet1-0/+3
2023-07-20net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2110 PHYStefan Eichenberger1-0/+1
2023-07-20net: phy: c45: add a separate function to read BASE-T1 abilitiesStefan Eichenberger1-0/+1
2023-07-20net: phy: add registers to support 1000BASE-T1Stefan Eichenberger1-1/+17
2023-07-20netfilter: allow exp not to be removed in nf_ct_find_expectationXin Long1-1/+1
2023-07-20tcp: tcp_enter_quickack_mode() should be staticEric Dumazet1-1/+0
2023-07-20tcp: remove tcp_send_partial()Eric Dumazet1-1/+0
2023-07-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski13-25/+707
2023-07-19bpf, net: Introduce skb_pointer_if_linear().Alexei Starovoitov1-1/+9
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann6-16/+254
2023-07-19bpf: Add generic attach/detach/query API for multi-progsDaniel Borkmann2-8/+346
2023-07-19xsk: support mbuf on ZC RXMaciej Fijalkowski2-0/+46
2023-07-19xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski2-0/+2
2023-07-19xsk: allow core/drivers to test EOP bitMaciej Fijalkowski2-0/+15
2023-07-19xsk: introduce wrappers and helpers for supporting multi-buffer in Tx pathTirthendu Sarkar1-0/+6
2023-07-19xsk: introduce XSK_USE_SG bind flag for xsk socketTirthendu Sarkar2-0/+7
2023-07-19xsk: prepare 'options' in xdp_desc for multi-buffer useTirthendu Sarkar1-0/+7
2023-07-19bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_mapAnton Protopopov1-0/+1
2023-07-19bridge: Add backup nexthop ID supportIdo Schimmel1-0/+1
2023-07-19ip_tunnels: Add nexthop ID field to ip_tunnel_keyIdo Schimmel1-0/+1
2023-07-19tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet3-6/+24
2023-07-19bpf: Add 'owner' field to bpf_{list,rb}_nodeDave Marchevsky2-0/+4
2023-07-19bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_nodeDave Marchevsky1-0/+10
2023-07-18net: phylink: remove legacy mac_an_restart() methodRussell King (Oracle)1-12/+0
2023-07-18net: dsa: remove legacy_pre_march2020 detectionRussell King (Oracle)1-3/+0
2023-07-17net: phy: bcm7xxx: Add EPHY entry for 74165Florian Fainelli1-0/+1
2023-07-14net: mdio: add unlocked mdiobus and mdiodev bus accessorsRussell King (Oracle)1-0/+26
2023-07-14net: phylink: add support for PCS link change notificationsRussell King (Oracle)1-0/+7
2023-07-14net: phylink: add pcs_pre_config()/pcs_post_config() methodsRussell King (Oracle)1-0/+6
2023-07-14net: phylink: add pcs_enable()/pcs_disable() methodsRussell King (Oracle)1-0/+16
2023-07-14ipv6: Constify the sk parameter of several helper functions.Guillaume Nault1-6/+4
2023-07-14ipv4: Constify the sk parameter of ip_route_output_*().Guillaume Nault1-3/+3
2023-07-14security: Constify sk in the sk_getsecid hook.Guillaume Nault2-3/+4
2023-07-14net: stmmac: replace the en_tx_lpi_clockgating field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the rx_clk_runs_in_lpi field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the int_snapshot_en field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the ext_snapshot_en field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the multi_msi_en field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the vlan_fail_q_en field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the serdes_up_after_phy_linkup field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the tso_en field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the has_sun8i field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the use_phy_wol field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the sph_disable field with a flagBartosz Golaszewski1-1/+1
2023-07-14net: stmmac: replace the has_integrated_pcs field with a flagBartosz Golaszewski1-1/+3
2023-07-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-3/+79
2023-07-14Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-15/+37
2023-07-13Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+9
2023-07-13net/sched: make psched_mtu() RTNL-less safePedro Tammela1-1/+1
2023-07-13bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().Alexei Starovoitov1-0/+2