summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* | net: via: via-velocity: fix spelling mistake "alignement" -> "alignment"Colin Ian King2018-11-271-1/+1
* | qed: fix spelling mistake "attnetion" -> "attention"Colin Ian King2018-11-271-1/+1
* | net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi2018-11-271-0/+3
* | net: phy: add workaround for issue where PHY driver doesn't bind to the deviceHeiner Kallweit2018-11-271-0/+8
* | usbnet: ipheth: fix potential recvmsg bug and recvmsg bug 2Bernd Eckstein2018-11-271-6/+4
* | net: gemini: Fix copy/paste errorAndreas Fiedler2018-11-231-1/+1
* | net: phy: mscc: fix deadlock in vsc85xx_default_configQuentin Schulz2018-11-231-9/+5
* | net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi2018-11-231-1/+3
* | net: amd: add missing of_node_put()Yangtao Li2018-11-231-1/+3
* | team: no need to do team_notify_peers or team_mcast_rejoin when disabling portHangbin Liu2018-11-231-2/+0
* | virtio-net: fail XDP set if guest csum is negotiatedJason Wang2018-11-231-2/+3
* | virtio-net: disable guest csum during XDP setJason Wang2018-11-231-6/+2
* | ibmvnic: Update driver queues after change in ring size supportThomas Falcon2018-11-221-1/+8
* | ibmvnic: Fix RX queue buffer cleanupThomas Falcon2018-11-221-2/+2
* | net: thunderx: set xdp_prog to NULL if bpf_prog_add failsLorenzo Bianconi2018-11-221-2/+7
* | net: faraday: ftmac100: remove netif_running(netdev) check before disabling i...Vincent Chen2018-11-211-4/+3
* | Merge tag 'wireless-drivers-for-davem-2018-11-20' of git://git.kernel.org/pub...David S. Miller2018-11-2116-38/+82
|\ \
| * | mt76: fix uninitialized mutex access setting rts thresholdLorenzo Bianconi2018-11-162-3/+2
| * | brcmfmac: fix reporting support for 160 MHz channelsRafał Miłecki2018-11-161-1/+2
| * | ath10k: don't assume 'vif' is non-NULL in flush()Brian Norris2018-11-161-1/+1
| * | iwlwifi: mvm: don't use SAR Geo if basic SAR is not usedLuca Coelho2018-11-151-8/+28
| * | iwlwifi: fix D3 debug data buffer memory leakShahar S Matityahu2018-11-152-1/+7
| * | iwlwifi: mvm: fix regulatory domain update when the firmware startsEmmanuel Grumbach2018-11-152-5/+8
| * | iwlwifi: mvm: support sta_statistics() even on older firmwareEmmanuel Grumbach2018-11-151-4/+0
| * | iwlwifi: fix wrong WGDS_WIFI_DATA_SIZEMatt Chen2018-11-152-2/+4
| * | mt76: fix building without CONFIG_LEDS_CLASSArnd Bergmann2018-11-063-5/+15
| * | brcmutil: really fix decoding channel info for 160 MHz bandwidthRafał Miłecki2018-11-061-0/+3
| * | wlcore: Fixup "Add support for optional wakeirq"John Stultz2018-11-061-6/+11
| * | ath9k: Fix a locking bug in ath9k_add_interface()Dan Carpenter2018-11-061-2/+1
* | | tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control pathsSiva Reddy Kallam2018-11-201-2/+16
* | | Merge tag 'mlx5-fixes-2018-11-19' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-11-1912-83/+116
|\ \ \
| * | | net/mlx5e: Fix failing ethtool query on FEC query errorShay Agroskin2018-11-191-2/+1
| * | | net/mlx5e: Removed unnecessary warnings in FEC caps queryShay Agroskin2018-11-192-4/+4
| * | | net/mlx5e: Fix wrong field name in FEC related functionsShay Agroskin2018-11-191-2/+2
| * | | net/mlx5e: Fix a bug in turning off FEC policy in unsupported speedsShay Agroskin2018-11-191-16/+12
| * | | net/mlx5e: Fix selftest for small MTUsValentine Fatiev2018-11-191-16/+10
| * | | net/mlx5e: RX, verify received packet size in Linear Striding RQMoshe Shemesh2018-11-195-1/+15
| * | | net/mlx5e: Apply the correct check for supporting TC esw rules splitRoi Dayan2018-11-191-1/+1
| * | | net/mlx5e: Adjust to max number of channles when re-attachingYuval Avnery2018-11-191-5/+22
| * | | net/mlx5e: Always use the match level enum when parsing TC rule matchOr Gerlitz2018-11-191-2/+2
| * | | net/mlx5e: Claim TC hw offloads support only under a proper build configOr Gerlitz2018-11-191-0/+6
| * | | net/mlx5e: Don't match on vlan non-existence if ethertype is wildcardedOr Gerlitz2018-11-191-31/+32
| * | | net/mlx5e: IPoIB, Reset QP after channels are closedDenis Drozdov2018-11-191-1/+1
| * | | net/mlx5: IPSec, Fix the SA context hash keyRaed Salem2018-11-191-2/+8
| |/ /
* | | net/ibmnvic: Fix deadlock problem in resetJuliet Kim2018-11-192-39/+22
* | | qed: Fix QM getters to always return a valid pqDenis Bolotin2018-11-191-4/+20
* | | qed: Fix bitmap_weight() checkDenis Bolotin2018-11-191-1/+4
* | | net: ena: update driver version from 2.0.1 to 2.0.2Arthur Kiyanovski2018-11-191-1/+1
* | | net: ena: fix crash during ena_remove()Arthur Kiyanovski2018-11-191-11/+10
* | | net: ena: fix crash during failed resume from hibernationArthur Kiyanovski2018-11-191-1/+1