summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: bgmac: Mask interrupts during probeFlorian Fainelli2018-03-291-0/+2
* net: bgmac: Use interface name to request interruptFlorian Fainelli2018-03-291-1/+1
* net: ethernet: nixge: Add support for National Instruments XGE netdevMoritz Fischer2018-03-295-0/+1340
* sfc: fix flow type handling for RSS filtersEdward Cree2018-03-271-5/+6
* sfc: protect list of RSS contexts under a mutexEdward Cree2018-03-276-32/+89
* sfc: return a better error if filter insertion collides with MC rebootEdward Cree2018-03-271-0/+7
* sfc: use a semaphore to lock farch filters tooEdward Cree2018-03-272-36/+33
* sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree2018-03-273-213/+151
* sfc: replace asynchronous filter operationsEdward Cree2018-03-278-208/+124
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-2711-11/+0
* net: mvpp2: Use relaxed I/O in data pathYan Markman2018-03-271-13/+30
* Merge tag 'mlx5-updates-2018-03-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-03-2716-79/+396
|\
| * net/mlx5e: Add VLAN offload features to hw_enc_featuresAviv Heller2018-03-261-0/+3
| * net/mlx5e: Add a helper macro in set features ndoGal Pressman2018-03-261-15/+11
| * net/mlx5e: Make choose LRO timeout function staticGal Pressman2018-03-262-2/+1
| * net/mlx5e: Remove redundant check in get ethtool statsGal Pressman2018-03-261-3/+0
| * net/mlx5: Protect from command bit overflowLeon Romanovsky2018-03-261-1/+1
| * net/mlx5e: Offload tc vlan push/pop using HW actionOr Gerlitz2018-03-263-11/+40
| * net/mlx5: Add core support for vlan push/pop steering actionOr Gerlitz2018-03-264-5/+14
| * net/mlx5: E-Switch, Use same source for offloaded actions checkOr Gerlitz2018-03-261-2/+2
| * net/mlx5e: Add interface down dropped packets statisticsMoshe Shemesh2018-03-264-29/+69
| * net/mlx5: Add packet dropped while vport down statisticsMoshe Shemesh2018-03-262-5/+52
| * net/mlx5e: Add vnic steering drop statisticsMoshe Shemesh2018-03-262-0/+70
| * net/mlx5: Add support for QUERY_VNIC_ENV commandMoshe Shemesh2018-03-261-0/+2
| * net/mlx5e: PFC stall prevention supportInbar Karmy2018-03-262-8/+113
| * net/mlx5e: Expose PFC stall prevention countersInbar Karmy2018-03-262-1/+21
* | liquidio: Removed duplicate Tx queue status checkIntiyaz Basha2018-03-272-57/+0
* | net: aquantia: Make function hw_atl_utils_mpi_set_speed() staticWei Yongjun2018-03-271-1/+1
* | net: mvpp2: Don't use dynamic allocs for local variablesMaxime Chevallier2018-03-271-161/+125
* | net: mvpp2: Make mvpp2_prs_hw_read a parser entry init functionMaxime Chevallier2018-03-271-29/+19
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-03-276-122/+181
|\ \
| * | i40e: add support for XDP_REDIRECTBjörn Töpel2018-03-263-10/+68
| * | i40e: tweak page counting for XDP_REDIRECTBjörn Töpel2018-03-261-5/+4
| * | i40e: re-number feature flags to remove gapsJacob Keller2018-03-261-31/+26
| * | i40e: stop using cmpxchg flow in i40e_set_priv_flags()Jacob Keller2018-03-261-14/+5
| * | i40e: hold the RTNL lock while changing interrupt schemesJacob Keller2018-03-261-2/+17
| * | i40e: move client flags into state bitsJacob Keller2018-03-263-19/+17
| * | i40e: move I40E_FLAG_TEMP_LINK_POLLING to state fieldJacob Keller2018-03-262-5/+5
| * | i40e: move AUTO_DISABLED flags into the state fieldJacob Keller2018-03-264-26/+27
| * | i40e: move I40E_FLAG_UDP_FILTER_SYNC to the state fieldJacob Keller2018-03-262-7/+6
| * | i40e: move I40E_FLAG_FILTER_SYNC to a state bitJacob Keller2018-03-262-8/+11
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-03-2624-0/+18823
|\ \ \ | |_|/ |/| |
| * | ice: Implement filter sync, NDO operations and bump versionAnirudh Venkataramanan2018-03-269-1/+728
| * | ice: Support link events, reset and rebuildAnirudh Venkataramanan2018-03-267-6/+681
| * | ice: Update Tx scheduler tree for VSI multi-Tx queue supportAnirudh Venkataramanan2018-03-268-3/+1006
| * | ice: Add stats and ethtool supportAnirudh Venkataramanan2018-03-269-5/+1828
| * | ice: Add support for VLANs and offloadsAnirudh Venkataramanan2018-03-2610-16/+1631
| * | ice: Implement transmit and NAPI supportAnirudh Venkataramanan2018-03-265-2/+1171
| * | ice: Configure VSIs for Tx/RxAnirudh Venkataramanan2018-03-2614-6/+2729
| * | ice: Add support for switch filter programmingAnirudh Venkataramanan2018-03-267-2/+1935