summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-for-davem-2017-03-02' of git://git.kernel.org/pub...David S. Miller2017-03-022-3/+117
|\
| * ath10k: search SMBIOS for OEM board file extensionWaldemar Rymarkiewicz2017-03-022-3/+117
* | drivers: net: ethernet: remove incorrect __exit markupsDmitry Torokhov2017-03-026-25/+25
* | cxgb4: update latest firmware version supportedGanesh Goudar2017-03-021-3/+3
* | amd-xgbe: Don't overwrite SFP PHY mod_absent settingsLendacky, Thomas2017-03-021-0/+2
* | amd-xgbe: Be sure to set MDIO modes on device (re)startLendacky, Thomas2017-03-022-1/+23
* | amd-xgbe: Stop the PHY before releasing interruptsLendacky, Thomas2017-03-021-2/+2
* | drivers: net: xgene: Fix crash on DT systemsAlban Bedel2017-03-021-0/+6
* | Merge tag 'mac80211-for-davem-2017-02-28' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-03-021-7/+21
|\ \
| * | mac80211_hwsim: check HWSIM_ATTR_RADIO_NAME lengthJohannes Berg2017-02-271-7/+21
| * | mac80211_hwsim: Replace bogus hrtimer clockidThomas Gleixner2017-02-271-1/+1
* | | geneve: lock RCU on TX pathJakub Kicinski2017-03-011-0/+2
* | | vxlan: lock RCU on TX pathJakub Kicinski2017-03-011-2/+6
* | | net: usb: asix_devices: fix missing return code check on call to asix_write_m...Colin Ian King2017-03-011-1/+1
* | | mlxsw: spectrum_router: Avoid potential packets lossIdo Schimmel2017-03-011-10/+20
* | | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-03-011-3/+1
|\ \ \ | |_|/ |/| |
| * | idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-141-3/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-2821-175/+125
|\ \ \
| * | | qed: Don't use attention PTT for configuring BWMintz, Yuval2017-02-273-5/+8
| * | | qed: Fix race with multiple VFsMintz, Yuval2017-02-272-17/+26
| | |/ | |/|
| * | net/mlx4_en: fix overflow in mlx4_en_init_timestamp()Eric Dumazet2017-02-262-11/+8
| * | net: s2io: fix typo argumnet argumentLABBE Corentin2017-02-261-1/+1
| * | net: vxge: fix typo argumnet argumentLABBE Corentin2017-02-261-1/+1
| * | drivers: net: xgene: Simplify xgene_enet_setup_mss() to kill warningGeert Uytterhoeven2017-02-241-10/+3
| * | vxlan: don't allow overwrite of config src addrBrian Russell2017-02-241-7/+5
| * | net: phy: Add missing driver check in phy_aneg_done()Florian Fainelli2017-02-241-1/+1
| * | vxlan: correctly validate VXLAN ID against VXLAN_N_VIDMatthias Schiffer2017-02-241-1/+1
| * | net: stmmac: unify registers dumps methodsLABBE Corentin2017-02-249-121/+71
* | | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-288-29/+29
* | | scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada2017-02-282-2/+2
* | | scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* | | scripts/spelling.txt: add "disassocation" pattern and fix typo instancesMasahiro Yamada2017-02-282-2/+2
* | | scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* | | scripts/spelling.txt: add "applys" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* | | scripts/spelling.txt: add "configuartion" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* | | scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada2017-02-282-5/+5
* | | scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* | | scripts/spelling.txt: add "initialiazation" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* | | scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada2017-02-283-4/+4
* | | scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada2017-02-282-4/+2
* | | scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-02-282-4/+4
* | | scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* | | scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* | | scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-02-282-3/+3
* | | mac80211_hwsim: Replace bogus hrtimer clockidThomas Gleixner2017-02-251-1/+1
|/ /
* | Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-232-95/+41
|\ \
| * | amd-xgbe: Update PCI support to use new IRQ functionsTom Lendacky2017-01-132-95/+41
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-2322-69/+336
|\ \ \
| * | | net/mlx4_en: Use __skb_fill_page_desc()Eric Dumazet2017-02-231-4/+4
| * | | net/mlx4_core: Use cq quota in SRIOV when creating completion EQsJack Morgenstein2017-02-232-4/+4