summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: avoid uninit-value from tcp_conn_requestEric Dumazet2021-12-022-3/+16
* net: annotate data-races on txq->xmit_lock_ownerEric Dumazet2021-12-022-7/+17
* octeontx2-af: Fix a memleak bug in rvu_mbox_init()Zhou Qingyang2021-12-021-1/+1
* net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()Zhou Qingyang2021-12-021-2/+7
* vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmitStephen Suryaputra2021-12-021-0/+2
* net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang2021-12-021-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-0115-61/+97
|\ \
| * | net/mlx5e: SHAMPO, Fix constant expression resultBen Ben-Ishay2021-12-011-5/+3
| * | net/mlx5: Fix access to a non-supported registerAya Levin2021-12-013-7/+8
| * | net/mlx5: Fix too early queueing of log timestamp workGal Pressman2021-12-011-2/+3
| * | net/mlx5: Fix use after free in mlx5_health_wait_pci_upAmir Tzin2021-12-013-13/+15
| * | net/mlx5: E-Switch, Use indirect table only if all destinations support itMaor Dickman2021-12-011-4/+15
| * | net/mlx5: E-Switch, Check group pointer before reading bw_share valueDmytro Linkin2021-12-011-1/+1
| * | net/mlx5: E-Switch, fix single FDB creation on BlueFieldMark Bloch2021-12-011-0/+1
| * | net/mlx5: E-switch, Respect BW share of the new groupDmytro Linkin2021-12-011-1/+1
| * | net/mlx5: Lag, Fix recreation of VF LAGMaor Gottlieb2021-12-011-0/+1
| * | net/mlx5: Move MODIFY_RQT command to ignore list in internal error stateMoshe Shemesh2021-12-011-1/+1
| * | net/mlx5e: Sync TIR params updates against concurrent create/modifyTariq Toukan2021-12-013-27/+44
| * | net/mlx5e: Fix missing IPsec statistics on uplink representorRaed Salem2021-12-011-0/+4
| * | net/mlx5e: IPsec: Fix Software parser inner l3 type setting in case of encaps...Raed Salem2021-12-011-1/+1
* | | Merge branch 'mv88e6xxx-fixes'David S. Miller2021-12-012-32/+224
|\ \ \ | |/ / |/| |
| * | 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-12-011-1/+1
* | net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli2021-12-011-0/+5
* | MAINTAINERS: s390/net: add Alexandra and Wenjia as maintainerKarsten Graul2021-11-301-2/+4
* | 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-301-1/+3
* | Merge tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski2021-11-302-10/+18
|\ \
| * | rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata2021-11-291-5/+9
| * | rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()Eiichi Tsukata2021-11-291-5/+9
* | | Merge branch 'wireguard-siphash-patches-for-5-16-rc6'Jakub Kicinski2021-11-3016-71/+129
|\ \ \