summaryrefslogtreecommitdiffstats
path: root/Documentation/bpf (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-26net: remove redundant NULL check in remove_xps_queue()Zhengchao Shao1-2/+1
2023-07-25xfrm: Support UDP encapsulation in packet offload modeLeon Romanovsky1-6/+7
2023-07-25net/mlx5e: Support IPsec NAT-T functionalityLeon Romanovsky3-18/+81
2023-07-25net/mlx5e: Check for IPsec NAT-T supportLeon Romanovsky2-0/+7
2023-07-25net/mlx5: Add relevant capabilities bits to support NAT-TLeon Romanovsky1-2/+5
2023-07-25net: phylink: explicitly invalidate link_state members in mac_configRussell King (Oracle)1-9/+16
2023-07-25net: phylink: strip out pre-March 2020 legacy codeRussell King (Oracle)2-60/+10
2023-07-25net: ethernet: mtk_eth_soc: remove mac_pcs_get_state and moderniseRussell King (Oracle)1-35/+0
2023-07-25net: ethernet: mtk_eth_soc: remove incorrect PLL configurationRussell King (Oracle)2-43/+17
2023-07-25octeontx2-af: Install TC filter rules in hardware based on prioritySuman Ghosh8-104/+255
2023-07-25mptcp: fix rcv buffer auto-tuningPaolo Abeni4-15/+30
2023-07-25netconsole: Use kstrtobool() instead of kstrtoint()Breno Leitao1-19/+9
2023-07-25netconsole: Use sysfs_emit() instead of snprintf()Breno Leitao1-12/+12
2023-07-25net: add missing net_device::xdp_zc_max_segs descriptionMaciej Fijalkowski1-0/+2
2023-07-24tcx: Fix splat in ingress_destroy upon tcx_entry_freeDaniel Borkmann1-1/+1
2023-07-24ionic: add FLR recovery supportShannon Nelson3-4/+62
2023-07-24ionic: pull out common bits from fw_upShannon Nelson1-22/+42
2023-07-24ionic: extract common bits from ionic_probeShannon Nelson1-35/+49
2023-07-24ionic: extract common bits from ionic_removeShannon Nelson1-12/+13
2023-07-24net: phy: motorcomm: Add pad drive strength cfg supportSamin Guo1-0/+118
2023-07-24dt-bindings: net: motorcomm: Add pad driver strength cfgSamin Guo1-0/+34
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet13-20/+16
2023-07-23net: add sysctl accept_ra_min_rtr_lftPatrick Rohr5-2/+36
2023-07-23net: dsa: remove deprecated strncpyjustinstitt@google.com1-4/+5
2023-07-23connector/cn_proc: Selftest for proc connectorAnjali Kulkarni3-0/+317
2023-07-23connector/cn_proc: Allow non-root users accessAnjali Kulkarni2-6/+19
2023-07-23connector/cn_proc: Performance improvementsAnjali Kulkarni2-6/+75
2023-07-23connector/cn_proc: Add filtering to fix some bugsAnjali Kulkarni5-35/+100
2023-07-23netlink: Add new netlink_release functionAnjali Kulkarni3-0/+11
2023-07-23netlink: Reverse the patch which removed filteringAnjali Kulkarni2-2/+30
2023-07-22net: page_pool: merge page_pool_release_page() with page_pool_return_page()Jakub Kicinski1-10/+2
2023-07-22net: page_pool: hide page_pool_release_page()Jakub Kicinski3-17/+7
2023-07-22eth: stmmac: let page recycling happen with skbsJakub Kicinski1-2/+2
2023-07-22eth: tsnep: let page recycling happen with skbsJakub Kicinski1-1/+1
2023-07-22genetlink: add explicit ordering break check for split opsJiri Pirko1-1/+5
2023-07-22MAINTAINERS: net: fix sort orderMarc Kleine-Budde1-9/+9
2023-07-21docs: octeontx2: extend documentation for Round Robin schedulingHariprasad Kelam1-0/+8
2023-07-21octeontx2-pf: htb offload support for Round Robin schedulingNaveen Mamindlapalli4-40/+247
2023-07-21sch_htb: Allow HTB quantum parameter in offload modeNaveen Mamindlapalli3-6/+6
2023-07-21octeontx2-pf: implement transmit schedular allocation algorithmNaveen Mamindlapalli2-6/+136
2023-07-21mlxsw: spectrum: Permit enslavement to netdevices with uppersPetr Machata1-4/+62
2023-07-21mlxsw: spectrum_router: Replay IP NETDEV_UP on device deslavementPetr Machata3-8/+65
2023-07-21mlxsw: spectrum_router: Replay IP NETDEV_UP on device enslavementPetr Machata4-0/+137
2023-07-21mlxsw: spectrum_router: Replay neighbours when RIF is madePetr Machata1-1/+61
2023-07-21mlxsw: spectrum_router: Replay MACVLANs when RIF is madePetr Machata2-27/+54
2023-07-21mlxsw: spectrum_router: Offload ethernet nexthops when RIF is madePetr Machata1-0/+54
2023-07-21mlxsw: spectrum_router: Join RIFs of LAG upper VLANsPetr Machata1-3/+52
2023-07-21mlxsw: spectrum_switchdev: Replay switchdev objects on port joinPetr Machata3-5/+132
2023-07-21mlxsw: spectrum: On port enslavement to a LAG, join upper's bridgesPetr Machata1-0/+90
2023-07-21mlxsw: spectrum: Add a replay_deslavement argument to event handlersPetr Machata1-8/+12