summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-15leds: trigger: netdev: uninitialized variable in netdev_trig_activate()Dan Carpenter1-1/+1
2023-06-15tools: ynl: work around stale system headersJakub Kicinski3-3/+35
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski12-26/+17
2023-06-15Merge branch 'macb-partial-store-and-forward'David S. Miller3-0/+50
2023-06-15net: macb: Add support for partial store and forwardMaulik Jodhani2-0/+39
2023-06-15dt-bindings: net: cdns,macb: Add rx-watermark propertyPranavi Somisetty1-0/+11
2023-06-15Merge branch 'netdev-tracking'David S. Miller5-32/+62
2023-06-15netpoll: allocate netdev tracker right awayJakub Kicinski1-3/+2
2023-06-15net: create device lookup API with reference trackingJakub Kicinski4-29/+60
2023-06-15rtnetlink: move validate_linkmsg out of do_setlinkXin Long1-41/+42
2023-06-14rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer1-45/+51
2023-06-14Merge branch 'mlxsw-preparations-for-out-of-order-operations-patches'Paolo Abeni4-109/+211
2023-06-14mlxsw: spectrum_router: Move IPIP init upPetr Machata1-7/+7
2023-06-14mlxsw: spectrum_router: Extract a helper for RIF migrationPetr Machata1-6/+13
2023-06-14mlxsw: spectrum_router: Add a helper to check if netdev has addressesPetr Machata1-13/+29
2023-06-14mlxsw: spectrum_router: Extract a helper to free a RIFPetr Machata1-4/+11
2023-06-14mlxsw: spectrum_router: Access nhgi->rif through a helperPetr Machata1-4/+10
2023-06-14mlxsw: spectrum_router: Access nh->rif->dev through a helperPetr Machata1-5/+18
2023-06-14mlxsw: spectrum_router: Access rif->dev from params in mlxsw_sp_rif_create()Petr Machata1-4/+4
2023-06-14mlxsw: spectrum_router: Access rif->dev through a helperPetr Machata1-45/+64
2023-06-14mlxsw: spectrum_router: Add a helper specifically for joining a LAGPetr Machata4-22/+45
2023-06-14mlxsw: spectrum_router: Extract a helper from mlxsw_sp_port_vlan_router_join()Petr Machata1-9/+20
2023-06-14ethtool: ioctl: account for sopass diff in set_wolJustin Chen1-1/+2
2023-06-14mctp i2c: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König1-1/+1
2023-06-13Merge branch 'tools-ynl-gen-improvements-for-dpll'Jakub Kicinski1-20/+37
2023-06-13tools: ynl-gen: inherit policy in multi-attrJakub Kicinski1-18/+24
2023-06-13tools: ynl-gen: correct enum policiesJakub Kicinski1-2/+13
2023-06-13amd-xgbe: extend 10Mbps support to MAC version 21HRaju Rangoju1-6/+7
2023-06-13Merge branch 'octeontx2-updates'David S. Miller9-20/+379
2023-06-13octeontx2-af: Set XOFF on other child transmit schedulers during SMQ flushNaveen Mamindlapalli2-2/+144
2023-06-13octeontx2-af: add option to toggle DROP_RE enable in rx cfgNithin Dabilpuram2-0/+6
2023-06-13octeontx2-af: Enable LBK links only when switch mode is on.Subbaraya Sundeep3-6/+25
2023-06-13octeontx2-af: cn10k: Set NIX DWRR MTU for CN10KB siliconSunil Goutham8-12/+73
2023-06-13octeontx2-af: extend RSS supported offload typesKiran Kumar K2-0/+63
2023-06-13octeontx2-af: Add devlink option to adjust mcam high prio zone entriesNaveen Mamindlapalli1-0/+68
2023-06-13selftests: forwarding: Fix layer 2 miss test syntaxIdo Schimmel1-7/+7
2023-06-13Merge branch 'splice-net-some-miscellaneous-msg_splice_pages-changes'Jakub Kicinski7-210/+77
2023-06-13kcm: Send multiple frags in one sendmsg()David Howells2-77/+51
2023-06-13kcm: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells1-5/+11
2023-06-13tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)David Howells1-40/+9
2023-06-13sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells2-32/+17
2023-06-13algif: Remove hash_sendpage*()David Howells1-66/+0
2023-06-13Remove file->f_op->sendpageDavid Howells1-1/+0
2023-06-13Merge branch 'net-flower-add-cfm-support'Jakub Kicinski6-0/+369
2023-06-13selftests: net: add tc flower cfm testZahari Doychev2-0/+207
2023-06-13net: flower: add support for matching cfm fieldsZahari Doychev2-0/+111
2023-06-13net: flow_dissector: add support for cfm packetsZahari Doychev2-0/+51
2023-06-12net: mlxsw: i2c: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König1-1/+1
2023-06-12net: phy: add driver for MediaTek SoC built-in GE PHYsDaniel Golle5-1/+1140
2023-06-12Merge tag 'mlx5-updates-2023-06-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller20-177/+610