summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* liquidio: Fix unintentional sign extension issue on left shift of u16Colin Ian King2021-07-151-1/+1
* net: dsa: mv88e6xxx: NET_DSA_MV88E6XXX_PTP should depend on NET_DSA_MV88E6XXXGeert Uytterhoeven2021-07-151-1/+1
* r8152: Fix a deadlock by doubly PM resumeTakashi Iwai2021-07-141-9/+18
* r8152: Fix potential PM refcount imbalanceTakashi Iwai2021-07-141-1/+2
* Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-1484-1813/+2210
|\
| * sfc: add logs explaining XDP_TX/REDIRECT is not availableÍñigo Huguet2021-07-131-0/+4
| * sfc: ensure correct number of XDP queuesÍñigo Huguet2021-07-131-7/+8
| * sfc: fix lack of XDP TX queues - error XDP TX failed (-22)Íñigo Huguet2021-07-131-1/+2
| * net: fddi: fix UAF in fza_probePavel Skripkin2021-07-131-2/+1
| * net: dsa: sja1105: fix address learning getting disabled on the CPU portVladimir Oltean2021-07-131-8/+6
| * net: ocelot: fix switchdev objects synced for wrong netdev with LAG offloadVladimir Oltean2021-07-131-4/+5
| * octeontx2-pf: Fix uninitialized boolean variable ppsColin Ian King2021-07-121-1/+1
| * net: hdlc: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap2021-07-126-24/+24
| * net: phy: marvell10g: fix differentiation of 88X3310 from 88X3340Marek Behún2021-07-111-5/+35
| * dsa: fix for_each_child.cocci warningskernel test robot2021-07-111-1/+3
| * virtio_net: check virtqueue_add_sgs() return valueYunjian Wang2021-07-101-1/+7
| * net: ti: fix UAF in tlan_remove_onePavel Skripkin2021-07-091-2/+1
| * net: qcom/emac: fix UAF in emac_removePavel Skripkin2021-07-091-1/+2
| * net: moxa: fix UAF in moxart_mac_probePavel Skripkin2021-07-091-3/+1
| * net: bcmgenet: Ensure all TX/RX queues DMAs are disabledFlorian Fainelli2021-07-081-0/+6
| * net: microchip: sparx5: fix kconfig warningRandy Dunlap2021-07-081-0/+1
| * cxgb4: fix IRQ free race during driver unloadShahjada Abul Husain2021-07-082-8/+13
| * mt76: mt7921: continue to probe driver when fw already downloadedAaron Ma2021-07-081-1/+2
| * atl1c: fix Mikrotik 10/25G NIC detectionGatis Peisenieks2021-07-081-0/+5
| * ptp: Relocate lookup cookie to correct block.Jonathan Lemon2021-07-081-1/+1
| * stmmac: platform: Fix signedness bug in stmmac_probe_config_dt()YueHaibing2021-07-071-3/+5
| * stmmac: dwmac-loongson: Fix unsigned comparison to zeroYueHaibing2021-07-071-4/+5
| * octeontx2-pf: Fix assigned error return value that is never usedColin Ian King2021-07-061-1/+1
| * bonding: fix incorrect return value of bond_ipsec_offload_ok()Taehee Yoo2021-07-061-1/+1
| * bonding: fix suspicious RCU usage in bond_ipsec_offload_ok()Taehee Yoo2021-07-061-6/+16
| * bonding: Add struct bond_ipesc to manage SATaehee Yoo2021-07-061-20/+119
| * bonding: disallow setting nested bonding + ipsec offloadTaehee Yoo2021-07-061-6/+9
| * bonding: fix suspicious RCU usage in bond_ipsec_del_sa()Taehee Yoo2021-07-061-2/+5
| * ixgbevf: use xso.real_dev instead of xso.dev in callback functions of struct ...Taehee Yoo2021-07-061-7/+13
| * net: netdevsim: use xso.real_dev instead of xso.dev in callback functions of ...Taehee Yoo2021-07-061-4/+4
| * bonding: fix null dereference in bond_ipsec_add_sa()Taehee Yoo2021-07-061-0/+5
| * bonding: fix suspicious RCU usage in bond_ipsec_add_sa()Taehee Yoo2021-07-061-1/+6
| * net: stmmac: ptp: update tas basetime after ptp adjustXiaoliang Yang2021-07-052-2/+45
| * net: stmmac: add mutex lock to protect est parametersXiaoliang Yang2021-07-051-1/+11
| * net: stmmac: separate the tas basetime calculation functionXiaoliang Yang2021-07-052-13/+28
| * ptp: fix format string mismatch in ptp_sysfs.cYangbo Lu2021-07-051-2/+2
| * ptp: fix NULL pointer dereference in ptp_clock_registerYangbo Lu2021-07-051-1/+1
| * net: marvell: always set skb_shared_info in mvneta_swbm_add_rx_fragmentLorenzo Bianconi2021-07-031-10/+10
| * vmxnet3: fix cksum offload issues for tunnels with non-default udp portsRonak Doshi2021-07-021-2/+20
| * nfp: flower-ct: remove callback delete deadlockLouis Peens2021-07-021-13/+0
| * gve: DQO: Remove incorrect prefetchBailey Forrest2021-07-021-7/+0
| * gve: Simplify code and axe the use of a deprecated APIChristophe JAILLET2021-07-021-8/+1
| * gve: Propagate error codes to callerChristophe JAILLET2021-07-011-2/+3
| * gve: Fix an error handling path in 'gve_probe()'Christophe JAILLET2021-07-011-1/+4
| * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tDavid S. Miller2021-07-017-3/+21
| |\