summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* r8152: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-24/+2
* hv_netvsc: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-4/+1
* net: socionext: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-5/+1
* net: qcom/emac: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-5/+2
* ionic: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-4/+1
* jme: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-6/+1
* e1000(e): use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-192-9/+2
* enic: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-2/+1
* bna: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-6/+1
* net: atheros: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-192-8/+3
* r8169: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-24/+2
* net: mvneta: align xdp stats naming scheme to mlx5 driverLorenzo Bianconi2020-02-191-16/+36
* octeontx2-af: Cleanup nixlf and blkaddr retrieval logicSunil Goutham2020-02-192-83/+50
* octeontx2-af: Cleanup CGX config permission checksSunil Goutham2020-02-191-31/+24
* octeontx2-af: Remove unnecessary export symbols in CGX driverSunil Goutham2020-02-191-18/+0
* net/mlx5: Remove a useless 'drain_workqueue()' call in 'mlx5e_ipsec_cleanup()'Christophe JAILLET2020-02-181-1/+0
* net/mlx5e: Add support for FEC modes based on 50G per lane linksAya Levin2020-02-183-16/+94
* ethtool: Add support for low latency RS FECAya Levin2020-02-181-1/+1
* net/mlxe5: Separate between FEC and current speedAya Levin2020-02-181-84/+62
* net/mlx5e: Advertise globaly supported FEC modesAya Levin2020-02-183-36/+38
* net/mlx5e: Enforce setting of a single FEC modeAya Levin2020-02-181-0/+4
* net/mlx5e: Set FEC to auto when configured mode is not supportedAya Levin2020-02-181-16/+6
* mlx5: Use proper logging and tracing line terminationsJoe Perches2020-02-183-10/+11
* net/mlx5e: Support dump callback in RX reporterAya Levin2020-02-181-0/+183
* net/mlx5e: Support dump callback in TX reporterAya Levin2020-02-183-2/+234
* net/mlx5e: Gather reporters APIs togetherAya Levin2020-02-182-70/+70
* net/mlx5: Add support for resource dumpAya Levin2020-02-184-1/+357
* sfc: elide assignment of skbEdward Cree2020-02-181-2/+1
* net: fec: Prevent unbind operationFabio Estevam2020-02-181-0/+1
* net: ena: remove set but not used variable 'hash_key'YueHaibing2020-02-171-4/+0
* net: usb: cdc-phonet: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-171-1/+1
* net: phy: allow bcm84881 to be a moduleRussell King2020-02-171-2/+2
* mlxsw: spectrum: Reduce dependency between bridge and router codeIdo Schimmel2020-02-173-20/+2
* mlxsw: spectrum_switchdev: Remove VXLAN checks during FID membershipIdo Schimmel2020-02-171-58/+2
* mlxsw: spectrum_switchdev: Have VXLAN device take reference on FIDIdo Schimmel2020-02-171-19/+74
* mlxsw: spectrum_switchdev: Propagate extack to bridge creation functionIdo Schimmel2020-02-171-7/+12
* mlxsw: spectrum_fid: Use 'refcount_t' for FID reference countingIdo Schimmel2020-02-171-6/+7
* sfc: move some ARFS code out of headersEdward Cree2020-02-172-18/+17
* sfc: only schedule asynchronous filter work if neededEdward Cree2020-02-172-2/+8
* net: stmmac: Get rid of custom STMMAC_DEVICE() macroAndy Shevchenko2020-02-171-20/+15
* net: mvneta: get rid of xdp_ret in mvneta_swbm_rx_frameLorenzo Bianconi2020-02-161-17/+13
* net: mvneta: introduce xdp counters to ethtoolLorenzo Bianconi2020-02-161-0/+45
* net: mvneta: rely on struct mvneta_stats in mvneta_update_stats routineLorenzo Bianconi2020-02-161-32/+41
* net: mvneta: rely on open-coding updating stats for non-xdp and tx pathLorenzo Bianconi2020-02-161-16/+24
* net: mvneta: move refill_err and skb_alloc_err in per-cpu statsLorenzo Bianconi2020-02-161-14/+55
* net: dsa: mv88e6xxx: Add 6390 family PCS registers to ethtool -dAndrew Lunn2020-02-163-0/+68
* net: dsa: mv88e6xxx: Add 6352 family PCS registers to ethtool -dAndrew Lunn2020-02-163-0/+34
* net: dsa: mv88e6xxx: Allow PCS registers to be retrieved via ethtoolAndrew Lunn2020-02-162-1/+16
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-02-1615-198/+385
|\
| * ice: use true/false for bool typesBruce Allan2020-02-151-1/+1