summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-07-15Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds2-0/+2
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds79-1810/+1749
2021-07-13sfc: add logs explaining XDP_TX/REDIRECT is not availableÍñigo Huguet1-0/+4
2021-07-13sfc: ensure correct number of XDP queuesÍñigo Huguet1-7/+8
2021-07-13sfc: fix lack of XDP TX queues - error XDP TX failed (-22)Íñigo Huguet1-1/+2
2021-07-13net: fddi: fix UAF in fza_probePavel Skripkin1-2/+1
2021-07-13net: dsa: sja1105: fix address learning getting disabled on the CPU portVladimir Oltean1-8/+6
2021-07-13net: ocelot: fix switchdev objects synced for wrong netdev with LAG offloadVladimir Oltean1-4/+5
2021-07-12octeontx2-pf: Fix uninitialized boolean variable ppsColin Ian King1-1/+1
2021-07-12net: hdlc: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap6-24/+24
2021-07-12nfp: flower-ct: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-12mt76: mt7921: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-11net: phy: marvell10g: fix differentiation of 88X3310 from 88X3340Marek Behún1-5/+35
2021-07-11dsa: fix for_each_child.cocci warningskernel test robot1-1/+3
2021-07-10virtio_net: check virtqueue_add_sgs() return valueYunjian Wang1-1/+7
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds3-2/+4
2021-07-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-11/+42
2021-07-09net: ti: fix UAF in tlan_remove_onePavel Skripkin1-2/+1
2021-07-09net: qcom/emac: fix UAF in emac_removePavel Skripkin1-1/+2
2021-07-09net: moxa: fix UAF in moxart_mac_probePavel Skripkin1-3/+1
2021-07-08net: bcmgenet: Ensure all TX/RX queues DMAs are disabledFlorian Fainelli1-0/+6
2021-07-08net: microchip: sparx5: fix kconfig warningRandy Dunlap1-0/+1
2021-07-08cxgb4: fix IRQ free race during driver unloadShahjada Abul Husain2-8/+13
2021-07-08mt76: mt7921: continue to probe driver when fw already downloadedAaron Ma1-1/+2
2021-07-08atl1c: fix Mikrotik 10/25G NIC detectionGatis Peisenieks1-0/+5
2021-07-08virtio_net: disable cb aggressivelyMichael S. Tsirkin1-4/+11
2021-07-07stmmac: platform: Fix signedness bug in stmmac_probe_config_dt()YueHaibing1-3/+5
2021-07-07stmmac: dwmac-loongson: Fix unsigned comparison to zeroYueHaibing1-4/+5
2021-07-07Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds1-0/+1
2021-07-06octeontx2-pf: Fix assigned error return value that is never usedColin Ian King1-1/+1
2021-07-06bonding: fix incorrect return value of bond_ipsec_offload_ok()Taehee Yoo1-1/+1
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_offload_ok()Taehee Yoo1-6/+16
2021-07-06bonding: Add struct bond_ipesc to manage SATaehee Yoo1-20/+119
2021-07-06bonding: disallow setting nested bonding + ipsec offloadTaehee Yoo1-6/+9
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_del_sa()Taehee Yoo1-2/+5
2021-07-06ixgbevf: use xso.real_dev instead of xso.dev in callback functions of struct ...Taehee Yoo1-7/+13
2021-07-06net: netdevsim: use xso.real_dev instead of xso.dev in callback functions of ...Taehee Yoo1-4/+4
2021-07-06bonding: fix null dereference in bond_ipsec_add_sa()Taehee Yoo1-0/+5
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_add_sa()Taehee Yoo1-1/+6
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-50/+41
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-60/+11
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+2
2021-07-05net: stmmac: ptp: update tas basetime after ptp adjustXiaoliang Yang2-2/+45
2021-07-05net: stmmac: add mutex lock to protect est parametersXiaoliang Yang1-1/+11
2021-07-05net: stmmac: separate the tas basetime calculation functionXiaoliang Yang2-13/+28
2021-07-03net: marvell: always set skb_shared_info in mvneta_swbm_add_rx_fragmentLorenzo Bianconi1-10/+10
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2-8/+8
2021-07-03virtio_net: move txq wakeups under tx q lockMichael S. Tsirkin1-6/+7
2021-07-03virtio_net: move tx vq operation under tx queue lockMichael S. Tsirkin1-1/+21
2021-07-03virtio_net: Fix error handling in virtnet_restore()Xie Yongji1-1/+4