aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2015-02-08i40evf: ignore bogus messages from FWGravatar Mitch Williams 1-1/+1
2015-02-08i40evf: reset on module unloadGravatar Mitch Williams 1-5/+10
2015-02-08i40e: add locking around VF resetGravatar Mitch Williams 2-6/+8
2015-02-08i40e: Use even more ARQ descriptorsGravatar Mitch Williams 1-2/+2
2015-02-08i40e: delay after VF resetGravatar Mitch Williams 1-6/+6
2015-02-08i40e: avoid use of uninitialized v_budget in i40e_init_msixGravatar John W Linville 1-5/+5
2015-02-08i40e: i40e_fcoe.c: Remove unused functionGravatar Rickard Strandqvist 1-9/+0
2015-02-08vxlan: Wrong type passed to %pISGravatar Rasmus Villemoes 1-1/+1
2015-02-08Driver: Vmxnet3: Change the hex constant to its decimal equivalentGravatar Shrikrishna Khare 2-3/+3
2015-02-08net: rfs: add hash collision detectionGravatar Eric Dumazet 1-4/+1
2015-02-07cxgb4: Add support in debugfs to dump the congestion control tableGravatar Hariprasad Shenai 4-0/+53
2015-02-07cxgb4: Add support to dump mailbox content in debugfsGravatar Hariprasad Shenai 3-0/+91
2015-02-07cxgb4: Add support for ULP RX logic analyzer output in debugfsGravatar Hariprasad Shenai 5-0/+58
2015-02-07cxgb4: Added support in debugfs to display TP logic analyzer outputGravatar Hariprasad Shenai 5-0/+320
2015-02-07cxgb4: Add support in debugfs to display sensor informationGravatar Hariprasad Shenai 2-0/+42
2015-02-07be2net: avoid unncessary swapping of fields in eth_tx_wrbGravatar Sathya Perla 2-18/+27
2015-02-07be2net: process port misconfig async eventGravatar Vasundhara Volam 4-30/+139
2015-02-07be2net: refactor be_set_rx_mode() and be_vid_config() for readabilityGravatar Sathya Perla 2-97/+127
2015-02-07be2net: remove duplicate code in be_cmd_rx_filter()Gravatar Sathya Perla 3-51/+36
2015-02-07be2net: use offset based FW flashing for Skyhawk chipGravatar Vasundhara Volam 3-23/+66
2015-02-07be2net: avoid flashing SH-B0 UFI image on SH-P2 chipGravatar Vasundhara Volam 2-2/+9
2015-02-07be2net: refactor code that checks flash file compatibilityGravatar Vasundhara Volam 2-68/+78
2015-02-07be2net: replace (1 << x) with BIT(x)Gravatar Vasundhara Volam 3-15/+15
2015-02-07be2net: move un-exported routines from be.h to respective src filesGravatar Sathya Perla 3-166/+167
2015-02-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...Gravatar David S. Miller 13-219/+584
2015-02-07r8152: use BIT macroGravatar hayeswang 1-17/+17
2015-02-07r8152: replace get_protocol with vlan_get_protocolGravatar hayeswang 1-14/+2
2015-02-07r8152: adjust the line feed for hw_featuresGravatar hayeswang 1-2/+1
2015-02-07r8152: check RTL8152_UNPLUG for rtl8152_closeGravatar hayeswang 1-1/+1
2015-02-07r8152: check linking status with netif_carrier_okGravatar hayeswang 1-14/+9
2015-02-07r8152: adjust lpm timerGravatar hayeswang 1-3/+3
2015-02-07r8152: adjust rx_bottomGravatar hayeswang 1-2/+13
2015-02-07amd-xgbe: Check per channel DMA interrupt use in main ISRGravatar Lendacky, Thomas 1-5/+6
2015-02-07net: dsa: bcm_sf2: implement GPHY power downGravatar Florian Fainelli 2-9/+45
2015-02-07net: dsa: bcm_sf2: move GPHY enabling to its own functionGravatar Florian Fainelli 1-12/+20
2015-02-07dsa: do not dereference non-existing routing tableGravatar Tobias Waldekranz 1-1/+2
2015-02-06net: sxgbe: fix error handling in init_rx_ring()Gravatar Dan Carpenter 1-14/+43
2015-02-06Merge ath-next from ath.gitGravatar Kalle Valo 28-435/+2953
2015-02-06Merge tag 'iwlwifi-next-for-kalle-2015-02-03' of https://git.kernel.org/pub/s...Gravatar Kalle Valo 26-176/+503
2015-02-06brcm80211: Delete unnecessary checks before two function callsGravatar Markus Elfring 2-3/+2
2015-02-06hostap: Delete an unnecessary check before the function call "kfree"Gravatar Markus Elfring 1-1/+1
2015-02-06orinoco: Delete an unnecessary check before the function call "kfree"Gravatar Markus Elfring 1-1/+1
2015-02-06ath9k: Delete an unnecessary check before the function call "relay_close"Gravatar Markus Elfring 1-1/+1
2015-02-06cw1200: Less function calls in cw1200_load_firmware_cw1200() after error dete...Gravatar Markus Elfring 1-14/+23
2015-02-06cw1200: Delete an unnecessary check before the function call "release_firmware"Gravatar Markus Elfring 1-2/+1
2015-02-06orinoco: orinoco_tmd use msecs_to_jiffies for conversionGravatar Nicholas Mc Guire 1-1/+1
2015-02-06orinoco: orinoco_pci use msecs_to_jiffies for conversionGravatar Nicholas Mc Guire 1-1/+1
2015-02-06orinoco: orinoco_plx use msecs_to_jiffies for conversionGravatar Nicholas Mc Guire 1-1/+1
2015-02-06cw1200: use msecs_to_jiffies for conversionGravatar Nicholas Mc Guire 1-4/+4
2015-02-06ath5k: fix spontaneus AR5312 freezesGravatar Sergey Ryazanov 1-1/+1