summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-04-16mv643xx_eth: report netdev name in all printksLennert Buytenhek1-11/+6
2008-04-16mv643xx_eth: identify ports by struct mv643xx_private *Lennert Buytenhek1-118/+128
2008-04-16mv643xx_eth: various cleanupsLennert Buytenhek1-39/+16
2008-04-16mv643xx_eth: mp->tx_desc_count needs spinlock protectionLennert Buytenhek1-11/+10
2008-04-16ath5k: Misc fixes/cleanupsNick Kossifidis5-643/+139
2008-04-16ath5k: Add RF2425 initvalsNick Kossifidis5-14/+365
2008-04-16iwlwifi: Use HW acceleration decryption by defaultEmmanuel Grumbach3-7/+6
2008-04-16iwlwifi: fix unload warning and errorMohamed Abbas2-1/+5
2008-04-16iwlwifi: arrange max number of Tx queuesRon Rindjunsky6-13/+17
2008-04-16iwlwifi: Fix TKIP update key and get_free_ucode_keyEmmanuel Grumbach2-3/+3
2008-04-16iwlwifi: move rxon associated command to hcmdTomas Winkler4-41/+51
2008-04-16iwlwifi: introduce host commands callbacksTomas Winkler2-0/+8
2008-04-16iwlwifi: move HW device registrationRon Rindjunsky3-19/+19
2008-04-16iwlwifi: move the creation of LQ host command to iwlcoreTomas Winkler5-65/+67
2008-04-16iwlwifi: support different num of tx and rx antennasTomas Winkler3-9/+14
2008-04-16iwlwifi: hw_setting cleanupTomas Winkler6-58/+61
2008-04-16iwlwifi: remove the statistics workEmmanuel Grumbach5-33/+21
2008-04-16b43: Add fastpath to b43_mac_suspend()Michael Buesch1-0/+7
2008-04-16iwlwifi: move shared pointers to iwl_privTomas Winkler4-44/+40
2008-04-16iwlwifi: perform bss_info_changed post association work right awayReinette Chatre1-9/+22
2008-04-16iwlwifi: make Makefile more conciseReinette Chatre4-24/+11
2008-04-16iwl4965: make iwl4965_send_rxon_assoc asynchronousReinette Chatre1-21/+6
2008-04-16iwlwifi: Fix byte count table for fragmented packetsTomas Winkler3-11/+12
2008-04-16iwlwifi: moves security functions to iwl-sta.cEmmanuel Grumbach3-123/+123
2008-04-16iwlwifi: maintain uCode key table stateEmmanuel Grumbach4-6/+34
2008-04-16iwlwifi: add 1X HW WEP supportEmmanuel Grumbach4-2/+58
2008-04-16iwlwifi: default WEP HW encryptionEmmanuel Grumbach5-40/+220
2008-04-16iwlwifi: add default WEP key host commandEmmanuel Grumbach2-0/+28
2008-04-16iwlwifi: replace sprintf with scnprintf for debugfs outputAbhijeet Kolekar1-28/+43
2008-04-16iwlwifi: generalize iwlwifi init flowTomas Winkler3-165/+174
2008-04-16b43legacy: fix TBTT and PU timingsStefano Brivio2-3/+34
2008-04-16proc: switch /proc/driver/ray_cs/ray_cs to seq_file interfaceAlexey Dobriyan1-31/+42
2008-04-16libertas: un-garbage various command structsHolger Schurig1-1/+6
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig13-383/+269
2008-04-16rt2x00: Only free skb when beacon_update failsIvo van Doorn1-4/+2
2008-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-67/+88
2008-04-16[TUN]: Allow to register tun devices in namespace.Pavel Emelyanov1-0/+4
2008-04-16[TUN]: Make the tun_dev_list per-net.Pavel Emelyanov1-18/+19
2008-04-16[TUN]: Introduce the tun_net structure and init/exit net ops.Pavel Emelyanov1-1/+52
2008-04-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller6-66/+84
2008-04-15PS3: gelic: fix the oops on the broken IE returned from the hypervisorMasakazu Mokuno1-3/+8
2008-04-15b43legacy: fix DMA mapping leakageStefano Brivio1-11/+18
2008-04-15b43legacy: Fix usage of struct device used for DMAingMichael Buesch1-13/+13
2008-04-15ssb: Fix usage of struct device used for DMAingMichael Buesch2-39/+40
2008-04-15b43legacy: fix initvals loading on bcm4303Stefano Brivio1-0/+2
2008-04-15rtl8187: Add missing priv->vif assignmentsHerton Ronaldo Krzesinski1-0/+3
2008-04-15netconsole: only set CON_PRINTBUFFER if the user specifies a netconsoleMichael Ellerman1-1/+4
2008-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-40/+138
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller24-177/+543
2008-04-12net: check for underlength tap writesRusty Russell1-1/+4