index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
cfg80211: implement IWRATE
Johannes Berg
2009-07-10
3
-74
/
+108
*
cfg80211: implement IWAP for WDS
Johannes Berg
2009-07-10
3
-22
/
+61
*
cfg80211: implement iwpower
Johannes Berg
2009-07-10
7
-90
/
+114
*
cfg80211: managed mode wext compatibility
Johannes Berg
2009-07-10
9
-337
/
+590
*
cfg80211: emulate connect with auth/assoc
Johannes Berg
2009-07-10
6
-31
/
+469
*
cfg80211: connect/disconnect API
Samuel Ortiz
2009-07-10
7
-12
/
+620
*
mac80211: remove an unused function declaration
Johannes Berg
2009-07-10
1
-3
/
+0
*
cfg80211: introduce nl80211 testmode command
Johannes Berg
2009-07-10
4
-0
/
+168
*
wext: constify extra argument to wireless_send_event
Johannes Berg
2009-07-10
1
-1
/
+1
*
mac80211: tell SME about real auth state
Johannes Berg
2009-07-10
1
-1
/
+7
*
cfg80211: remove wireless_dev->bssid
Johannes Berg
2009-07-10
1
-10
/
+3
*
cfg80211: use proper allocation flags
Johannes Berg
2009-07-10
8
-59
/
+77
*
nl80211: clean up function definitions
Johannes Berg
2009-07-10
1
-29
/
+29
*
cfg80211: move break statement to correct place
Johannes Berg
2009-07-10
1
-15
/
+16
*
wext: default to y
Johannes Berg
2009-07-10
1
-9
/
+3
*
mac80211: fix todo lock
Johannes Berg
2009-07-10
1
-13
/
+15
*
wext: allow returning NULL stats
Johannes Berg
2009-07-10
1
-1
/
+8
*
cfg80211: send wext MLME-MICHAELMICFAILURE.indication
Johannes Berg
2009-07-10
2
-17
/
+17
*
cfg80211: infer WPA and WPA2 support from TKIP and CCMP
David Kilroy
2009-07-10
1
-4
/
+4
*
cfg80211: set WE encoding size based on available ciphers
David Kilroy
2009-07-10
1
-3
/
+10
*
cfg80211: allow drivers that can't scan for specific ssids
David Kilroy
2009-07-10
2
-4
/
+2
*
cfg80211: Advertise ciphers via WE according to driver capability
David Kilroy
2009-07-10
1
-2
/
+13
*
cfg80211: prohibit scanning the same channel more than once
Johannes Berg
2009-07-10
1
-3
/
+30
*
mac80211: improve per-sta debugfs
Johannes Berg
2009-07-10
2
-36
/
+79
*
mac80211: push rx status into skb->cb
Johannes Berg
2009-07-10
8
-66
/
+43
*
cfg80211: issue netlink notification when scan starts
Johannes Berg
2009-07-10
3
-10
/
+34
*
cfg80211: pass netdev to change_virtual_intf
Johannes Berg
2009-07-10
3
-15
/
+8
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-07-09
16
-48
/
+30
|
\
|
*
net: adding memory barrier to the poll and receive callbacks
Jiri Olsa
2009-07-09
9
-19
/
+19
|
*
netpoll: Fix carrier detection for drivers that are using phylib
Anton Vorontsov
2009-07-08
1
-1
/
+1
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2009-07-08
4
-3
/
+6
|
|
\
|
|
*
mac80211: minstrel: avoid accessing negative indices in rix_to_ndx()
Luciano Coelho
2009-07-07
1
-1
/
+4
|
|
*
cfg80211: fix refcount leak
Johannes Berg
2009-07-07
1
-1
/
+0
|
|
*
mac80211: fix allocation in mesh_queue_preq
Andrey Yurovsky
2009-07-07
1
-1
/
+1
|
|
*
Wireless: nl80211, fix lock imbalance
Jiri Slaby
2009-07-07
1
-0
/
+1
|
*
|
ipv4: Fix fib_trie rebalancing, part 4 (root thresholds)
Jarek Poplawski
2009-07-08
1
-2
/
+2
|
|
/
|
*
sctp: fix warning at inet_sock_destruct() while release sctp socket
Wei Yongjun
2009-07-06
1
-23
/
+2
*
|
netpoll: Introduce netpoll_carrier_timeout kernel option
Anton Vorontsov
2009-07-08
1
-1
/
+5
*
|
econet: use NET_RX_SUCCESS instead of magic number 0 for econet_rcv successfu...
Mark Smith
2009-07-06
1
-2
/
+2
*
|
ipv6: correct return on ipv6_rcv() packet drop
Mark Smith
2009-07-06
1
-3
/
+3
*
|
net: convert remaining non-symbolic return values in ndo_start_xmit() functions
Patrick McHardy
2009-07-05
3
-10
/
+10
*
|
net, bridge: align br_nf_ops assignment
Cyrill Gorcunov
2009-07-05
1
-40
/
+56
*
|
tipc: Add socket options to get number of queued messages
oscar.medina@motorola.com
2009-07-05
1
-0
/
+6
*
|
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
2009-07-05
16
-39
/
+39
*
|
net: remove NET_RX_BAD and NET_RX_CN* defines
Florian Westphal
2009-07-05
2
-2
/
+2
|
/
*
dsa: fix 88e6xxx statistics counter snapshotting
Stephane Contri
2009-07-05
1
-1
/
+1
*
IPv6: preferred lifetime of address not getting updated
Brian Haley
2009-07-03
1
-3
/
+27
*
xfrm6: fix the proto and ports decode of sctp protocol
Wei Yongjun
2009-07-03
1
-2
/
+4
*
xfrm4: fix the ports decode of sctp protocol
Wei Yongjun
2009-07-03
1
-1
/
+2
*
net/9p: Fix crash due to bad mount parameters.
Abhishek Kulkarni
2009-07-02
1
-6
/
+8
[next]