index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cfg80211: add start / stop NAN commands
Ayala Beker
2016-09-30
14
-5
/
+193
*
cfg80211: Add support for static WEP in the driver
David Spinadel
2016-09-30
6
-8
/
+13
*
mac80211: Move ieee802111_tx_dequeue() to later in tx.c
Toke Høiland-Jørgensen
2016-09-30
1
-45
/
+45
*
cfg80211: wext: really don't store non-WEP keys
Johannes Berg
2016-09-28
1
-1
/
+11
*
cfg80211: add checks for beacon rate, extend to mesh
Johannes Berg
2016-09-26
1
-11
/
+35
*
cfg80211: Add support to configure a beacon data rate
Purushottam Kushwaha
2016-09-26
1
-222
/
+288
*
Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/sc...
David S. Miller
2016-09-19
30
-264
/
+404
|
\
|
*
cfg80211: add helper to find an IE that matches a byte-array
Luca Coelho
2016-09-16
1
-31
/
+27
|
*
mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE
Emmanuel Grumbach
2016-09-16
1
-1
/
+1
|
*
cfg80211: remove unnecessary pointer-of
Johannes Berg
2016-09-15
1
-1
/
+1
|
*
mac80211: allow driver to handle packet-loss mechanism
Rajkumar Manoharan
2016-09-15
2
-0
/
+7
|
*
mac80211: remove sta_remove_debugfs driver callback
Johannes Berg
2016-09-15
2
-19
/
+0
|
*
mac80211: remove pointless chanctx NULL check
Johannes Berg
2016-09-15
1
-4
/
+0
|
*
mac80211: remove unused assignment
Johannes Berg
2016-09-15
1
-1
/
+0
|
*
nl80211: always check nla_put* return values
Johannes Berg
2016-09-15
1
-5
/
+8
|
*
nl80211: always check nla_nest_start() return value
Johannes Berg
2016-09-15
1
-0
/
+11
|
*
mac80211: fix scan completed tracing
Johannes Berg
2016-09-15
1
-1
/
+1
|
*
mac80211: fix possible out-of-bounds access
Johannes Berg
2016-09-15
1
-4
/
+8
|
*
cfg80211: allow connect keys only with default (TX) key
Johannes Berg
2016-09-15
4
-2
/
+22
|
*
cfg80211: reduce connect key caching struct size
Johannes Berg
2016-09-13
6
-17
/
+10
|
*
cfg80211: validate key index better
Johannes Berg
2016-09-13
1
-1
/
+7
|
*
cfg80211: wext: only allow WEP keys to be configured before connected
Johannes Berg
2016-09-13
1
-0
/
+3
|
*
nl80211: only allow WEP keys during connect command
Johannes Berg
2016-09-13
1
-5
/
+8
|
*
nl80211: fix connect keys range check
Johannes Berg
2016-09-13
1
-1
/
+1
|
*
cfg80211: disallow shared key authentication with key index 4
Johannes Berg
2016-09-13
2
-2
/
+2
|
*
mac80211: remove useless open_count check
Johannes Berg
2016-09-13
1
-2
/
+1
|
*
mac80211: simplify TDLS RA lookup
Johannes Berg
2016-09-13
1
-11
/
+4
|
*
mac80211: Re-structure aqm debugfs output and keep CoDel stats per txq
Toke Høiland-Jørgensen
2016-09-13
5
-129
/
+117
|
*
mac80211: send delBA on unexpected BlockAck Request
Johannes Berg
2016-09-12
1
-0
/
+6
|
*
mac80211: send delBA on unexpected BlockAck data frames
Johannes Berg
2016-09-12
3
-2
/
+14
|
*
mac80211: add support for radiotap timestamp field
Johannes Berg
2016-09-12
2
-0
/
+33
|
*
mac80211: add support for MU-MIMO air sniffer
Aviya Erenfeld
2016-09-12
5
-3
/
+51
|
*
mac80211: RX BA support for sta max_rx_aggregation_subframes
Maxim Altshul
2016-09-12
2
-2
/
+8
|
*
cfg80211: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
2016-09-12
1
-1
/
+1
|
*
mac80211: refactor monitor representation in sdata
Aviya Erenfeld
2016-09-12
8
-19
/
+23
|
*
nl80211: Allow GET_INTERFACE dumps to be filtered
Denis Kenzior
2016-09-12
1
-0
/
+29
*
|
pkt_sched: fq: use proper locking in fq_dump_stats()
Eric Dumazet
2016-09-19
1
-14
/
+18
*
|
openvswitch: use percpu flow stats
Thadeu Lima de Souza Cascardo
2016-09-19
3
-39
/
+33
*
|
openvswitch: fix flow stats accounting when node 0 is not possible
Thadeu Lima de Souza Cascardo
2016-09-19
2
-4
/
+7
*
|
sctp: not return ENOMEM err back in sctp_packet_transmit
Xin Long
2016-09-19
1
-25
/
+22
*
|
sctp: make sctp_outq_flush/tail/uncork return void
Xin Long
2016-09-19
2
-17
/
+11
*
|
sctp: save transmit error to sk_err in sctp_outq_flush
Xin Long
2016-09-19
2
-10
/
+14
*
|
sctp: free msg->chunks when sctp_primitive_SEND return err
Xin Long
2016-09-19
3
-3
/
+19
*
|
sctp: do not return the transmit err back to sctp_sendmsg
Xin Long
2016-09-19
1
-11
/
+5
*
|
sctp: remove the unnecessary state check in sctp_outq_tail
Xin Long
2016-09-19
1
-39
/
+14
*
|
ip6_tunnel: add collect_md mode to IPv6 tunnels
Alexei Starovoitov
2016-09-17
1
-45
/
+133
*
|
ip_tunnel: add collect_md mode to IPIP tunnel
Alexei Starovoitov
2016-09-17
2
-6
/
+105
*
|
l2tp: constify net_device_ops structures
Julia Lawall
2016-09-17
1
-1
/
+1
*
|
llc: switch type to bool as the timeout is only tested versus 0
Alan Cox
2016-09-17
1
-2
/
+2
*
|
tcp: prepare skbs for better sack shifting
Eric Dumazet
2016-09-17
1
-7
/
+24
[next]