summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-1156-390/+493
|\
| * net: wwan: iosm: fix compilation warningM Chetan Kumar2021-11-111-2/+0
| * cxgb4: fix eeprom len when diagnostics not implementedRahul Lakkireddy2021-11-112-2/+7
| * net/mlx5: Lag, fix a potential Oops with mlx5_lag_create_definer()Dan Carpenter2021-11-101-1/+1
| * gve: fix unmatched u64_stats_update_end()Dan Carpenter2021-11-101-1/+2
| * net: ethernet: lantiq_etop: Fix compilation errorAleksander Jan Bajkowski2021-11-101-1/+1
| * net: marvell: mvpp2: Fix wrong SerDes reconfiguration orderMarek BehĂșn2021-11-101-18/+20
| * net: ethernet: ti: cpsw_ale: Fix access to un-initialized memoryChristophe JAILLET2021-11-101-4/+2
| * net: stmmac: allow a tc-taprio base-time of zeroVladimir Oltean2021-11-101-2/+0
| * net: hns3: allow configure ETS bandwidth of all TCsGuangbin Huang2021-11-102-9/+2
| * net: hns3: remove check VF uc mac exist when set by PFGuangbin Huang2021-11-101-36/+0
| * net: hns3: fix some mac statistics is always 0 in device version V2Guangbin Huang2021-11-102-1/+11
| * net: hns3: fix kernel crash when unload VF while it is being resetYufeng Mo2021-11-102-0/+7
| * net: hns3: sync rx ring head in echo common pullYufeng Mo2021-11-105-0/+50
| * net: hns3: fix pfc packet number incorrect after querying pfc parametersJie Wang2021-11-105-50/+48
| * net: hns3: fix ROCE base interrupt vector initialization bugJie Wang2021-11-104-13/+2
| * net: hns3: fix failed to add reuse multicast mac addr to hardware when mc mac...Guangbin Huang2021-11-101-23/+27
| * net: mana: Fix spelling mistake "calledd" -> "called"Colin Ian King2021-11-091-1/+1
| * amt: use cancel_delayed_work() instead of flush_delayed_work() in amt_fini()Taehee Yoo2021-11-091-1/+1
| * net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than 10Marek BehĂșn2021-11-091-1/+4
| * amt: add IPV6 Kconfig dependencyArnd Bergmann2021-11-091-0/+1
| * gve: Fix off by one in gve_tx_timeout()Dan Carpenter2021-11-091-1/+1
| * hamradio: defer 6pack kfree after unregister_netdevLin Ma2021-11-091-2/+4
| * hamradio: defer ax25 kfree after unregister_netdevLin Ma2021-11-091-4/+5
| * net: sungem_phy: fix code indentationJean Sacren2021-11-091-1/+1
| * litex_liteeth: Fix a double free in the remove functionChristophe JAILLET2021-11-071-1/+0
| * net: marvell: prestera: fix hw structure laid outVolodymyr Mytnyk2021-11-071-63/+68
| * net: hisilicon: fix hsn3_ethtool kernel-doc warningsRandy Dunlap2021-11-071-2/+4
| * can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip...Marc Kleine-Budde2021-11-061-1/+1
| * can: mcp251xfd: mcp251xfd_irq(): add missing can_rx_offload_threaded_irq_fini...Marc Kleine-Budde2021-11-061-1/+3
| * can: peak_usb: exchange the order of information messagesStephane Grosjean2021-11-061-5/+5
| * can: peak_usb: always ask for BERR reporting for PCAN-USB devicesStephane Grosjean2021-11-061-9/+8
| * can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error pathVincent Mailhol2021-11-061-4/+2
| * net: marvell: prestera: fix patchwork build problemsVolodymyr Mytnyk2021-11-054-5/+10
| * amt: remove duplicate include in amt.cZhang Mingyu2021-11-051-1/+0
| * octeontx2-nicvf: fix ioctl callbackArnd Bergmann2021-11-051-1/+1
| * ax88796c: fix ioctl callbackArnd Bergmann2021-11-051-1/+1
| * amt: Fix NULL but dereferenced coccicheck errorYang Li2021-11-051-1/+2
| * net: ax88796c: hide ax88796c_dt_ids if !CONFIG_OFJakub Kicinski2021-11-051-0/+2
| * net: ethernet: litex: Remove unnecessary print function dev_err()Xu Wang2021-11-051-3/+1
| * octeontx2-pf: select CONFIG_NET_DEVLINKArnd Bergmann2021-11-051-0/+1
| * sfc: use swap() to make code cleanerYang Guang2021-11-051-6/+2
| * octeontx2-af: use swap() to make code cleanerYang Guang2021-11-051-3/+1
| * tg3: Remove redundant assignmentsluo penghao2021-11-051-1/+0
| * bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin2021-11-051-25/+11
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2021-11-044-71/+82
| |\
| | * ice: Fix race conditions between virtchnl handling and VF ndo opsBrett Creeley2021-11-032-0/+30
| | * ice: Fix not stopping Tx queues for VFsBrett Creeley2021-11-032-5/+3
| | * ice: Fix replacing VF hardware MAC to existing MAC filterSylwester Dziedziuch2021-11-031-5/+9
| | * ice: Remove toggling of antispoof for VF trusted promiscuous modeBrett Creeley2021-11-031-18/+0