index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ieee80211
/
ieee80211_rx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-28
[PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fi
Jouni Malinen
1
-2
/
+2
2007-04-26
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-2
/
+3
2007-04-26
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-04-26
[SK_BUFF]: Convert skb->end to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: unions of just one member don't get anything done, kill them
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: Some more simple skb_reset_network_header conversions
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
1
-3
/
+4
2007-04-26
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
1
-1
/
+0
2007-02-11
[NET] IEEE80211: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-3
/
+3
2006-12-02
[PATCH] Check ieee80211softmac_auth_resp kmalloc result
Arnaldo Carvalho de Melo
1
-4
/
+3
2006-12-02
[PATCH] ieee80211: Drop and count duplicate data frames to remove 'replay det...
Larry Finger
1
-0
/
+5
2006-12-02
[PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rx
Daniel Drake
1
-6
/
+50
2006-11-01
[PATCH] ieee80211: don't flood log with errors
Jiri Benc
1
-6
/
+6
2006-08-30
[PATCH] ieee80211: Workaround malformed 802.11 frames from AP
Zhu Yi
1
-7
/
+10
2006-07-28
[PATCH] ieee80211: Make ieee80211_rx_any usable
Daniel Drake
1
-10
/
+28
2006-07-28
[PATCH] ieee80211: small ERP handling additions
Daniel Drake
1
-0
/
+1
2006-07-05
[PATCH] CONFIG_WIRELESS_EXT is neccessary after all
Horms
1
-0
/
+2
2006-07-05
[PATCH] skb used after passing to netif_rx in net/ieee80211/ieee80211_rx.c
Eric Sesterhenn
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-04-25
[PATCH] ieee80211: replace debug IEEE80211_WARNING with each own debug macro
Zhu Yi
1
-8
/
+8
2006-04-25
[PATCH] ieee80211: remove unnecessary CONFIG_WIRELESS_EXT checking
Zhu Yi
1
-2
/
+0
2006-03-23
[PATCH] ieee80211_rx_any: filter out packets, call ieee80211_rx or ieee80211_...
Denis Vlasenko
1
-0
/
+74
2006-03-17
[PATCH] ieee80211: Don't update network statistics from off-channel packets.
James Ketrenos
1
-1
/
+13
2006-03-16
Merge branch 'upstream-fixes'
John W. Linville
1
-2
/
+2
2006-03-16
[PATCH] ieee80211: Fix QoS is not active problem
Hong Liu
1
-2
/
+2
2006-03-01
Merge branch 'upstream-fixes'
Jeff Garzik
1
-11
/
+5
2006-02-28
[PATCH] ieee80211_rx.c: is_beacon
Pete Zaitcev
1
-11
/
+5
2006-01-31
[PATCH] Add two management functions to ieee80211_rx.c
Larry Finger
1
-0
/
+24
2006-01-31
[PATCH] ieee80211: trivial fix for misplaced ()'s
Denis Vlasenko
1
-1
/
+1
2006-01-31
[PATCH] net/: fix the WIRELESS_EXT abuse
Adrian Bunk
1
-2
/
+2
2006-01-31
Merge branch 'upstream-fixes'
John W. Linville
1
-2
/
+2
2006-01-31
[PATCH] Typo corrections for ieee80211
Larry Finger
1
-2
/
+2
2006-01-28
[PATCH] ieee80211: Add 802.11h information element parsing
Zhu Yi
1
-6
/
+103
2006-01-28
[PATCH] ieee80211: Add 802.11h data type and structures
Zhu Yi
1
-1
/
+1
2006-01-28
[PATCH] ieee80211: TIM information element parsing
Zhu Yi
1
-1
/
+4
2006-01-28
[PATCH] ieee80211: Log if netif_rx() drops the packet
Zhu Yi
1
-1
/
+8
2006-01-28
[PATCH] ieee80211: Fix problem with not decrypting broadcast packets
Zhu Yi
1
-5
/
+17
2006-01-15
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
1
-7
/
+7
2006-01-10
[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()
Kris Katterjohn
1
-7
/
+7
2006-01-04
[IEEE80211] ipw2200: Simplify multicast checks.
Stephen Hemminger
1
-3
/
+2
2005-11-08
Merge git://git.tuxdriver.com/git/netdev-jwl
Jeff Garzik
1
-0
/
+2
2005-11-08
[PATCH] fix NET_RADIO=n, IEEE80211=y compile
Adrian Bunk
1
-0
/
+2
2005-11-06
Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.
Jeff Garzik
1
-1
/
+0
2005-10-20
Fixed problem with not being able to decrypt/encrypt broadcast packets.
Hong Liu
1
-1
/
+2
2005-10-03
Lindent and trailing whitespace script executed ieee80211 subsystem
James Ketrenos
1
-14
/
+21
2005-10-03
When an assoc_resp is received the network structure is not completely
Ivo van Doorn
1
-0
/
+32
2005-10-03
Currently the info_element is parsed by 2 seperate functions, this
Ivo van Doorn
1
-168
/
+99
2005-10-03
This will move the ieee80211_is_ofdm_rate function to the ieee80211.h
Ivo van Doorn
1
-16
/
+0
[next]