summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: Add hardware supported cross-timestampTan Tee Min2021-03-248-0/+189
* sfc-falcon: Fix a typoBhaskar Chowdhury2021-03-241-1/+1
* octeontx2-af: Few mundane typos fixedBhaskar Chowdhury2021-03-241-6/+6
* net: ethernet: mtk_eth_soc: add flow offloading supportFelix Fietkau2021-03-244-2/+500
* net: ethernet: mtk_eth_soc: add support for initializing the PPEFelix Fietkau2021-03-247-3/+1190
* net: ethernet: mtk_eth_soc: fix parsing packets in GDMFelix Fietkau2021-03-242-6/+11
* net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau2021-03-242-0/+45
* net: ocelot: Simplify MRP deletionHoratiu Vultur2021-03-241-16/+0
* net: hns: remove redundant variable initializationYonglong Liu2021-03-247-17/+17
* net: hns: remove unnecessary !! operation in hns_mac_config_sds_loopback_acpi()Yonglong Liu2021-03-241-1/+1
* net: hns: remove unused HNS_LED_PC_REGHuazhong Tan2021-03-241-1/+0
* net: hns: remove unused NIC_LB_TEST_RX_PKG_ERRHuazhong Tan2021-03-241-1/+1
* net: hns: remove unused config_half_duplex()Huazhong Tan2021-03-243-12/+0
* net: hns: remove unused set_rx_ignore_pause_frames()Huazhong Tan2021-03-243-26/+0
* net: hns: remove unused set_autoneg()Huazhong Tan2021-03-242-11/+0
* net: hns: remove unused get_autoneg()Huazhong Tan2021-03-242-15/+0
* net: ethernet: Remove duplicate include of vhca_event.hWan Jiabing2021-03-231-1/+0
* net: ethernet: indir_table.h is included twiceWan Jiabing2021-03-231-1/+0
* net: ipa: avoid 64-bit modulusAlex Elder2021-03-232-7/+13
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-03-2348-69/+90
|\
| * e1000: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-231-0/+1
| * ixgbevf: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-231-0/+1
| * igb: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-233-0/+3
| * ixgbe: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-234-0/+5
| * fm10k: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-231-0/+2
| * ice: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-231-0/+1
| * intel: clean up mismatched header commentsJesse Brandeburg2021-03-2329-53/+61
| * e1000e: Fix prototype warningSasha Neftin2021-03-234-7/+7
| * igc: Fix prototype warningSasha Neftin2021-03-231-1/+1
| * ice: Fix prototype warningsTony Nguyen2021-03-236-8/+8
* | net: ocelot: replay switchdev events when joining bridgeVladimir Oltean2021-03-234-32/+110
* | net: ocelot: call ocelot_netdevice_bridge_join when joining a bridged LAGVladimir Oltean2021-03-231-25/+86
* | net: dsa: hellcreek: Report switch name and IDKurt Kanzenbach2021-03-221-0/+18
|/
* dpaa2-switch: mark skbs with offload_fwd_markIoana Ciornei2021-03-221-0/+3
* dpaa2-switch: add support for configuring per port unknown floodingIoana Ciornei2021-03-222-3/+21
* dpaa2-switch: add support for configuring per port broadcast floodingIoana Ciornei2021-03-222-3/+31
* dpaa2-switch: add support for configuring learning state per portIoana Ciornei2021-03-224-11/+121
* dpaa2-switch: refactor the egress flooding domain setupIoana Ciornei2021-03-221-13/+25
* dpaa2-switch: move the dpaa2_switch_fdb_set_egress_flood functionIoana Ciornei2021-03-221-42/+42
* net: dsa: lantiq: verify compatible strings against hardwareAleksander Jan Bajkowski2021-03-221-1/+19
* net: dsa: lantiq: allow to use all GPHYs on xRX300 and xRX330Aleksander Jan Bajkowski2021-03-221-29/+113
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-03-2228-84/+6210
|\
| * iavf: Enable flex-bytes supportHaiyue Wang2021-03-223-2/+327
| * iavf: Support Ethernet Type Flow Director filtersHaiyue Wang2021-03-223-1/+42
| * iavf: Support IPv6 Flow Director filtersHaiyue Wang2021-03-223-0/+246
| * iavf: Support IPv4 Flow Director filtersHaiyue Wang2021-03-225-1/+881
| * iavf: Add framework to enable ethtool ntuple filtersHaiyue Wang2021-03-224-1/+257
| * ice: Check FDIR program status for AVFQi Zhang2021-03-227-16/+541
| * ice: Add more FDIR filter type for AVFQi Zhang2021-03-224-18/+545
| * ice: Add GTPU FDIR filter for AVFQi Zhang2021-03-224-0/+218