summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | mac80211: track number of spatial streamsJohannes Berg2013-02-151-0/+5
| * | | | | | mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg2013-02-151-1/+23
| * | | | | | mac80211: add radar detection command/eventSimon Wunderlich2013-02-151-0/+14
| * | | | | | nl80211/cfg80211: add radar detection command/eventSimon Wunderlich2013-02-151-0/+46
| * | | | | | cfg80211: configuration for WoWLAN over TCPJohannes Berg2013-02-131-1/+54
| * | | | | | nl80211: add packet offset information for wowlan patternAmitkumar Karwar2013-02-131-0/+4
| * | | | | | mac80211: Fix tx queue handling during scansSeth Forshee2013-02-111-0/+4
| * | | | | | mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLEJohannes Berg2013-02-111-5/+0
| * | | | | | mac80211: remove dynamic PS driver interfaceJohannes Berg2013-02-111-39/+0
| * | | | | | mac80211: introduce beacon-only timing dataJohannes Berg2013-02-111-1/+13
| * | | | | | cfg80211: move TSF into IEsJohannes Berg2013-02-111-3/+2
| * | | | | | cfg80211: remove scan ies NULL checkJohannes Berg2013-02-111-4/+4
| * | | | | | mac80211: add vif debugfs driver callbacksAlexander Bondar2013-02-111-0/+18
| * | | | | | cfg80211: track hidden SSID networks properlyJohannes Berg2013-02-111-0/+9
| * | | | | | wireless: fix kernel-docJohannes Berg2013-02-111-4/+6
| * | | | | | cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-111-2/+4
| * | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-082-24/+76
| |\ \ \ \ \ \
| | * | | | | | cfg80211: remove unused cfg80211_get_meshJohannes Berg2013-02-041-4/+0
| | * | | | | | cfg80211: expand per-station byte counters to 64bitVladimir Kondratiev2013-02-041-4/+8
| | * | | | | | mac80211: always allow calling ieee80211_connection_loss()Johannes Berg2013-02-041-0/+2
| | * | | | | | mac80211: start auth/assoc timeout on frame statusJohannes Berg2013-01-311-1/+4
| | * | | | | | cfg80211: remove free_priv BSS APIJohannes Berg2013-01-311-3/+0
| | * | | | | | mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach2013-01-311-7/+9
| | * | | | | | cfg80211/mac80211: support reporting wakeup reasonJohannes Berg2013-01-312-0/+53
| | * | | | | | mac80211: remove IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka2013-01-291-5/+0
| | * | | | | | Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg2013-01-293-2/+29
| | |\ \ \ \ \ \
* | | \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-02-144-2/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | xfrm: make gc_thresh configurable in all namespacesMichal Kubecek2013-02-062-0/+2
| * | | | | | | | | xfrm: Add a state resolution packet queueSteffen Klassert2013-02-062-0/+8
| * | | | | | | | | pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfk...Jussi Kivilinna2013-02-011-2/+3
* | | | | | | | | | act_police: move struct tcf_police to act_police.cJiri Pirko2013-02-131-15/+0
* | | | | | | | | | sch_api: introduce qdisc_watchdog_schedule_ns()Jiri Pirko2013-02-131-2/+8
* | | | | | | | | | sch: make htb_rate_cfg and functions around that genericJiri Pirko2013-02-131-0/+19
* | | | | | | | | | net: sctp: remove unused multiple cookie keysDaniel Borkmann2013-02-122-5/+2
* | | | | | | | | | net neighbour, decnet: Ensure to align device private data on preferred align...YOSHIFUJI Hideaki / 吉藤英明2013-02-111-0/+1
* | | | | | | | | | net/802: Implement Multiple Registration Protocol (MRP)David Ward2013-02-111-0/+143
* | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-087-13/+111
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Bluetooth: Keep track of UUID type upon additionJohan Hedberg2013-02-011-0/+1
| * | | | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-302-11/+62
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | cfg80211/nl80211: add API for MAC address ACLsVasanthakumar Thiagarajan2013-01-251-0/+34
| | * | | | | | | | cfg80211: Move the definition of struct mac_address upVasanthakumar Thiagarajan2013-01-251-4/+4
| | * | | | | | | | mac80211: provide the vif in rssi_callbackEmmanuel Grumbach2013-01-241-0/+1
| | * | | | | | | | mac80211: allow drivers to access IPv6 informationJohannes Berg2013-01-181-0/+9
| | * | | | | | | | mac80211: remove ARP filter enable/disable logicJohannes Berg2013-01-181-7/+4
| | * | | | | | | | mac80211: add op to configure default key idYoni Divinsky2013-01-181-0/+10
| * | | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-01-305-2/+48
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | Bluetooth: Add support for reading LE supported statesJohan Hedberg2013-01-232-0/+7
| | * | | | | | | | Bluetooth: Add support for reading LE White List SizeJohan Hedberg2013-01-232-0/+7
| | * | | | | | | | Bluetooth: Add LE Local Features reading supportJohan Hedberg2013-01-232-0/+7
| | * | | | | | | | Bluetooth: Add helper functions for testing bdaddr typesJohan Hedberg2013-01-231-0/+23