summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-06-25cfg80211: remove channel_switch combination checkMichal Kazior1-11/+0
2014-06-25mac80211: use chanctx reservation for STA CSAMichal Kazior3-104/+69
2014-06-25mac80211: use chanctx reservation for AP CSAMichal Kazior2-29/+88
2014-06-25mac80211: make check_combinations() aware of chanctx reservationMichal Kazior1-4/+31
2014-06-25mac80211: implement multi-vif in-place reservationsMichal Kazior3-85/+715
2014-06-25mac80211: split sched scan IEsDavid Spinadel2-24/+25
2014-06-25mac80211: support more than one band in scan requestDavid Spinadel4-61/+140
2014-06-23mac80211: protect TDLS discovery sessionArik Nemtsov3-1/+32
2014-06-23mac80211: make sure TDLS peer STA exists during setupArik Nemtsov1-0/+13
2014-06-23mac80211: add API to request TDLS operation from userspaceArik Nemtsov1-0/+17
2014-06-23mac80211: implement proper Tx path flushing for TDLSArik Nemtsov2-0/+58
2014-06-23mac80211: split tdls_mgmt functionArik Nemtsov1-23/+55
2014-06-23mac80211: use TDLS initiator in tdls_mgmt operationsArik Nemtsov1-12/+28
2014-06-23cfg80211: pass TDLS initiator in tdls_mgmt operationsArik Nemtsov5-8/+18
2014-06-23mac80211: cleanup TDLS state during failed setupArik Nemtsov3-24/+115
2014-06-23mac80211: set auth flags after other station infoArik Nemtsov1-3/+13
2014-06-23mac80211: clarify TDLS Tx handlingArik Nemtsov1-16/+17
2014-06-23mac80211: stop only the queues assigned to the vif during channel switchLuciano Coelho4-64/+35
2014-06-23mac80211: add functions to stop and wake all queues assigned to a vifLuciano Coelho2-6/+41
2014-06-23mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho10-46/+98
2014-06-23mac80211: don't stop all queues when flushingLuciano Coelho1-2/+2
2014-06-23net: Mac80211: Remove silly timespec danceThomas Gleixner2-9/+3
2014-06-23mac80211: Use ktime_get_ts()Thomas Gleixner2-3/+3
2014-06-23mac80211: use csa counter offsets instead of csa_activeMichal Kazior1-3/+6
2014-06-23mac80211: move csa counters from sdata to beacon/prespMichal Kazior5-75/+115
2014-06-23mac80211: allow tx via monitor iface when DFSJanusz Dziedzic1-5/+6
2014-06-23cfg80211: make ethtool the driver's responsibilityJohannes Berg12-530/+387
2014-06-23mac80211: remove weak WEP IV accountingJohannes Berg4-25/+1
2014-06-23trivial: net/mac80211/mesh.c: fix typo s/Substract/Subtract/Antonio Ospite1-1/+1
2014-06-23mac80211: remove ignore_plink_timer flagBob Copeland2-9/+23
2014-06-23mac80211: fix station/driver powersave raceJohannes Berg4-29/+51
2014-06-23mac80211: remove PID rate controlJohn W. Linville7-1026/+0
2014-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-14/+61
2014-06-15net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann1-4/+28
2014-06-15net: Fix save software checksum completeTom Herbert2-10/+29
2014-06-13udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet1-0/+4
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-7/+153
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds346-6799/+13776
2014-06-12rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt1-4/+18
2014-06-12tcp: fixing TLP's FIN recoveryPer Hurtig1-3/+1
2014-06-12bridge: fix compile error when compiling without IPv6 supportLinus Lüssing1-0/+2
2014-06-12bridge: fix smatch warning / potential null pointer dereferenceLinus Lüssing1-0/+2
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-31/+4
2014-06-12sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang1-1/+1
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro59-298/+580
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-16/+32
2014-06-11net/core: Add VF link state control policyDoug Ledford1-0/+2
2014-06-11net_sched: drr: warn when qdisc is not work conservingFlorian Westphal2-2/+4
2014-06-11net: Add skb_gro_postpull_rcsum to udp and vxlanTom Herbert1-0/+1
2014-06-11net: Save software checksum completeTom Herbert3-8/+15