summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-2731-112/+321
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-2629-106/+315
| |\
| | * macsec: dynamically allocate space for sglistJason A. Donenfeld2017-04-261-7/+22
| | * Revert "phy: micrel: Disable auto negotiation on startup"David S. Miller2017-04-261-11/+0
| | * net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov2017-04-261-4/+36
| | * qed: Fix error in the dcbx app meta data initialization.sudarsana.kalluru@cavium.com2017-04-251-5/+5
| | * netvsc: fix calculation of available send sectionsstephen hemminger2017-04-252-6/+4
| | * net: hso: fix module unloadingAndreas Kemnade2017-04-251-1/+1
| | * team: fix memory leaksPan Bian2017-04-251-2/+6
| | * Merge tag 'linux-can-fixes-for-4.11-20170425' of git://git.kernel.org/pub/scm...David S. Miller2017-04-255-5/+90
| | |\
| | | * net: can: usb: gs_usb: Fix buffer on stackMaksim Salau2017-04-251-5/+12
| | | * can: usb: Kconfig: Add PCAN-USB X6 device in help textStephane Grosjean2017-04-251-0/+1
| | | * can: usb: Add support of PCAN-Chip USB stamp moduleStephane Grosjean2017-04-254-0/+77
| | * | sfc: tx ring can only have 2048 entries for all EF10 NICsBert Kenward2017-04-252-1/+5
| | * | macvlan: Fix device ref leak when purging bc_queueHerbert Xu2017-04-251-1/+10
| | * | usb: plusb: Add support for PL-27A1Roman SpychaƂa2017-04-252-3/+14
| | |/
| | * net: dsa: b53: Fix CPU port for 58xx devicesFlorian Fainelli2017-04-251-1/+1
| | * net: dsa: b53: Implement software reset for 58xx devicesFlorian Fainelli2017-04-252-1/+25
| | * net: dsa: b53: Include IMP/CPU port in dumb forwarding modeFlorian Fainelli2017-04-252-0/+14
| | * Merge tag 'mlx5-fixes-2017-04-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-04-246-53/+76
| | |\
| | | * net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handlingIlan Tayari2017-04-221-0/+1
| | | * net/mlx5e: Fix small packet thresholdEugenia Emantayev2017-04-221-1/+1
| | | * net/mlx5: Fix UAR memory leakMaor Gottlieb2017-04-221-0/+1
| | | * net/mlx5e: Make sure the FW max encap size is enough for ipv6 tunnelsOr Gerlitz2017-04-221-19/+23
| | | * net/mlx5e: Make sure the FW max encap size is enough for ipv4 tunnelsOr Gerlitz2017-04-221-19/+23
| | | * net/mlx5: E-Switch, Correctly deal with inline mode on ConnectX-5Or Gerlitz2017-04-222-13/+26
| | | * net/mlx5: Fix driver load bad flow when having fw initializing timeoutMohamad Haj Yahia2017-04-221-1/+1
| | * | ravb: Double free on error in ravb_start_xmit()Dan Carpenter2017-04-241-3/+4
| | * | macsec: avoid heap overflow in skb_to_sgvecJason A. Donenfeld2017-04-241-1/+1
| | * | net: tc35815: move free after the dereferenceDan Carpenter2017-04-241-1/+1
| | * | net/mlx5e: Fix race in mlx5e_sw_stats and mlx5e_vport_statsMartin KaFai Lau2017-04-241-2/+2
| | |/
| * | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-04-241-2/+2
| |\ \
| | * \ Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-04-151-2/+2
| | |\ \
| | | * | scsi: return correct blkprep status code in case scsi_init_io() fails.Johannes Thumshirn2017-04-141-2/+2
| * | | | Merge tag 'upstream-4.11-rc7' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-04-241-4/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | ubi/upd: Always flush after prepared for an updateSebastian Siewior2017-03-301-4/+4
* | | | | virtio-net: on tx, only call napi_disable if tx napi is onWillem de Bruijn2017-04-261-2/+8
* | | | | ibmvnic: Move initialization of sub crqs to ibmvnic_initNathan Fontenot2017-04-261-11/+12
* | | | | ibmvnic: Split initialization of scrqs to its own routineNathan Fontenot2017-04-261-47/+54
* | | | | drivers: net: xgene-v2: Fix error return code in xge_mdio_config()Wei Yongjun2017-04-251-0/+1
* | | | | qed: fix invalid use of sizeof in qed_alloc_qm_data()Wei Yongjun2017-04-251-1/+1
* | | | | net: ethernet: ti: netcp_core: remove unused compl queue mappingIvan Khoronzhuk2017-04-251-4/+0
* | | | | qed - VF tunnelling support [VXLAN/GENEVE/GRE]Chopra, Manish2017-04-258-4/+446
* | | | | qed/qede: Add UDP ports in bulletin boardChopra, Manish2017-04-258-1/+83
* | | | | qede: Configure UDP ports in local context.Chopra, Manish2017-04-253-36/+52
* | | | | qede: Disable tunnel offloads for non offloaded UDP portsChopra, Manish2017-04-251-6/+17
* | | | | qed/qede: Enable tunnel offloads based on hw configurationChopra, Manish2017-04-253-11/+46
* | | | | qed: refactor tunnelling - API/StructsChopra, Manish2017-04-257-197/+207
* | | | | Merge tag 'linux-can-next-for-4.12-20170425' of git://git.kernel.org/pub/scm/...David S. Miller2017-04-2516-431/+3573
|\ \ \ \ \
| * | | | | can: ti_hecc: fix return value check in ti_hecc_probe()Wei Yongjun2017-04-251-6/+6