index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
rx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-26
mac80211: warn when receiving frames with unaligned data
Johannes Berg
1
-0
/
+13
2007-11-29
mac80211: drop unencrypted frames if encryption is expected
Johannes Berg
1
-1
/
+1
2007-11-10
mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUG
John W. Linville
1
-0
/
+2
2007-10-10
[PATCH] mac80211: Defer setting of RX_FLAG_DECRYPTED.
Mattias Nissler
1
-9
/
+11
2007-10-10
[MAC80211]: make userspace-mlme a per-interface setting
Johannes Berg
1
-1
/
+1
2007-10-10
[MAC80211]: remove ALG_NONE
Johannes Berg
1
-3
/
+0
2007-10-10
[MAC80211]: use RX_FLAG_DECRYPTED for sw decrypted as well
Johannes Berg
1
-3
/
+5
2007-10-10
[MAC80211]: consolidate decryption more
Johannes Berg
1
-34
/
+12
2007-10-10
[MAC80211]: move sta_process rx handler later
Johannes Berg
1
-48
/
+48
2007-10-10
[MAC80211]: remove management interface
Johannes Berg
1
-25
/
+7
2007-10-10
[MAC80211]: add "invalid" interface type
Johannes Berg
1
-0
/
+1
2007-10-10
[PATCH] mac80211: fix iff_promiscs, iff_allmultis race
Johannes Berg
1
-1
/
+2
2007-10-10
[PATCH] mac80211: fix vlan bug
Johannes Berg
1
-0
/
+8
2007-10-10
[PATCH] mac80211: consolidate decryption
Johannes Berg
1
-23
/
+17
2007-10-10
[PATCH] mac80211: pass frames to monitor interfaces early
Johannes Berg
1
-124
/
+226
2007-10-10
[PATCH] mac80211: fix virtual interface locking
Johannes Berg
1
-5
/
+4
2007-10-10
[PATCH] mac80211: revamp interface and filter configuration
Johannes Berg
1
-2
/
+2
2007-10-10
[MAC80211]: print out wiphy name instead of master device
Johannes Berg
1
-1
/
+2
2007-10-10
[MAC80211]: remove key threshold stuff
Johannes Berg
1
-6
/
+1
2007-10-10
[MAC80211]: allow drivers to indicate failed FCS/PLCP checksum
Johannes Berg
1
-3
/
+29
2007-10-10
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-47
/
+56
2007-10-10
[MAC80211]: remove/change some comments about Michael MIC hardware offload
Johannes Berg
1
-14
/
+11
2007-10-10
[MAC80211]: use internal network device stats
Stephen Hemminger
1
-7
/
+4
2007-10-10
[MAC80211]: rework hardware crypto flags
Johannes Berg
1
-14
/
+10
2007-10-10
[MAC80211]: remove turbo modes
Johannes Berg
1
-2
/
+0
2007-10-10
[MAC80211]: fix race conditions with keys
Johannes Berg
1
-3
/
+17
2007-10-10
[MAC80211]: make assoc_ap a flag
Johannes Berg
1
-1
/
+1
2007-10-10
[MAC80211]: improve key selection comment
Johannes Berg
1
-0
/
+7
2007-10-10
[MAC80211]: filter locally-originated multicast frames
John W. Linville
1
-2
/
+3
2007-10-10
[MAC80211]: Remove overly sticky averaging filters for rssi, signal, noise
Larry Finger
1
-6
/
+3
2007-10-10
[MAC80211]: rework key handling
Johannes Berg
1
-4
/
+3
2007-10-10
[MAC80211]: embed key conf in key, fix driver interface
Johannes Berg
1
-12
/
+10
2007-10-10
[MAC80211]: Remove bitfields from struct ieee80211_sub_if_data
Jiri Slaby
1
-2
/
+2
2007-10-10
[MAC80211]: Remove bitfields from struct ieee80211_txrx_data
Jiri Slaby
1
-24
/
+28
2007-10-10
[MAC80211]: Remove bitfields from struct ieee80211_tx_packet_data
Jiri Slaby
1
-2
/
+2
2007-10-10
[MAC80211]: refactor event sending
Johannes Berg
1
-33
/
+8
2007-10-10
[MAC80211]: fix software decryption
Johannes Berg
1
-43
/
+70
2007-10-10
[MAC80211]: remove ieee80211_msg_wep_frame_unknown_key
Johannes Berg
1
-6
/
+5
2007-10-10
[MAC80211]: ratelimit some RX messages
Johannes Berg
1
-48
/
+74
2007-10-10
[MAC80211]: avoid copying packets to interfaces that are down
Johannes Berg
1
-0
/
+3
2007-10-10
[MAC80211]: rx cleanups (2)
Johannes Berg
1
-14
/
+28
2007-10-10
[MAC80211]: fix bug for per-sta stats
Johannes Berg
1
-6
/
+7
2007-10-10
[MAC80211]: split up __ieee80211_rx
Johannes Berg
1
-74
/
+83
2007-10-10
[MAC80211]: split ieee80211_rx_h_check handler
Johannes Berg
1
-1
/
+11
2007-10-10
[MAC80211]: rx cleanups (1)
Johannes Berg
1
-97
/
+101
2007-10-10
[MAC80211]: move QoS rx handlers into rx.c
Johannes Berg
1
-0
/
+55
2007-10-10
[MAC80211]: split RX handlers into own file
Johannes Berg
1
-0
/
+1360