summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* wireless: Remove casts to same typeJoe Perches2012-06-0655-247/+198
* ethernet: Remove casts to same typeJoe Perches2012-06-0634-97/+87
* be2net: update driver versionSathya Perla2012-06-061-1/+1
* be2net: do not use SCRATCHPAD registerSathya Perla2012-06-062-9/+3
* be2net: remove unnecessary usage of unlikely()Sathya Perla2012-06-061-2/+2
* be2net: fix reporting number of actual rx queuesSathya Perla2012-06-061-1/+7
* be2net: do not modify PCI MaxReadReq sizeSathya Perla2012-06-061-2/+0
* be2net: cleanup be_vid_config()Sathya Perla2012-06-061-16/+9
* be2net: don't call vid_config() when there's no vlan configSathya Perla2012-06-061-1/+2
* gianfar_ethtool: coding style and whitespace cleanupsJan Ceuleers2012-06-061-196/+224
* gianfar: Remove superfluous initialisationsJan Ceuleers2012-06-061-16/+14
* gianfar: various coding style and whitespace cleanupsJan Ceuleers2012-06-061-144/+154
* gianfar: comment cleanupJan Ceuleers2012-06-061-72/+83
* gianfar: whitespace cleanup - pointers and multiplicationsJan Ceuleers2012-06-061-8/+8
* stmmac: remove two useless initialisationsGiuseppe CAVALLARO2012-06-041-2/+1
* net/ethernet: ks8851_mll mac address configuration support addedRaffaele Recalcati2012-06-041-7/+18
* fec_mpc52xx: fix timestamp filteringStephan Gatzka2012-06-021-1/+1
* mcs7830: Implement link state detectionOndrej Zary2012-06-021-2/+23
* e1000e: fix Rapid Start Technology support for i217Bruce Allan2012-06-021-9/+9
* e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()Sebastian Andrzej Siewior2012-06-021-1/+1
* r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga2012-06-021-0/+3
* 8139cp/8139too: terminate the eeprom access with the right opmodeJason Wang2012-06-012-2/+2
* 8139cp: set ring address before enabling receiverJason Wang2012-06-011-11/+11
* net/mlx4_core: Fix obscure mlx4_cmd_box parameter in QUERY_DEV_CAPJack Morgenstein2012-06-011-3/+2
* net/mlx4_core: Check port out-of-range before using in mlx4_slave_capJack Morgenstein2012-06-011-3/+3
* net/mlx4_core: Fixes for VF / Guest startup flowJack Morgenstein2012-06-014-14/+63
* net/mlx4_en: Fix improper use of "port" parameter in mlx4_en_eventJack Morgenstein2012-06-011-5/+7
* net/mlx4_core: Fix number of EQs used in ICM initialisationMarcel Apfelbaum2012-06-012-15/+11
* net/mlx4_core: Fix the slave_id out-of-range test in mlx4_eq_intJack Morgenstein2012-06-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-3132-575/+199
|\
| * net/smsc911x: Repair broken failure pathsLee Jones2012-05-301-3/+4
| * virtio-net: remove useless disable on freezeMichael S. Tsirkin2012-05-301-5/+0
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-05-3025-557/+174
| |\
| | * wlcore: fix undefined symbols when CONFIG_PM is not definedEyal Shapira2012-05-293-1/+7
| | * ath9k_hw: apply internal regulator settings on AR933xFelix Fietkau2012-05-293-1/+7
| | * ath9k_hw: update AR933x initvals to fix issues with high power devicesFelix Fietkau2012-05-291-88/+90
| | * ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() failsFelix Fietkau2012-05-291-6/+10
| | * ath9k: stop rx dma before stopping txFelix Fietkau2012-05-291-3/+4
| | * ath5k: add possible wiphy interface combinationsFelix Fietkau2012-05-291-0/+19
| | * brcmfmac: use vmalloc to allocate mem for the firmwareHauke Mehrtens2012-05-251-2/+3
| | * wl1251: fix oops on early interruptGrazvydas Ignotas2012-05-252-3/+2
| | * iwlwifi: fix memory leak if opmode fails to initJohannes Berg2012-05-251-9/+9
| | * iwlwifi: do not send lq cmd when station add failsMeenakshi Venkataraman2012-05-251-1/+1
| | * iwlwifi: remove ucode16 optionJohannes Berg2012-05-254-426/+0
| | * iwlwifi: do not use shadow registers by defaultMeenakshi Venkataraman2012-05-252-5/+5
| | * iwlwifi: fix the Transmit Frame Descriptor ringsEmmanuel Grumbach2012-05-253-12/+16
| | * iwlwifi: update BT traffic load states correctlyMeenakshi Venkataraman2012-05-251-0/+1
| * | r6040: Do a Proper deinit at errorpath and also when driver unloads (calling ...Devendra Naga2012-05-301-0/+5
| * | r6040: disable pci device if the subsequent calls (after pci_enable_device) f...Devendra Naga2012-05-301-4/+6
| * | net: sh_eth: fix the rxdesc pointer when rx descriptor empty happensYoshihiro Shimoda2012-05-291-3/+5