summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-25mac80211: fix led behavior in IBSSEmmanuel Grumbach1-0/+2
2008-09-25ath9k: Add a few comments about mibeventsLuis R. Rodriguez1-2/+16
2008-09-25mac80211: probe with correct SSIDJohannes Berg1-2/+2
2008-09-25mac80211: clean up rate control APIJohannes Berg18-514/+373
2008-09-25mac80211: fix mesh action frame handlingJohannes Berg1-1/+1
2008-09-25mac80211: mesh portal functionality supportYanBo5-11/+201
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-25cfg80211: reject invalid configuration itemsJohannes Berg1-7/+17
2008-09-25mac80211: allow interface settings changes only when downJohannes Berg1-0/+3
2008-09-25cfg80211: allow set_interface without typeJohannes Berg1-7/+8
2008-09-25cfg80211: show interface typeJohannes Berg5-3/+14
2008-09-25mac80211: make master iface not wirelessJohannes Berg7-99/+39
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-25cfg80211: fix code ordering in header fileJohannes Berg1-9/+9
2008-09-25cfg80211: clean up static regdomain messJohannes Berg1-53/+20
2008-09-25cfg80211: fix regulatory code constJohannes Berg2-33/+31
2008-09-25cfg80211: clean up regulatory messJohannes Berg3-230/+203
2008-09-25cfg80211: fix static regdomainsJohannes Berg1-16/+16
2008-09-25wireless: Read scan flags correctly on x86-64David Kilroy4-5/+4
2008-09-24aoe: Fix OOPS after SKB queue changes.David S. Miller1-1/+3
2008-09-24can: Add documentation for virtual CAN driver usageOliver Hartkopp1-4/+40
2008-09-23tcp: Fix queue traversal in tcp_use_frto().David S. Miller1-0/+2
2008-09-23tcp: Fix order of tests in tcp_retransmit_skb()David S. Miller1-1/+1
2008-09-23ppp_generic: Use skb_peek() in ppp_receive_mp_frame().David S. Miller1-3/+5
2008-09-23neigh: Remove by-hand SKB queue handling.David S. Miller1-13/+8
2008-09-23pkt_sched: Remove the tx queue state check in qdisc_run()Jarek Poplawski1-4/+1
2008-09-23tcp: Use SKB queue handling interfaces instead of by-hand versions.David S. Miller1-25/+15
2008-09-23net: Add skb_queue_walk_from() and skb_queue_walk_from_safe().David S. Miller1-0/+9
2008-09-23net: Add skb_queue_next().David S. Miller1-0/+18
2008-09-23tcp: Use skb_queue_is_last() instead of by-hand version.David S. Miller1-3/+3
2008-09-23net: Add skb_queue_is_last().David S. Miller1-0/+13
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-23pkt_sched: Check the state of tx_queue in dequeue_skb()Jarek Poplawski1-4/+14
2008-09-23pkt_sched: Always use q->requeue in dev_requeue_skb().David S. Miller1-4/+1
2008-09-23pkt_sched: Make qdisc->gso_skb a list.David S. Miller2-6/+8
2008-09-23sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init().David S. Miller1-8/+2
2008-09-23net: Fix bus in SKB queue splicing interfaces.David S. Miller1-4/+4
2008-09-23net: network device name ifalias supportStephen Hemminger6-0/+77
2008-09-23usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller1-2/+1
2008-09-23Phonet: kernel documentationRemi Denis-Courmont1-0/+111
2008-09-23Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont3-4/+129