aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-24mac80211: clean up rate control APIJohannes Berg6-304/+146
2008-09-24ath9k: Fix TSF Adjust usageSujith1-1/+2
2008-09-24ath9k: Fix nexttbtt calculationSujith2-3/+7
2008-09-24ath9k: Whitespace cleanupSujith1-76/+60
2008-09-24iwlwifi: remove HT flags from RXON when not in HT anymoreEmmanuel Grumbach2-3/+8
2008-09-24libertas: Reduce the WPA key installation time (fixups)Javier Cardona2-3/+24
2008-09-24ath5k: Fix bad udelay calls on AR5210 codeNick Kossifidis3-10/+14
2008-09-24iwlwifi: make PS use named constantsTomas Winkler1-7/+12
2008-09-24iwlwifi: don't delay scan in IBSS modeTomas Winkler1-2/+4
2008-09-24b43: Issue warning when RFKILL_INPUT is not enabledLarry Finger1-0/+5
2008-09-24wireless: Read scan flags correctly on x86-64David Kilroy4-5/+4
2008-09-23aoe: Fix OOPS after SKB queue changes.David S. Miller1-1/+3
2008-09-23ppp_generic: Use skb_peek() in ppp_receive_mp_frame().David S. Miller1-3/+5
2008-09-23usbatm: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller1-3/+2
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-22usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller1-2/+1
2008-09-22cassini: use request_firmwareJaswinder Singh2-1523/+53
2008-09-22drivers/net/wan: Use DIV_ROUND_UPJulia Lawall1-1/+1
2008-09-22drivers/atm: Use DIV_ROUND_UPJulia Lawall3-8/+8
2008-09-22hci_usb: replace mb with smp_mbMing Lei1-5/+5
2008-09-22irda: follow lspci device/vendor styleBjorn Helgaas1-1/+1
2008-09-22mISDN: misc timerdev fixesAndi Kleen1-16/+6
2008-09-22mISDN: annotate iomem pointer and add staticsHarvey Harrison1-7/+7
2008-09-22mISDN: endian annotations for struct ztHarvey Harrison2-7/+6
2008-09-22drivers/isdn/capi/kcapi.c: Adjust error handling code involving capi_ctr_putJulia Lawall1-0/+4
2008-09-22cxgb3: Use SKB list interfaces instead of home-grown implementation.David S. Miller4-48/+42
2008-09-22isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation.David S. Miller1-163/+189
2008-09-21bluetooth: hci_bcsp: Use SKB list interfaces instead of home-grown stuff.David S. Miller1-9/+9
2008-09-21aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller7-76/+56
2008-09-21atm: idt77252: Use generic SKB queue management instead of home-grown scheme.David S. Miller2-26/+10
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller3-3/+3
2008-09-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller62-1396/+1588
2008-09-19qlge: Protect qlge_resume() with CONFIG_PMDavid S. Miller1-0/+2
2008-09-19qlge: Fix warnings in debugging code.David S. Miller1-12/+12
2008-09-19Merge branch 'new-drivers' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller38-0/+20329
2008-09-18bnx2: Remove timer_interval field from the bnx2 structureBenjamin Li2-8/+8
2008-09-18bnx2: Remove name field from bnx2 structureBenjamin Li2-4/+1
2008-09-18bnx2: Update MODULE_DESCRIPTION to include the 5716Benjamin Li1-1/+1
2008-09-18bnx2: 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-15libertas: correct "limited range of data type" warningJohn W. Linville1-3/+2
2008-09-15orinoco: Fix compile warningsDavid Kilroy1-7/+7
2008-09-15mac80211 hwsim: make radio list dynamicJohannes Berg1-41/+45
2008-09-15mac80211: fix virtual interfaces vs. injectionJohannes Berg2-9/+15
2008-09-15libertas: Reduce the WPA key installation time.Javier Cardona1-3/+13
2008-09-15b43: fix QoS parameters initializationLorenzo Nava1-1/+1