summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-0268-298/+754
|\
| * net: dsa: b53: Add SPI ID tableFlorian Fainelli2021-12-021-0/+14
| * ibmvnic: drop bad optimization in reuse_tx_pools()Sukadev Bhattiprolu2021-12-021-11/+3
| * ibmvnic: drop bad optimization in reuse_rx_pools()Sukadev Bhattiprolu2021-12-021-11/+3
| * ethernet: aquantia: Try MAC address from device treeTianhao Chai2021-12-021-10/+14
| * octeontx2-af: Fix a memleak bug in rvu_mbox_init()Zhou Qingyang2021-12-011-1/+1
| * net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()Zhou Qingyang2021-12-011-2/+7
| * vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmitStephen Suryaputra2021-12-011-0/+2
| * net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang2021-12-011-2/+8
| * Merge tag 'wireless-drivers-2021-12-01' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-12-0117-49/+116
| |\
| | * mt76: fix key pointer overwrite in mt7921s_write_txwi/mt7663_usb_sdio_write_txwiLorenzo Bianconi2021-11-292-12/+10
| | * rt2x00: do not mark device gone on EPROTO errors during startStanislaw Gruszka2021-11-291-0/+3
| | * mt76: fix possible pktid leakLorenzo Bianconi2021-11-245-27/+38
| | * mt76: fix timestamp check in tx_statusDeren Wu2021-11-241-1/+1
| | * mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_modeLorenzo Bianconi2021-11-221-2/+2
| | * rtw89: update partition size of firmware header on skb->dataPing-Ke Shih2021-11-222-3/+5
| | * iwlwifi: Fix memory leaks in error handling pathChristophe JAILLET2021-11-221-0/+6
| | * iwlwifi: fix warnings produced by kernel debug optionsŁukasz Bartosik2021-11-221-0/+2
| | * iwlwifi: mvm: retry init flow if failedMordechay Goodstein2021-11-225-8/+47
| | * iwlwifi: Fix missing error code in iwl_pci_probe()chongjiapeng2021-11-221-1/+3
| | * iwlwifi: pcie: fix constant-conversion warningArnd Bergmann2021-11-221-1/+5
| * | Merge tag 'mlx5-fixes-2021-11-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-12-0114-60/+93
| |\ \
| | * | net/mlx5e: SHAMPO, Fix constant expression resultBen Ben-Ishay2021-11-301-5/+3
| | * | net/mlx5: Fix access to a non-supported registerAya Levin2021-11-302-6/+4
| | * | net/mlx5: Fix too early queueing of log timestamp workGal Pressman2021-11-301-2/+3
| | * | net/mlx5: Fix use after free in mlx5_health_wait_pci_upAmir Tzin2021-11-303-13/+15
| | * | net/mlx5: E-Switch, Use indirect table only if all destinations support itMaor Dickman2021-11-301-4/+15
| | * | net/mlx5: E-Switch, Check group pointer before reading bw_share valueDmytro Linkin2021-11-301-1/+1
| | * | net/mlx5: E-Switch, fix single FDB creation on BlueFieldMark Bloch2021-11-301-0/+1
| | * | net/mlx5: E-switch, Respect BW share of the new groupDmytro Linkin2021-11-301-1/+1
| | * | net/mlx5: Lag, Fix recreation of VF LAGMaor Gottlieb2021-11-301-0/+1
| | * | net/mlx5: Move MODIFY_RQT command to ignore list in internal error stateMoshe Shemesh2021-11-301-1/+1
| | * | net/mlx5e: Sync TIR params updates against concurrent create/modifyTariq Toukan2021-11-303-27/+44
| | * | net/mlx5e: Fix missing IPsec statistics on uplink representorRaed Salem2021-11-301-0/+4
| | * | net/mlx5e: IPsec: Fix Software parser inner l3 type setting in case of encaps...Raed Salem2021-11-301-1/+1
| * | | net: dsa: mv88e6xxx: Link in pcs_get_state() if AN is bypassedMarek Behún2021-12-011-6/+42
| * | | net: dsa: mv88e6xxx: Fix inband AN for 2500base-x on 88E6393X familyMarek Behún2021-12-012-1/+61
| * | | net: dsa: mv88e6xxx: Add fix for erratum 5.2 of 88E6393X familyMarek Behún2021-12-011-0/+48
| * | | net: dsa: mv88e6xxx: Save power by disabling SerDes trasmitter and receiverMarek Behún2021-12-012-4/+45
| * | | net: dsa: mv88e6xxx: Drop unnecessary check in mv88e6393x_serdes_erratum_4_6()Marek Behún2021-12-011-17/+11
| * | | net: dsa: mv88e6xxx: Fix application of erratum 4.8 for 88E6393XMarek Behún2021-12-011-20/+33
| |/ /
| * | natsemi: xtensa: fix section mismatch warningsRandy Dunlap2021-11-301-1/+1
| * | dpaa2-eth: destroy workqueue at the end of remove functionDongliang Mu2021-11-301-0/+2
| * | ice: xsk: clear status_error0 for each allocated descMaciej Fijalkowski2021-11-301-0/+1
| * | net: marvell: mvpp2: Fix the computation of shared CPUsChristophe JAILLET2021-11-301-1/+1
| * | net: mscc: ocelot: fix missing unlock on error in ocelot_hwstamp_set()Wei Yongjun2021-11-291-1/+3
| * | wireguard: ratelimiter: use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva2021-11-291-2/+2
| * | wireguard: receive: drop handshakes if queue lock is contendedJason A. Donenfeld2021-11-291-3/+13
| * | wireguard: receive: use ring buffer for incoming handshakesJason A. Donenfeld2021-11-295-43/+37
| * | wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2021-11-292-1/+4