summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-02-08brcmsmac: fix alignment constraintsArnd Bergmann
2021-02-08brcmfmac: Add DMI nvram filename quirk for Voyo winpad A15 tabletHans de Goede
2021-02-08brcmfmac: Add DMI nvram filename quirk for Predia Basic tabletHans de Goede
2021-02-08rtw88: 8821c: support RFE type2 wifi NICGuo-Feng Fan
2021-02-08rtw88: 8821c: Correct CCK RSSIGuo-Feng Fan
2021-02-08rtw88: coex: 8821c: correct antenna switch functionGuo-Feng Fan
2021-02-08rtlwifi: rtl8192se: remove redundant initialization of variable rtstatusColin Ian King
2021-02-08rtlwifi: use tasklet_setup to initialize rx_work_taskletEmil Renner Berthing
2021-02-08Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2021-02-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2021-02-06r8169: don't try to disable interrupts if NAPI is scheduled alreadyHeiner Kallweit
2021-02-06net: ipa: avoid field overflowAlex Elder
2021-02-06net: ipa: get rid of status size constraintAlex Elder
2021-02-06net: ipa: use a Boolean rather than count when replenishingAlex Elder
2021-02-06net: ipa: remove two unused register definitionsAlex Elder
2021-02-06net: ipa: do not cache event ring stateAlex Elder
2021-02-06net: ipa: synchronize NAPI only for suspendAlex Elder
2021-02-06net: ipa: move mutex calls into __gsi_channel_stop()Alex Elder
2021-02-06net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean
2021-02-06net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean
2021-02-06net: mscc: ocelot: rename aggr_count to num_ports_in_lagVladimir Oltean
2021-02-06net: mscc: ocelot: drop the use of the "lags" arrayVladimir Oltean
2021-02-06net: mscc: ocelot: set up logical port IDs centrallyVladimir Oltean
2021-02-06net: mscc: ocelot: avoid unneeded "lp" variable in LAG joinVladimir Oltean
2021-02-06net: mscc: ocelot: set up the bonding mask in a way that avoids a net_deviceVladimir Oltean
2021-02-06net: mscc: ocelot: use ipv6 in the aggregation codeVladimir Oltean
2021-02-06net: mscc: ocelot: don't refuse bonding interfaces we can't offloadVladimir Oltean
2021-02-06net: mscc: ocelot: use a switch-case statement in ocelot_netdevice_eventVladimir Oltean
2021-02-06net: mscc: ocelot: rename ocelot_netdevice_port_event to ocelot_netdevice_cha...Vladimir Oltean
2021-02-06net: hns3: replace macro of max qset number with specificationGuangbin Huang
2021-02-06net: hns3: debugfs add max tm rate specification printGuangbin Huang
2021-02-06net: hns3: add support for obtaining the maximum frame sizeYufeng Mo
2021-02-06net: hns3: optimize the code when update the tc infoGuoJia Liao
2021-02-06net: hns3: RSS indirection table use device specificationGuangbin Huang
2021-02-06net: hns3: add api capability bits for firmwareJian Shen
2021-02-06net: dpaa2-mac: add backplane link mode supportRussell King
2021-02-06net: dpaa2-mac: add 1000BASE-X supportRussell King
2021-02-06net: pcs: add pcs-lynx 1000BASE-X supportRussell King
2021-02-06net: wan: farsync: use new tasklet APIEmil Renner Berthing
2021-02-06net: dpaa2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao
2021-02-06net: octeontx2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao
2021-02-06net: dwc-xlgmac: Fix spelling mistake in function nameColin Ian King
2021-02-06net: mhi-net: Add re-aggregation of fragmented packetsLoic Poulain
2021-02-06net: qualcomm: rmnet: Fix rx_handler for non-linear skbsLoic Poulain
2021-02-06net: ethernet: ti: fix netdevice stats for XDPLorenzo Bianconi
2021-02-06dpaa2-eth: Simplify the calculation of variablesJiapeng Chong
2021-02-06Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2021-02-05ice: remove dead codeBruce Allan
2021-02-05ice: use flex_array_size where possibleBruce Allan
2021-02-05ice: Replace one-element array with flexible-array memberGustavo A. R. Silva