summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * bpf: Clear the probe_addr for uprobeYafang Shao2023-07-121-1/+2
| * bpf: Support ->fill_link_info for kprobe_multiYafang Shao2023-07-121-0/+5
| * bpf: add percpu stats for bpf_map elements insertions/deletionsAnton Protopopov2023-07-061-0/+30
| * bpf, net: Check skb ownership against full socket.Kui-Feng Lee2023-06-301-2/+2
* | Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-135-15/+37
|\ \
| * | net/sched: make psched_mtu() RTNL-less safePedro Tammela2023-07-131-1/+1
| * | s390/ism: Fix and simplify add()/remove() callback handlingNiklas Schnelle2023-07-081-6/+0
| * | s390/ism: Fix locking for forwarding of IRQs and events to clientsNiklas Schnelle2023-07-081-0/+1
| * | net: dsa: felix: make vsc9959_tas_guard_bands_update() visible to ocelot->opsVladimir Oltean2023-07-071-0/+1
| * | net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lockVladimir Oltean2023-07-071-4/+4
| * | Merge tag 'nf-23-07-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2023-07-062-4/+30
| |\ \
| | * | netfilter: conntrack: don't fold port numbers into addresses before hashingFlorian Westphal2023-07-051-0/+3
| | * | netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso2023-07-051-4/+27
* | | | Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-131-0/+9
|\ \ \ \
| * | | | tracing: arm64: Avoid missing-prototype warningsArnd Bergmann2023-07-121-0/+9
* | | | | Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-121-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)2023-07-111-0/+1