summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| |\
| | * igb: Fix position of assignment to *ringJedrzej Jagielski2021-07-011-1/+2
| | * igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov2021-07-011-1/+8
| | * iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET2021-07-011-0/+1
| | * e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET2021-07-011-0/+1
| | * fm10k: Fix an error handling path in 'fm10k_probe()'Christophe JAILLET2021-07-011-0/+1
| | * igb: Fix an error handling path in 'igb_probe()'Christophe JAILLET2021-07-011-0/+1
| | * igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET2021-07-011-0/+1
| | * ixgbe: Fix an error handling path in 'ixgbe_probe()'Christophe JAILLET2021-07-011-0/+1
| | * igc: change default return of igc_read_phy_reg()Tom Rix2021-07-011-1/+1
| | * igb: Fix use-after-free error during resetVinicius Costa Gomes2021-07-011-0/+2
| | * igc: Fix use-after-free error during resetVinicius Costa Gomes2021-07-011-0/+2
| * | net: stmmac: Terminate FPE workqueue in suspendMohammad Athari Bin Ismail2021-07-011-0/+1
| * | net: remove the caif_hsi driverChristoph Hellwig2021-07-013-1466/+0
| * | ibmvnic: retry reset if there are no other resetsSukadev Bhattiprolu2021-07-011-3/+19
| * | ptp: add kernel API ptp_convert_timestamp()Yangbo Lu2021-07-011-0/+34
| * | ptp: add kernel API ptp_get_vclocks_index()Yangbo Lu2021-07-013-1/+39
| * | ptp: track available ptp vclocks informationYangbo Lu2021-07-013-4/+40
| * | ptp: support ptp physical/virtual clocks conversionYangbo Lu2021-07-013-0/+185
| * | ptp: add ptp virtual clock driver frameworkYangbo Lu2021-07-013-1/+166
| * | net: wwan: iosm: set default mtuM Chetan Kumar2021-07-011-0/+1
| * | net: wwan: iosm: fix netdev tx statsM Chetan Kumar2021-07-011-1/+5
| * | net: wwan: iosm: correct link-id handlingM Chetan Kumar2021-07-014-9/+9
| * | net: wwan: iosm: remove reduandant checkM Chetan Kumar2021-07-011-16/+3
| * | net: wwan: iosm: fix uevent reportingM Chetan Kumar2021-07-011-1/+1
| * | octeontx2-pf: offload DMAC filters to CGX/RPM blockHariprasad Kelam2021-07-016-10/+417