Fix contention window calculation in sample and minstrel code
[madwifi/.git] / net80211 / ieee80211_input.c
2009-07-30 proskiRewrite ieee80211_input_all()
2009-07-30 proskiDon't unref node in ieee80211_input() if it wasn't...
2009-07-11 benoitMerge madwifi-dfs back to trunk: this change is only...
2009-06-25 proskiMerge formatting change from DFS branch
2008-07-18 proskiMore typo fixes
2008-07-05 mentorCorrectly name Data type Null subtype frame.
2008-06-08 mentorMove responsibility for removing padding in the RX...
2008-06-06 mentorMake pointer declarations and casting consistent. Some...
2008-06-06 mentorUse vlan_hwaccel_rx instead of vlan_hwaccel_receive_skb...
2008-06-06 mentorIn some parts of Madwifi, SKBs are dispatched from...
2008-06-06 mentorRemove sead ALIGNED_POINTER code
2008-05-22 benoitMerge madwifi-dfs r3676
2008-05-22 mentorRecord stat's before dispatch, and generally don't...
2008-05-22 mentorSKB handling code cleanup:
2008-05-20 mentorRandom whitespace
2008-05-17 mentorFormatting - r3634
2008-05-16 br1let ieee80211_recv_mgmt() return 0 if the frame is...
2008-05-10 mentorOnly deliver frames to VAPs that are running.
2008-05-03 mentorRemove the skb_copy call from ieee80211_input. However...
2008-05-03 mentorTidy RX queue processing code:
2008-04-30 mentorCorrect terminology in ieee80211_input skb_copy comment
2008-04-09 mtaylorThis commit fixes problems with skbuff cloning and...
2008-02-25 mentorArbitrary whitespace cleanups
2008-02-04 mentorCleanup up de-MIC failure (in hardware) handling. Appar...
2008-01-29 mentorFormatting - calming...
2008-01-29 mtaylorFix a few more leaked node references when a
2008-01-28 mentorSome extra SKB operation return code checks. This devia...
2008-01-28 mtaylorNull protection for skb1 in multicast node fix
2008-01-28 mtaylorUndo regression from madwifi-dfs merge
2008-01-27 mentor'Context:' is used to denote the kernel context that...
2008-01-27 mentorFormatting
2008-01-27 mentorFix merge failures - pass one
2008-01-26 mtaylorMerge madwifi-dfs branch to trunk.
2008-01-26 mentorHave internal bridged packets belong to the BSS node
2008-01-25 mtaylorEliminate ether_sprintf in favor of new MAC_FMT and...
2008-01-21 mtaylorieee80211_dev_kfree_skb will NULL ni_rxfrag.
2008-01-18 mentorAnother pass on r3156:r3200:
2008-01-16 mtaylorDFS and FCC requirements pretty much make the madwifi...
2008-01-16 mentorRemove unneccessary node unreference - it is handled...
2008-01-16 mentorAdd ieee80211_skb_copy_noderef, which hopefully does...
2008-01-16 proskiAnnotate len in struct l2_update_frame as big-endian
2008-01-16 mtaylorFix for bridging. We modify the packet's contents...
2008-01-16 mtaylorSwitch from clone to copy. Contents may be changed.
2008-01-16 mtaylorThis patch refactors the layer 2 update frame sending...
2008-01-15 mtaylorWhen IFF_MULTICAST was not enabled on the vap, we used...
2008-01-10 benoitFixed a kernel panic due to incorrect linux API use
2007-12-28 br1Added lots of debug to understand & test IBSS merges
2007-12-23 mentorHave net80211 hard_start functions return NETDEV_TX_...
2007-12-21 mentorLots and lots of formatting and trivial changes that...
2007-12-12 br1fixing up r3013: can't use IEEE80211_VERIFY_ELEMENT...
2007-12-10 br1guard against 0 rates which can be caused by wrong...
2007-11-21 mtaylorThis patch augments the current reference counting...
2007-11-21 proskiFix sparse warning about ni_tmp
2007-11-21 mtaylorRefcount fix for netif_rx() and friends, returning...
2007-11-21 mtaylorsince ieee80211_input() can be called by ieee80211_inpu...
2007-11-21 mtaylorAdd parent device to debug output lines from ieee80211_...
2007-11-16 mentorMove pointer reference to after null pointer check.
2007-11-13 mentorModify ieee80211_saveie and ieee80211_saveath(ewww...
2007-11-08 mentorAudit of node referencing:
2007-10-04 mrenzmannRestructuring the repository layout in response to...