Age | Commit message (Expand) | Author | Files | Lines |
2009-03-28 | gso: Fix support for linear packets | Herbert Xu | 1 | -1/+1 |
2009-03-28 | skbuff.h: fix missing kernel-doc | Randy Dunlap | 1 | -0/+1 |
2009-03-28 | ni5010: convert to net_device_ops | Alexander Beregalov | 1 | -6/+12 |
2009-03-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 120 | -2094/+10099 |
2009-03-27 | Revert "ax25: zero length frame filtering in AX25" | David S. Miller | 1 | -12/+0 |
2009-03-27 | Revert "netrom: zero length frame filtering in NetRom" | David S. Miller | 1 | -10/+1 |
2009-03-27 | cfg80211: default CONFIG_WIRELESS_OLD_REGULATORY to n | Luis R. Rodriguez | 2 | -32/+18 |
2009-03-27 | mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifi | Johannes Berg | 17 | -169/+84 |
2009-03-27 | mac80211: fix aggregation to not require queue stop | Johannes Berg | 7 | -78/+221 |
2009-03-27 | mac80211: add skb length sanity checking | Johannes Berg | 1 | -1/+6 |
2009-03-27 | mac80211: unify and fix TX aggregation start | Johannes Berg | 3 | -39/+30 |
2009-03-27 | mac80211: clean up __ieee80211_tx args | Johannes Berg | 1 | -15/+16 |
2009-03-27 | mac80211: rework the pending packets code | Johannes Berg | 4 | -79/+98 |
2009-03-27 | mac80211: fix A-MPDU queue assignment | Johannes Berg | 1 | -8/+27 |
2009-03-27 | mac80211: rewrite fragmentation | Johannes Berg | 5 | -224/+173 |
2009-03-27 | iwlwifi: show current driver status in user readable format | Wey-Yi Guy | 1 | -1/+53 |
2009-03-27 | b43: Add BCM4307 PCI-ID | Michael Buesch | 1 | -0/+1 |
2009-03-27 | cfg80211: fix locking in nl80211_set_wiphy | Johannes Berg | 3 | -28/+33 |
2009-03-27 | mac80211: fix RX path | Johannes Berg | 1 | -1/+1 |
2009-03-27 | ath5k: properly drop packets from ops->tx | Bob Copeland | 1 | -4/+6 |
2009-03-27 | ar9170: single module build | Christian Lamparter | 6 | -60/+7 |
2009-03-27 | ath9k: fix dma mapping leak of rx buffer upon rmmod | Luis R. Rodriguez | 1 | -1/+6 |
2009-03-27 | rt2x00: New USB ID for rt73usb | Ivo van Doorn | 1 | -0/+2 |
2009-03-27 | ath5k: warn and correct rate for unknown hw rate indexes | Bob Copeland | 2 | -4/+13 |
2009-03-27 | b43: fix b43_plcp_get_bitrate_idx_ofdm return type | Lorenzo Nava | 1 | -1/+1 |
2009-03-27 | p54: Kconfig maintenance | Christian Lamparter | 1 | -28/+4 |
2009-03-27 | mac80211: rate control status only for controlled packets | Johannes Berg | 3 | -3/+11 |
2009-03-27 | ar9170: simplify & deBUG tx_status queueing and reporting | Christian Lamparter | 3 | -103/+49 |
2009-03-27 | mac80211: add beacon filtering support | Kalle Valo | 5 | -1/+92 |
2009-03-27 | cfg80211: add feature to hold bss | Kalle Valo | 3 | -1/+46 |
2009-03-27 | mac80211: disable power save when scanning | Kalle Valo | 2 | -7/+69 |
2009-03-27 | mac80211: track beacons separately from the rx path activity | Kalle Valo | 3 | -32/+52 |
2009-03-27 | mac80211: decrease execution of the associated timer | Kalle Valo | 3 | -0/+20 |
2009-03-27 | ath5k: Support LED's on Acer Extensa 5620z | Tulio Magno Quites Machado Filho | 2 | -0/+4 |
2009-03-27 | ar9170: update Makefile, Kconfig and MAINTAINERS | Christian Lamparter | 5 | -0/+43 |
2009-03-27 | ar9170: ar9170: USB frontend driver | Christian Lamparter | 2 | -0/+821 |
2009-03-27 | ar9170: mac/bbp and phy code | Christian Lamparter | 2 | -0/+1692 |
2009-03-27 | ar9170: ar9170: mac80211 interaction code | Christian Lamparter | 5 | -0/+2377 |
2009-03-27 | ar9170: hardware and eeprom header files | Christian Lamparter | 2 | -0/+585 |
2009-03-27 | mac80211: remove mixed-cell and userspace MLME code | Johannes Berg | 5 | -34/+11 |
2009-03-27 | cfg80211: accept no-op interface mode changes | Johannes Berg | 2 | -9/+30 |
2009-03-27 | cfg80211: remove code about country IE support with OLD_REG | Luis R. Rodriguez | 1 | -28/+11 |
2009-03-27 | cfg80211: make regdom module parameter available oustide of OLD_REG | Luis R. Rodriguez | 2 | -5/+32 |
2009-03-27 | cfg80211: fix incorrect assumption on last_request for 11d | Luis R. Rodriguez | 1 | -1/+7 |
2009-03-27 | cfg80211: force last_request to be set for OLD_REG if regdom is EU | Luis R. Rodriguez | 1 | -4/+7 |
2009-03-27 | mac80211_hwsim: let the reg workqueue breathe when regtest is set | Luis R. Rodriguez | 1 | -0/+3 |
2009-03-27 | Add mesh point functionality to ath9k | Pat Erley | 4 | -13/+18 |
2009-03-27 | p54: fix SoftLED compile dependencies | Christian Lamparter | 2 | -8/+13 |
2009-03-27 | nl80211: Check iftype in cfg80211 code | Jouni Malinen | 2 | -42/+56 |
2009-03-27 | nl80211: Check that netif_runnin is true in cfg80211 code | Jouni Malinen | 2 | -25/+40 |