linux/net/mac80211
David S. Miller 36583eb54d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
	drivers/net/ethernet/cadence/macb.c
	drivers/net/phy/phy.c
	include/linux/skbuff.h
	net/ipv4/tcp.c
	net/switchdev/switchdev.c

Switchdev was a case of RTNH_H_{EXTERNAL --> OFFLOAD}
renaming overlapping with net-next changes of various
sorts.

phy.c was a case of two changes, one adding a local
variable to a function whilst the second was removing
one.

tcp.c overlapped a deadlock fix with the addition of new tcp_info
statistic values.

macb.c involved the addition of two zyncq device entries.

skbuff.h involved adding back ipv4_daddr to nf_bridge_info
whilst net-next changes put two other existing members of
that struct into a union.

Signed-off-by: David S. Miller <davem@davemloft.net>
2015-05-23 01:22:35 -04:00
..
aes_ccm.c
aes_ccm.h
aes_cmac.c
aes_cmac.h
aes_gcm.c
aes_gcm.h
aes_gmac.c
aes_gmac.h
agg-rx.c
agg-tx.c
cfg.c mac80211: extend get_key() to return PN for all ciphers 2015-05-06 13:30:00 +02:00
cfg.h
chan.c mac80211: adjust reserved chan_ctx when assigned to vif 2015-05-07 14:24:52 +02:00
debug.h
debugfs.c mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERS 2015-05-05 14:21:54 +02:00
debugfs.h
debugfs_key.c
debugfs_key.h
debugfs_netdev.c
debugfs_netdev.h
debugfs_sta.c mac80211: clean up station debugfs 2015-05-05 14:21:55 +02:00
debugfs_sta.h
driver-ops.h mac80211: extend get_tkip_seq to all keys 2015-05-06 13:29:59 +02:00
ethtool.c mac80211: remove sta->tx_fragments counter 2015-05-05 14:21:55 +02:00
event.c
ht.c
ibss.c mac80211: check fast-xmit if IBSS STA QoS changed 2015-05-11 14:01:36 +02:00
ieee80211_i.h mac80211: fix throughput LED trigger 2015-05-11 19:16:04 +02:00
iface.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2015-05-13 14:31:43 -04:00
Kconfig mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERS 2015-05-05 14:21:54 +02:00
key.c mac80211: validate cipher scheme PN length better 2015-05-06 13:30:00 +02:00
key.h mac80211: extend get_key() to return PN for all ciphers 2015-05-06 13:30:00 +02:00
led.c mac80211: fix throughput LED trigger 2015-05-11 19:16:04 +02:00
led.h mac80211: make LED triggering depend on activation 2015-05-05 14:21:56 +02:00
main.c mac80211: validate cipher scheme PN length better 2015-05-06 13:30:00 +02:00
Makefile
mesh.c
mesh.h
mesh_hwmp.c
mesh_pathtbl.c
mesh_plink.c mac80211: introduce plink lock for plink fields 2015-04-20 13:05:29 +02:00
mesh_ps.c
mesh_sync.c
michael.c
michael.h
mlme.c mac80211: fix ignored HT/VHT override configs 2015-04-24 12:23:35 +02:00
ocb.c
offchannel.c
pm.c
rate.c mac80211: lock rate control 2015-04-20 13:05:29 +02:00
rate.h mac80211: lock rate control 2015-04-20 13:05:29 +02:00
rc80211_minstrel.c
rc80211_minstrel.h
rc80211_minstrel_debugfs.c
rc80211_minstrel_ht.c
rc80211_minstrel_ht.h
rc80211_minstrel_ht_debugfs.c
rx.c mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERS 2015-05-05 14:21:54 +02:00
scan.c
spectmgmt.c
sta_info.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2015-05-13 14:31:43 -04:00
sta_info.h mac80211: add missing documentation for rate_ctrl_lock 2015-05-06 16:00:32 +02:00
status.c mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERS 2015-05-05 14:21:54 +02:00
tdls.c mac80211: TDLS: use the BSS chandef for HT/VHT operation IEs 2015-05-11 14:52:15 +02:00
tkip.c
tkip.h
trace.c
trace.h mac80211: extend get_tkip_seq to all keys 2015-05-06 13:29:59 +02:00
trace_msg.h
tx.c mac80211: remove useless skb->encapsulation check 2015-05-05 15:25:33 +02:00
util.c
vht.c
wep.c mac80211: move WEP tailroom size check 2015-05-11 14:51:29 +02:00
wep.h
wme.c
wme.h
wpa.c
wpa.h