summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | drm/sched: Call drm_sched_fence_set_parent() from drm_sched_fence_scheduled()Boris Brezillon2023-06-261-3/+2
* | | | | | | tcp: add TCP_OLD_SEQUENCE drop reasonEric Dumazet2023-07-201-0/+3
* | | | | | | net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2110 PHYStefan Eichenberger2023-07-201-0/+1
* | | | | | | net: phy: c45: add a separate function to read BASE-T1 abilitiesStefan Eichenberger2023-07-201-0/+1
* | | | | | | net: phy: add registers to support 1000BASE-T1Stefan Eichenberger2023-07-201-1/+17
* | | | | | | netfilter: allow exp not to be removed in nf_ct_find_expectationXin Long2023-07-201-1/+1
* | | | | | | tcp: tcp_enter_quickack_mode() should be staticEric Dumazet2023-07-201-1/+0
* | | | | | | tcp: remove tcp_send_partial()Eric Dumazet2023-07-201-1/+0
* | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-2013-25/+707
|\ \ \ \ \ \ \
| * | | | | | | bpf, net: Introduce skb_pointer_if_linear().Alexei Starovoitov2023-07-191-1/+9
| * | | | | | | bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann2023-07-196-16/+254
| * | | | | | | bpf: Add generic attach/detach/query API for multi-progsDaniel Borkmann2023-07-192-8/+346
| * | | | | | | xsk: support mbuf on ZC RXMaciej Fijalkowski2023-07-192-0/+46
| * | | | | | | xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski2023-07-192-0/+2
| * | | | | | | xsk: allow core/drivers to test EOP bitMaciej Fijalkowski2023-07-192-0/+15
| * | | | | | | xsk: introduce wrappers and helpers for supporting multi-buffer in Tx pathTirthendu Sarkar2023-07-191-0/+6
| * | | | | | | xsk: introduce XSK_USE_SG bind flag for xsk socketTirthendu Sarkar2023-07-192-0/+7
| * | | | | | | xsk: prepare 'options' in xdp_desc for multi-buffer useTirthendu Sarkar2023-07-191-0/+7
| * | | | | | | bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_mapAnton Protopopov2023-07-191-0/+1
| * | | | | | | bpf: Add 'owner' field to bpf_{list,rb}_nodeDave Marchevsky2023-07-192-0/+4
| * | | | | | | bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_nodeDave Marchevsky2023-07-191-0/+10
* | | | | | | | bridge: Add backup nexthop ID supportIdo Schimmel2023-07-191-0/+1
* | | | | | | | ip_tunnels: Add nexthop ID field to ip_tunnel_keyIdo Schimmel2023-07-191-0/+1
* | | | | | | | tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet2023-07-193-6/+24
* | | | | | | | net: phylink: remove legacy mac_an_restart() methodRussell King (Oracle)2023-07-181-12/+0
* | | | | | | | net: dsa: remove legacy_pre_march2020 detectionRussell King (Oracle)2023-07-181-3/+0
|/ / / / / / /
* | | | | | | net: phy: bcm7xxx: Add EPHY entry for 74165Florian Fainelli2023-07-171-0/+1
* | | | | | | net: mdio: add unlocked mdiobus and mdiodev bus accessorsRussell King (Oracle)2023-07-141-0/+26
* | | | | | | net: phylink: add support for PCS link change notificationsRussell King (Oracle)2023-07-141-0/+7
* | | | | | | net: phylink: add pcs_pre_config()/pcs_post_config() methodsRussell King (Oracle)2023-07-141-0/+6
* | | | | | | net: phylink: add pcs_enable()/pcs_disable() methodsRussell King (Oracle)2023-07-141-0/+16
* | | | | | | ipv6: Constify the sk parameter of several helper functions.Guillaume Nault2023-07-141-6/+4
* | | | | | | ipv4: Constify the sk parameter of ip_route_output_*().Guillaume Nault2023-07-141-3/+3
* | | | | | | security: Constify sk in the sk_getsecid hook.Guillaume Nault2023-07-142-3/+4
* | | | | | | net: stmmac: replace the en_tx_lpi_clockgating field with a flagBartosz Golaszewski2023-07-141-1/+1
* | | | | | | net: stmmac: replace the rx_clk_runs_in_lpi field with a flagBartosz Golaszewski2023-07-141-1/+1
* | | | | | | net: stmmac: replace the int_snapshot_en field with a flagBartosz Golaszewski2023-07-141-1/+1
* | | | | | | net: stmmac: replace the ext_snapshot_en field with a flagBartosz Golaszewski2023-07-141-1/+1
* | | | | | | net: stmmac: replace the multi_msi_en field with a flagBartosz Golaszewski2023-07-141-1/+1
* | | | | | | net: stmmac: replace the vlan_fail_q_en field with a flagBartosz Golaszewski2023-07-141-1/+1
* | | | | | | net: stmmac: replace the serdes_up_after_phy_linkup field with a flagBartosz Golaszewski2023-07-141-1/+1
* | | | | | | net: stmmac: replace the tso_en field with a flagBartosz Golaszewski2023-07-141-1/+1
* | | | | | | net: stmmac: replace the has_sun8i field with a flagBartosz Golaszewski2023-07-141-1/+1
* | | | | | | net: stmmac: replace the use_phy_wol field with a flagBartosz Golaszewski2023-07-141-1/+1
* | | | | | | net: stmmac: replace the sph_disable field with a flagBartosz Golaszewski2023-07-141-1/+1
* | | | | | | net: stmmac: replace the has_integrated_pcs field with a flagBartosz Golaszewski2023-07-141-1/+3
* | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-147-3/+79
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().Alexei Starovoitov2023-07-121-0/+2
| * | | | | | rcu: Export rcu_request_urgent_qs_task()Paul E. McKenney2023-07-122-0/+3
| * | | | | | bpf: Support ->fill_link_info for perf_eventYafang Shao2023-07-121-0/+35