summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* IPv4: Add "offload failed" indication to routesAmit Cohen2021-02-082-0/+3
* Merge tag 'mlx5-updates-2021-02-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-02-0824-1057/+3783
|\
| * net/mlx5e: Handle FIB events to update tunnel endpoint deviceVlad Buslov2021-02-057-67/+773
| * net/mlx5e: Rename some encap-specific API to generic namesVlad Buslov2021-02-055-9/+9
| * net/mlx5e: TC preparation refactoring for routing update eventVlad Buslov2021-02-055-9/+288
| * net/mlx5e: Refactor neigh update infrastructureVlad Buslov2021-02-059-31/+35
| * net/mlx5e: Create route entry infrastructureVlad Buslov2021-02-057-11/+290
| * net/mlx5e: Extract tc tunnel encap/decap code to dedicated fileVlad Buslov2021-02-057-885/+947
| * net/mlx5e: Match recirculated packet miss in slow table using reg_c1Vlad Buslov2021-02-054-7/+134
| * net/mlx5e: Refactor reg_c1 usageVlad Buslov2021-02-054-9/+7
| * net/mlx5e: VF tunnel RX traffic offloadingVlad Buslov2021-02-055-8/+271
| * net/mlx5e: Remove redundant match on tunnel destination macVlad Buslov2021-02-051-8/+0
| * net/mlx5: E-Switch, Indirect table infrastructureVlad Buslov2021-02-056-0/+616
| * net/mlx5e: Refactor tun routing helpersVlad Buslov2021-02-051-109/+126
| * net/mlx5e: VF tunnel TX traffic offloadingVlad Buslov2021-02-054-11/+199
| * net/mlx5: E-Switch, Refactor rule offload forward action processingVlad Buslov2021-02-051-60/+129
| * net/mlx5e: Always set attr mdev pointerVlad Buslov2021-02-051-0/+2
| * net/mlx5e: E-Switch, Maintain vhca_id to vport_num mappingVlad Buslov2021-02-055-0/+119
| * net/mlx5: E-Switch, Refactor setting source portMark Bloch2021-02-051-7/+12
* | cxgb4: remove unused vpd_cap_addrHeiner Kallweit2021-02-082-3/+0
* | nfc: st-nci: Remove unnecessary variablewengjianfeng2021-02-081-2/+1
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2021-02-0612-242/+906
|\ \
| * | ice: remove dead codeBruce Allan2021-02-051-7/+1
| * | ice: use flex_array_size where possibleBruce Allan2021-02-052-2/+2
| * | ice: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-02-052-4/+4
| * | ice: display stored UNDI firmware version via devlink infoJacob Keller2021-02-053-38/+113
| * | ice: display stored netlist versions via devlink infoJacob Keller2021-02-057-93/+176
| * | ice: display some stored NVM versions via devlink infoJacob Keller2021-02-053-4/+94
| * | ice: introduce function for reading from flash modulesJacob Keller2021-02-052-5/+179
| * | ice: cache NVM module bank informationJacob Keller2021-02-052-0/+188
| * | ice: introduce context struct for info reportJacob Keller2021-02-051-41/+68
| * | ice: create flash_info structure and separate NVM versionJacob Keller2021-02-054-62/+91
| * | ice: report timeout length for erasing during devlink flashJacob Keller2021-02-051-3/+7
| |/
* | r8169: don't try to disable interrupts if NAPI is scheduled alreadyHeiner Kallweit2021-02-061-2/+4
* | net: ipa: avoid field overflowAlex Elder2021-02-061-8/+14
* | net: ipa: get rid of status size constraintAlex Elder2021-02-061-3/+0
* | net: ipa: use a Boolean rather than count when replenishingAlex Elder2021-02-061-16/+19
* | net: ipa: remove two unused register definitionsAlex Elder2021-02-061-10/+0
* | net: ipa: do not cache event ring stateAlex Elder2021-02-062-19/+21
* | net: ipa: synchronize NAPI only for suspendAlex Elder2021-02-061-8/+10
* | net: ipa: move mutex calls into __gsi_channel_stop()Alex Elder2021-02-061-11/+17
* | net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean2021-02-062-6/+32
* | net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean2021-02-063-9/+63
* | net: mscc: ocelot: rename aggr_count to num_ports_in_lagVladimir Oltean2021-02-061-4/+3
* | net: mscc: ocelot: drop the use of the "lags" arrayVladimir Oltean2021-02-061-56/+39
* | net: mscc: ocelot: set up logical port IDs centrallyVladimir Oltean2021-02-061-19/+28
* | net: mscc: ocelot: avoid unneeded "lp" variable in LAG joinVladimir Oltean2021-02-061-10/+6
* | net: mscc: ocelot: set up the bonding mask in a way that avoids a net_deviceVladimir Oltean2021-02-061-7/+22
* | net: mscc: ocelot: use ipv6 in the aggregation codeVladimir Oltean2021-02-061-1/+4
* | net: mscc: ocelot: don't refuse bonding interfaces we can't offloadVladimir Oltean2021-02-063-28/+17