summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-09-25pcmcia: Fix up legacy driver IRQsAlan Cox8-8/+8
2008-09-25rt2x00: Fix HW crypto key handlingIvo van Doorn3-5/+6
2008-09-25ath9k: Add a few comments about mibeventsLuis R. Rodriguez1-2/+16
2008-09-25mac80211: clean up rate control APIJohannes Berg6-304/+146
2008-09-25ath9k: Fix TSF Adjust usageSujith1-1/+2
2008-09-25ath9k: Fix nexttbtt calculationSujith2-3/+7
2008-09-25ath9k: Whitespace cleanupSujith1-76/+60
2008-09-25iwlwifi: remove HT flags from RXON when not in HT anymoreEmmanuel Grumbach2-3/+8
2008-09-25libertas: Reduce the WPA key installation time (fixups)Javier Cardona2-3/+24
2008-09-25ath5k: Fix bad udelay calls on AR5210 codeNick Kossifidis3-10/+14
2008-09-25iwlwifi: make PS use named constantsTomas Winkler1-7/+12
2008-09-25iwlwifi: don't delay scan in IBSS modeTomas Winkler1-2/+4
2008-09-25b43: Issue warning when RFKILL_INPUT is not enabledLarry Finger1-0/+5
2008-09-25wireless: Read scan flags correctly on x86-64David Kilroy4-5/+4
2008-09-23ppp_generic: Use skb_peek() in ppp_receive_mp_frame().David S. Miller1-3/+5
2008-09-23zd1211: Use skb_queue_walk() instead of by-hand implementation.David S. Miller1-1/+1
2008-09-23de4x5: Use skb_queue_head instead of by-hand implementation.David S. Miller1-30/+8
2008-09-23usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller1-2/+1
2008-09-23cassini: use request_firmwareJaswinder Singh2-1523/+53
2008-09-23drivers/net/wan: Use DIV_ROUND_UPJulia Lawall1-1/+1
2008-09-23irda: follow lspci device/vendor styleBjorn Helgaas1-1/+1
2008-09-22cxgb3: Use SKB list interfaces instead of home-grown implementation.David S. Miller4-48/+42
2008-09-22net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller3-3/+3
2008-09-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller62-1396/+1588
2008-09-20qlge: Protect qlge_resume() with CONFIG_PMDavid S. Miller1-0/+2
2008-09-20qlge: Fix warnings in debugging code.David S. Miller1-12/+12
2008-09-20Merge branch 'new-drivers' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller38-0/+20329
2008-09-19bnx2: Remove timer_interval field from the bnx2 structureBenjamin Li2-8/+8
2008-09-19bnx2: Remove name field from bnx2 structureBenjamin Li2-4/+1
2008-09-19bnx2: Update MODULE_DESCRIPTION to include the 5716Benjamin Li1-1/+1
2008-09-19bnx2: In bnx2_set_mac_link() return void rather then intBenjamin Li1-3/+1
2008-09-18qlge: New Qlogic 10Gb Ethernet Driver.Ron Mercer8-0/+6987
2008-09-18jme: JMicron Gigabit Ethernet DriverGuo-Fu Tseng4-0/+4231
2008-09-18enic: add Cisco 10G Ethernet NIC driverScott Feldman27-0/+5440
2008-09-18atl2: add atl2 driverChris Snook5-0/+3671
2008-09-16libertas: correct "limited range of data type" warningJohn W. Linville1-3/+2
2008-09-16orinoco: Fix compile warningsDavid Kilroy1-7/+7
2008-09-16mac80211 hwsim: make radio list dynamicJohannes Berg1-41/+45
2008-09-16mac80211: fix virtual interfaces vs. injectionJohannes Berg2-9/+15
2008-09-16libertas: Reduce the WPA key installation time.Javier Cardona1-3/+13
2008-09-16b43: fix QoS parameters initializationLorenzo Nava1-1/+1
2008-09-16iwl3945: add MODULE_FIRMWARE for 3945 HWZhu Yi1-0/+2
2008-09-16iwlwifi: add MODULE_FIRMWARE for 5000 HWTomas Winkler1-0/+2
2008-09-16iwlwifi: update 5350 Wifi PCI IDsTomas Winkler1-1/+4
2008-09-16iwlwifi: don't access mac80211's AMPDU state machineJohannes Berg1-7/+1
2008-09-16mac80211: share sta_info->ht_infoJohannes Berg1-3/+3
2008-09-16mac80211: move txrate_idx into RC algorithmsJohannes Berg3-19/+5
2008-09-16mac80211: share sta->supp_ratesJohannes Berg3-6/+6
2008-09-16mac80211: move last_txrate_idx into RC algorithmsJohannes Berg2-14/+21
2008-09-16mac80211 hwsim: verify sta pointersJohannes Berg1-0/+44