summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-13/+28
2013-03-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville4-14/+53
2013-03-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-32/+36
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-9/+9
2013-03-25mac80211: allow drivers to set default uAPSD parametersAlexander Bondar1-0/+13
2013-03-25cfg80211: Document update_ft_ies() cfg80211_opsJouni Malinen1-0/+4
2013-03-22mac80211: add P2P NoA settingsJanusz Dziedzic1-4/+2
2013-03-18mac80211: stop queues temporarily for flushingJohannes Berg1-0/+2
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg1-3/+6
2013-03-18mac80211: remove vif debugfs driver callbacksStanislaw Gruszka1-18/+0
2013-03-18mac80211: move sdata debugfs dir to vifStanislaw Gruszka1-0/+7
2013-03-18Bluetooth: Add reading of page scan parametersJohan Hedberg2-0/+17
2013-03-18Bluetooth: Add proper flag for fast connectable modeJohan Hedberg1-1/+3
2013-03-18Bluetooth: Handle AD updating through an async requestJohan Hedberg1-2/+2
2013-03-18Bluetooth: Add a define for the HCI persistent flags maskJohan Hedberg1-0/+5
2013-03-18Bluetooth: Remove useless HCI_PENDING_CLASS flagJohan Hedberg1-1/+0
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+4
2013-03-11mac80211: add driver callback for per-interface multicast filterAlexander Bondar1-0/+7
2013-03-10Bluetooth: Make hci_req_add returning voidAndre Guedes1-1/+1
2013-03-10Bluetooth: HCI request error handlingAndre Guedes1-0/+5
2013-03-08Bluetooth: Remove unused hdev->init_last_cmdJohan Hedberg1-2/+0
2013-03-08Bluetooth: Use async requests internally in hci_req_syncJohan Hedberg1-2/+0
2013-03-08Bluetooth: Add request cmd_complete and cmd_status functionsJohan Hedberg1-0/+2
2013-03-08Bluetooth: Introduce new hci_req_add functionJohan Hedberg1-0/+1
2013-03-08Bluetooth: Add initial skeleton for asynchronous HCI requestsJohan Hedberg2-0/+18
2013-03-08Bluetooth: Remove RFCOMM session refcntDean Jenkins1-7/+0
2013-03-08Bluetooth: Return RFCOMM session ptrs to avoid freed sessionDean Jenkins1-1/+2
2013-03-08Bluetooth: change bt_sock_unregister() to return voidDavid Herrmann1-1/+1
2013-03-08Bluetooth: Rename hci_acl_disconnAndre Guedes1-1/+1
2013-03-07mac80211: provide ieee80211_sta_eosp()Johannes Berg1-11/+14
2013-03-06cfg80211: rename mesh station typesThomas Pedersen1-4/+4
2013-03-06nl80211: explicit userspace MPMThomas Pedersen1-0/+2
2013-03-06mac80211: restrict peer's VHT capabilities to ownJohannes Berg1-3/+2
2013-03-06mac80211: remove IEEE80211_KEY_FLAG_WMM_STAJohannes Berg1-3/+0
2013-03-06cfg80211: Extend support for IEEE 802.11r Fast BSS TransitionJouni Malinen1-0/+41
2013-03-06mac80211: Allow drivers to differentiate between ROC typesIlan Peer1-1/+20
2013-03-06cfg80211: add ability to override VHT capabilitiesJohannes Berg1-0/+12
2013-03-06cfg80211: comprehensively check station changesJohannes Berg1-3/+45
2013-03-06cfg80211: constify station parameter pointersJohannes Berg1-4/+4
2013-03-06cfg80211: clean up mesh plink station change APIJohannes Berg1-13/+2
2013-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+4
2013-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-03-01tcp: avoid wakeups for pure ACKEric Dumazet1-0/+4
2013-02-289p: turn fid->dlist into hlistAl Viro1-1/+1
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin7-33/+31
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-5/+42
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-13/+13
2013-02-26IP_GRE: Fix IP-Identification.Pravin B Shelar1-0/+17
2013-02-23net: fix possible deadlock in sum_frag_mem_limitEric Dumazet1-1/+7
2013-02-23ipv4: fix error handling in icmp_protocol.Li Wei1-0/+1