summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* appletalk: fix a coccinella warning in net/appletalk/ddp.cwangweidong2014-07-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2014-07-0837-2180/+2148
|\
| * cfg80211: remove channel_switch combination checkMichal Kazior2014-06-251-11/+0
| * mac80211: use chanctx reservation for STA CSAMichal Kazior2014-06-253-104/+69
| * mac80211: use chanctx reservation for AP CSAMichal Kazior2014-06-252-29/+88
| * mac80211: make check_combinations() aware of chanctx reservationMichal Kazior2014-06-251-4/+31
| * mac80211: implement multi-vif in-place reservationsMichal Kazior2014-06-253-85/+715
| * mac80211: split sched scan IEsDavid Spinadel2014-06-252-24/+25
| * mac80211: support more than one band in scan requestDavid Spinadel2014-06-254-61/+140
| * mac80211: protect TDLS discovery sessionArik Nemtsov2014-06-233-1/+32
| * mac80211: make sure TDLS peer STA exists during setupArik Nemtsov2014-06-231-0/+13
| * mac80211: add API to request TDLS operation from userspaceArik Nemtsov2014-06-231-0/+17
| * mac80211: implement proper Tx path flushing for TDLSArik Nemtsov2014-06-232-0/+58
| * mac80211: split tdls_mgmt functionArik Nemtsov2014-06-231-23/+55
| * mac80211: use TDLS initiator in tdls_mgmt operationsArik Nemtsov2014-06-231-12/+28
| * cfg80211: pass TDLS initiator in tdls_mgmt operationsArik Nemtsov2014-06-235-8/+18
| * mac80211: cleanup TDLS state during failed setupArik Nemtsov2014-06-233-24/+115
| * mac80211: set auth flags after other station infoArik Nemtsov2014-06-231-3/+13
| * mac80211: clarify TDLS Tx handlingArik Nemtsov2014-06-231-16/+17
| * mac80211: stop only the queues assigned to the vif during channel switchLuciano Coelho2014-06-234-64/+35
| * mac80211: add functions to stop and wake all queues assigned to a vifLuciano Coelho2014-06-232-6/+41
| * mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho2014-06-2310-46/+98
| * mac80211: don't stop all queues when flushingLuciano Coelho2014-06-231-2/+2
| * net: Mac80211: Remove silly timespec danceThomas Gleixner2014-06-232-9/+3
| * mac80211: Use ktime_get_ts()Thomas Gleixner2014-06-232-3/+3
| * mac80211: use csa counter offsets instead of csa_activeMichal Kazior2014-06-231-3/+6
| * mac80211: move csa counters from sdata to beacon/prespMichal Kazior2014-06-235-75/+115
| * mac80211: allow tx via monitor iface when DFSJanusz Dziedzic2014-06-231-5/+6
| * cfg80211: make ethtool the driver's responsibilityJohannes Berg2014-06-2312-530/+387
| * mac80211: remove weak WEP IV accountingJohannes Berg2014-06-234-25/+1
| * trivial: net/mac80211/mesh.c: fix typo s/Substract/Subtract/Antonio Ospite2014-06-231-1/+1
| * mac80211: remove ignore_plink_timer flagBob Copeland2014-06-232-9/+23
| * mac80211: fix station/driver powersave raceJohannes Berg2014-06-234-29/+51
| * mac80211: remove PID rate controlJohn W. Linville2014-06-237-1026/+0
* | net: filter: move load_pointer() into filter.hZi Shen Lim2014-07-081-12/+3
* | net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params.Arvid Brodin2014-07-081-2/+6
* | net/hsr: Better frame dispatchArvid Brodin2014-07-0811-586/+656
* | net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_...Arvid Brodin2014-07-081-3/+11
* | net/hsr: Implemented .ndo_fix_features (better device features handling).Arvid Brodin2014-07-082-8/+49
* | net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin2014-07-089-405/+438
* | net/hsr: Move slave init to hsr_slave.c.Arvid Brodin2014-07-086-164/+205
* | net/hsr: Operstate handling cleanup.Arvid Brodin2014-07-083-22/+30
* | net/hsr: Move to per-hsr device prune timer.Arvid Brodin2014-07-085-27/+15
* | net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin2014-07-086-247/+283
* | net/hsr: Better variable names and update of contact info.Arvid Brodin2014-07-088-305/+304
* | ipconfig: add static to local variableFabian Frederick2014-07-081-1/+1
* | mac802154: at86rf230: add hw flags and merge opsAlexander Aring2014-07-071-14/+46
* | net: Only do flow_dissector hash computation once per packetTom Herbert2014-07-071-0/+2
* | ipv6: Implement automatic flow label generation on transmitTom Herbert2014-07-076-5/+29
* | flow_dissector: Use IPv6 flow label in flow_dissectorTom Herbert2014-07-071-0/+17