summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: mscc: ocelot: use a switch-case statement in ocelot_netdevice_eventVladimir Oltean2021-02-061-23/+45
* | net: mscc: ocelot: rename ocelot_netdevice_port_event to ocelot_netdevice_cha...Vladimir Oltean2021-02-061-32/+27
* | net: hns3: replace macro of max qset number with specificationGuangbin Huang2021-02-066-6/+12
* | net: hns3: debugfs add max tm rate specification printGuangbin Huang2021-02-061-0/+1
* | net: hns3: add support for obtaining the maximum frame sizeYufeng Mo2021-02-069-8/+20
* | net: hns3: optimize the code when update the tc infoGuoJia Liao2021-02-063-7/+12
* | net: hns3: RSS indirection table use device specificationGuangbin Huang2021-02-066-41/+66
* | net: hns3: add api capability bits for firmwareJian Shen2021-02-064-2/+30
* | net: dpaa2-mac: add backplane link mode supportRussell King2021-02-062-3/+6
* | net: dpaa2-mac: add 1000BASE-X supportRussell King2021-02-061-3/+17
* | net: pcs: add pcs-lynx 1000BASE-X supportRussell King2021-02-061-0/+36
* | net: wan: farsync: use new tasklet APIEmil Renner Berthing2021-02-061-6/+6
* | net: dpaa2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao2021-02-061-2/+1
* | net: octeontx2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao2021-02-061-2/+1
* | net: dwc-xlgmac: Fix spelling mistake in function nameColin Ian King2021-02-063-3/+3
* | net: mhi-net: Add re-aggregation of fragmented packetsLoic Poulain2021-02-061-10/+64
* | net: qualcomm: rmnet: Fix rx_handler for non-linear skbsLoic Poulain2021-02-061-0/+5
* | net: ethernet: ti: fix netdevice stats for XDPLorenzo Bianconi2021-02-064-9/+13
* | dpaa2-eth: Simplify the calculation of variablesJiapeng Chong2021-02-061-1/+1
* | Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-02-0641-170/+283
|\ \ | |/ |/|