summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Return updated name state with hci_inquiry_cache_updateJohan Hedberg2012-02-131-1/+1
* Bluetooth: Add initial mgmt_confirm_name supportJohan Hedberg2012-02-131-7/+22
* Bluetooth: Move Extended Inquiry Response defines to hci.hJohan Hedberg2012-02-131-0/+13
* Bluetooth: Convert inquiry cache to use standard list typesJohan Hedberg2012-02-131-6/+4Star
* mac80211: support hw scan while idleEliad Peller2012-02-061-0/+5
* cfg80211/mac80211: userspace peer authorization in IBSSAntonio Quartulli2012-02-061-0/+5
* cfg80211: export cfg80211_ref_bssJohannes Berg2012-02-061-0/+14
* cfg80211: stop tracking authenticated stateJohannes Berg2012-02-061-28/+11Star
* mac80211: add sta_state callbackJohannes Berg2012-02-061-0/+30
* mac80211: add support for mcs masksSimon Wunderlich2012-01-301-0/+1
* nl80211: add support for mcs masksSimon Wunderlich2012-01-301-2/+1Star
* kernel-doc: fix new warnings in cfg80211.hRandy Dunlap2012-01-271-0/+6
* {nl,cfg,mac}80211: Add support of setting non-forwarding entity in MeshChun-Yeow Yeoh2012-01-271-0/+1
* mac80211: make CQM RSSI support per virtual interfaceJohannes Berg2012-01-271-7/+7
* mac80211: make beacon filtering per virtual interfaceJohannes Berg2012-01-271-9/+20
* NFC: Add NCI multiple targets supportIlan Elias2012-01-242-2/+41
* NFC: NFC core layer should not set the target_idxIlan Elias2012-01-241-1/+0Star
* NFC: Clearly separate NCI states from flagsIlan Elias2012-01-241-4/+10
* NFC: Add NCI data exchange timerIlan Elias2012-01-241-0/+3
* NFC: Export new attributes sensb_res and sensf_resIlan Elias2012-01-242-2/+25
* wireless: Save original maximum regulatory transmission power for the calucat...Hong Wu2012-01-241-0/+2
* NFC: Increase NCI deactivate timeoutIlan Elias2012-01-241-1/+1
* net: fix some sparse errorsEric Dumazet2012-01-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-132-3/+4
|\
| * net_sched: sfq: add optional RED on top of SFQEric Dumazet2012-01-131-1/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-01-121-2/+2
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-101-2/+2
| | |\
| | | * Bluetooth: Rename extfeaturesAndre Guedes2012-01-031-2/+2
| | * | net: sk_update_clone is only used in net/core/sock.cStephen Rothwell2012-01-091-6/+0Star
| | * | net: fix sock_clone reference mismatch with tcp memcontrolGlauber Costa2012-01-071-0/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2012-01-111-21/+7Star
|\ \ \ \ | |/ / / |/| | |
| * | | 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-051-21/+7Star
* | | | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2012-01-091-7/+7
|\ \ \ \
| * | | | percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter2011-12-221-7/+7
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
* | | | | net_sched: red: split red_parms into parms and varsEric Dumazet2012-01-051-43/+55
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-053-30/+28Star
|\ \ \ \ \
| * | | | | NFC: Export a new attribute nfcid1 in target infoIlan Elias2012-01-041-0/+3
| * | | | | NFC: Handle error during NCI data exchangeIlan Elias2012-01-041-0/+6
| * | | | | NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias2012-01-042-30/+19Star
| | |_|_|/ | |/| | |
* | | | | ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2)Neil Horman2012-01-041-1/+2
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-038-271/+309
|\| | | |
| * | | | Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan2011-12-221-8/+8
| * | | | Bluetooth: Remove lock from inquiry_cacheGustavo F. Padovan2011-12-221-7/+0Star
| * | | | Bluetooth: Add MITM mechanism to LE-SMPBrian Gix2011-12-222-0/+7
| * | | | Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim2011-12-221-8/+21
| * | | | Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim2011-12-221-79/+59Star
| * | | | Bluetooth: Remove magic numbers from le scan cmdAndrei Emeltchenko2011-12-221-0/+3
| * | | | Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim2011-12-211-22/+0Star