summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-11-281-1/+0
|\
| * Revert "virtio-net: don't let virtio core to validate used length"Michael S. Tsirkin2021-11-241-1/+0
* | vmxnet3: Use generic Kconfig option for page size limitGuenter Roeck2021-11-271-3/+1
* | net: dsa: microchip: implement multi-bridge supportOleksij Rempel2021-11-264-133/+43
* | net: mscc: ocelot: correctly report the timestamping RX filters in ethtoolVladimir Oltean2021-11-261-1/+4
* | net: mscc: ocelot: set up traps for PTP packetsVladimir Oltean2021-11-261-1/+240
* | net: mscc: ocelot: create a function that replaces an existing VCAP filterVladimir Oltean2021-11-261-0/+16
* | net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMPVladimir Oltean2021-11-261-6/+0
* | net: hns3: fix incorrect components info of ethtool --reset commandJie Wang2021-11-261-0/+4
* | net: hns3: fix one incorrect value of page pool info when queried by debugfsHao Chen2021-11-261-1/+2
* | net: hns3: add check NULL address for page poolHao Chen2021-11-261-0/+5
* | net: hns3: fix VF RSS failed problem after PF enable multi-TCsGuangbin Huang2021-11-261-2/+2
* | net: qed: fix the array may be out of boundzhangyue2021-11-261-3/+3
* | net: stmmac: Disable Tx queues when reconfiguring the interfaceYannick Vignon2021-11-261-0/+2
* | mdio: aspeed: Fix "Link is Down" issueDylan Hung2021-11-251-0/+7
* | igb: fix netpoll exit with trafficJesse Brandeburg2021-11-251-1/+1
* | net: phylink: Force retrigger in case of latched link-fail indicatorRussell King (Oracle)2021-11-241-0/+13
* | net: phylink: Force link down and retrigger resolve on interface changeRussell King (Oracle)2021-11-241-1/+12
* | lan743x: fix deadlock in lan743x_phy_link_status_change()Heiner Kallweit2021-11-241-9/+3
* | net: marvell: mvpp2: increase MTU limit when XDP enabledMarek BehĂșn2021-11-231-6/+8
* | net: ipa: kill ipa_cmd_pipeline_clear()Alex Elder2021-11-233-24/+0
* | net: usb: Correct PHY handling of smsc95xxMartyn Welch2021-11-231-29/+26
* | net: chelsio: cxgb4vf: Fix an error code in cxgb4vf_pci_probe()Zheyu Ma2021-11-231-0/+1
* | r8169: fix incorrect mac address assignmentHeiner Kallweit2021-11-231-2/+3
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-11-232-3/+24
|\ \
| * | ice: avoid bpf_prog refcount underflowMarta Plantykow2021-11-221-1/+17
| * | ice: fix vsi->txq_map sizingMaciej Fijalkowski2021-11-221-2/+7
* | | net: ipa: separate disabling setup from modem stopAlex Elder2021-11-234-8/+13
* | | net: ipa: directly disable ipa-setup-ready interruptAlex Elder2021-11-231-10/+9
* | | mlxsw: spectrum: Protect driver from buggy firmwareAmit Cohen2021-11-231-1/+1
* | | mlxsw: spectrum: Allow driver to load with old firmware versionsDanielle Ratson2021-11-231-4/+4
* | | slip: fix macro redefine warningHuang Pei2021-11-231-0/+2
* | | hamradio: fix macro redefine warningHuang Pei2021-11-231-0/+2
|/ /
* | nixge: fix mac address error handling againArnd Bergmann2021-11-221-2/+2
* | net: ax88796c: do not receive data in pointerNicolas Iooss2021-11-221-1/+1
* | net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctlsHolger Assmann2021-11-223-47/+81
* | nfp: checking parameter process for rx-usecs/tx-usecs is invalidDiana Wang2021-11-222-4/+1
* | net: dsa: qca8k: fix MTU calculationRobert Marko2021-11-221-1/+5
* | net: dsa: qca8k: fix internal delay applied to the wrong PAD configAnsuel Smith2021-11-221-6/+6
* | iavf: Fix VLAN feature flags after VFRBrett Creeley2021-11-193-23/+56
* | iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski2021-11-194-0/+25
* | iavf: Fix deadlock occurrence during resetting VF interfaceJedrzej Jagielski2021-11-191-2/+5
* | iavf: Prevent changing static ITR values if adaptive moderation is onNitesh B Venkatesh2021-11-191-4/+26
* | stmmac_pci: Fix underflow size in stmmac_rxZekun Shen2021-11-191-4/+5
* | atlantic: fix double-free in aq_ring_tx_cleanZekun Shen2021-11-191-1/+2
* | net: marvell: prestera: fix double free issue on err pathVolodymyr Mytnyk2021-11-191-4/+2
* | net: marvell: prestera: fix brige port operationVolodymyr Mytnyk2021-11-191-1/+1
|/
* net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infob...Teng Qi2021-11-181-0/+4
* net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of ...zhangyue2021-11-181-13/+17
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-David S. Miller2021-11-183-136/+147
|\