summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: assume flash part size to be 4MB, if it can't be determinedCasey Leedom2018-07-071-22/+13
* ravb: remove custom .set_link_ksettings from ethtool opsVladimir Zapolskiy2018-07-071-10/+1
* ravb: remove custom .get_link_ksettings from ethtool opsVladimir Zapolskiy2018-07-071-12/+1
* ravb: remove useless serialization in ravb_get_link_ksettings()Vladimir Zapolskiy2018-07-071-5/+0
* ravb: remove custom .nway_reset from ethtool opsVladimir Zapolskiy2018-07-071-11/+1
* ravb: simplify link auto-negotiation by ethtoolVladimir Zapolskiy2018-07-071-1/+1
* ravb: fix invalid context bug while changing link options by ethtoolVladimir Zapolskiy2018-07-071-34/+15
* ravb: fix invalid context bug while calling auto-negotiation by ethtoolVladimir Zapolskiy2018-07-071-6/+1
* sh_eth: remove custom .set_link_ksettings from ethtool opsVladimir Zapolskiy2018-07-071-10/+1
* sh_eth: remove custom .get_link_ksettings from ethtool opsVladimir Zapolskiy2018-07-071-12/+1
* sh_eth: remove useless serialization in sh_eth_get_link_ksettings()Vladimir Zapolskiy2018-07-071-5/+0
* sh_eth: remove custom .nway_reset from ethtool opsVladimir Zapolskiy2018-07-071-9/+1
* sh_eth: simplify link auto-negotiation by ethtoolVladimir Zapolskiy2018-07-071-1/+1
* sh_eth: fix invalid context bug while changing link options by ethtoolVladimir Zapolskiy2018-07-071-34/+15
* sh_eth: fix invalid context bug while calling auto-negotiation by ethtoolVladimir Zapolskiy2018-07-071-9/+1
* net: aquantia: vlan unicast address list correct handlingIgor Russkikh2018-07-067-36/+36
* liquidio: make timeout HZ independent and readableNicholas Mc Guire2018-07-061-1/+4
* qmi_wwan: add support for Quectel EG91Matevz Vucnik2018-07-051-0/+1
* qed: off by one in qed_parse_mcp_trace_buf()Dan Carpenter2018-07-051-1/+1
* qed: Fix reading stale configuration informationDenis Bolotin2018-07-052-12/+28
* net: phy: fix flag masking in __set_phy_supportedHeiner Kallweit2018-07-051-5/+2
* smsc75xx: Add workaround for gigabit link up hardware errata.Yuiko Oshino2018-07-041-0/+62
* net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern2018-07-041-24/+24
* net: phy: marvell: change default m88e1510 LED configurationWang Dongsheng2018-07-041-18/+36
* Merge tag 'wireless-drivers-for-davem-2018-07-03' of git://git.kernel.org/pub...David S. Miller2018-07-0313-26/+46
|\
| * Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/at...Kalle Valo2018-06-293-3/+16
| |\
| | * wcn36xx: Remove Unicode Byte Order Mark from testcodeGeert Uytterhoeven2018-06-281-1/+1
| | * ath10k: update the phymode along with bandwidth change requestRyan Hsu2018-06-282-2/+15
| * | rtlwifi: rtl8821ae: fix firmware is not ready to runPing-Ke Shih2018-06-291-1/+0
| * | mt7601u: remove warning when avg_rssi is zeroStanislaw Gruszka2018-06-241-2/+4
| * | mwifiex: handle race during mwifiex_usb_disconnectGanapathi Bhat2018-06-241-2/+2
| * | Revert "mwifiex: handle race during mwifiex_usb_disconnect"Ganapathi Bhat2018-06-241-3/+0
| * | brcmfmac: stop watchdog before detach and free everythingMichael Trimarchi2018-06-241-0/+7
| * | rtlwifi: Fix kernel Oops "Fw download fail!!"Ping-Ke Shih2018-06-246-13/+16
| |/
| * qtnfmac: fix NULL pointer dereferenceGustavo A. R. Silva2018-06-181-2/+1
* | r8169: fix mac address changeHeiner Kallweit2018-07-031-0/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-07-022-3/+12
|\ \
| * | md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang2018-06-281-0/+7
| * | MD: cleanup resources in failureShaohua Li2018-06-181-3/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-0255-198/+414
|\ \ \
| * | | qede: Adverstise software timestamp caps when PHC is not available.Sudarsana Reddy Kalluru2018-07-021-2/+8
| * | | qed: Fix use of incorrect size in memcpy call.Sudarsana Reddy Kalluru2018-07-021-4/+4
| * | | qed: Fix setting of incorrect eswitch mode.Sudarsana Reddy Kalluru2018-07-022-3/+18
| * | | qed: Limit msix vectors in kdump kernel to the minimum required count.Sudarsana Reddy Kalluru2018-07-021-0/+8
| * | | ipvlan: call dev_change_flags when ipvlan mode is resetHangbin Liu2018-07-021-8/+28
| * | | net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-022-4/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-012-15/+5
| |\ \ \
| | * | | bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young2018-06-261-12/+2
| | * | | nfp: bpf: don't stop offload if replace failedJakub Kicinski2018-06-251-3/+3
| * | | | hv_netvsc: split sub-channel setup into async and syncStephen Hemminger2018-06-304-52/+65