aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: split hardware scan by bandJohannes Berg2009-10-303-32/+80
* mac80211: remove outdated commentJohannes Berg2009-10-301-2/+0
* mac80211_hwsim: don't register CCK rates on 5ghzJohannes Berg2009-10-301-3/+4
* ath9k_hw: remove bogus register write on ath9k_hw_9271_pa_cal()Luis R. Rodriguez2009-10-301-1/+1
* ath9k_hw: correct AR_PHY_SPECTRAL_SCAN register offsetLuis R. Rodriguez2009-10-302-3/+16
* ath9k_hw: add AR9271 single chip name mappingLuis R. Rodriguez2009-10-301-1/+2
* ath9k_hw: distinguish single-chip solutions on initial probe printLuis R. Rodriguez2009-10-304-20/+36
* ath9k_hw: move mac name and rf name helpers to hw codeLuis R. Rodriguez2009-10-305-62/+71
* wl1251: enable power saveKalle Valo2009-10-301-1/+2
* mac80211: fix dynamic power save for devices with nullfunc support in hwKalle Valo2009-10-301-1/+5
* mac80211: refactor dynamic power save checkKalle Valo2009-10-301-3/+21
* cfg80211/mac80211: use debugfs_remove_recursiveJohannes Berg2009-10-3014-462/+51
* b43: LP-PHY: Begin implementing calibration & software RFKILL supportGábor Stefanik2009-10-302-136/+658
* vlan: cleanup multiple unregistrationsPatrick McHardy2009-10-291-32/+20
* convert kaweth to use usb_reset_configuration()Oliver Neukum2009-10-291-10/+1
* ax25: unsigned cannot be less than 0 in ax25_ctl_ioctl()roel kluin2009-10-291-4/+3
* sky2: version 1.26Stephen Hemminger2009-10-291-1/+1
* sky2: 88E8059 supportStephen Hemminger2009-10-291-1/+78
* sky2: workarounds for Yukon-2 supremeStephen Hemminger2009-10-291-2/+32
* sky2: fix receive pause thresholdsStephen Hemminger2009-10-292-5/+12
* sky2: add register definitions for new chipsStephen Hemminger2009-10-291-1/+177
* sky2: add SK-9E21M device idStephen Hemminger2009-10-291-0/+1
* sfc: Enable heuristic selection between page and skb RX buffersBen Hutchings2009-10-291-1/+1
* sfc: Feed GRO result into RX allocation policy and interrupt moderationBen Hutchings2009-10-291-2/+11
* gro: Change all receive functions to return GRO result codesBen Hutchings2009-10-294-45/+42
* gro: Name the GRO result enumeration typeBen Hutchings2009-10-293-11/+23
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-2925-83/+160
|\
| * net: Fix 'Re: PACKET_TX_RING: packet size is too long'Gabor Gombas2009-10-291-4/+1
| * netdev: usb: dm9601.c can drive a device not supported yet, add support for itJanusz Krzysztofik2009-10-291-0/+4
| * qlge: Fix firmware mailbox command timeout.Ron Mercer2009-10-292-11/+13
| * qlge: Fix EEH handling.Ron Mercer2009-10-291-26/+52
| * AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2)Neil Horman2009-10-291-7/+17
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-2914-22/+46
| |\
| | * MAINTAINERS: rt2x00 list is moderatedBartlomiej Zolnierkiewicz2009-10-271-1/+1
| | * airo: Reorder tests, check bounds before elementRoel Kluin2009-10-271-3/+2
| | * mac80211: fix for incorrect sequence number on hostapd injected framesBjörn Smedman2009-10-271-1/+1
| | * libertas spi: fix sparse errorsHolger Schurig2009-10-271-5/+5
| | * mac80211: trivial: fix spelling in mesh_hwmpAndrey Yurovsky2009-10-271-1/+1
| | * cfg80211: sme: deauthenticate on assoc failureJohannes Berg2009-10-273-2/+29
| | * mac80211: keep auth state when assoc failsJohannes Berg2009-10-271-2/+1
| | * mac80211: fix ibss joiningReinette Chatre2009-10-271-4/+2
| | * b43: add 'struct b43_wl' missing declarationMiguel Boton2009-10-271-0/+1
| | * b43: Fix Bugzilla #14181 and the bug from the previous 'fix'Larry Finger2009-10-272-2/+2
| | * rt2x00: Fix crypto in TX frame for rt2800usbBenoit PAPILLAULT2009-10-271-1/+1
| * | bonding: fix a race condition in calls to slave MII ioctlsJiri Bohac2009-10-281-1/+1
| * | virtio-net: fix data corruption with OOMMichael S. Tsirkin2009-10-281-3/+11
| * | sfc: Set ip_summed correctly for page buffers passed to GROBen Hutchings2009-10-281-3/+6
| * | cnic: Fix L2CTX_STATUSB_NUM offset in context memory.Michael Chan2009-10-282-6/+9
* | | net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build timeCyrill Gorcunov2009-10-293-1/+7
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-29137-6003/+13469
|\ \ \