summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Bluetooth: Make hci_req_add returning voidAndre Guedes2013-03-091-4/+2
| | * | | | | Bluetooth: HCI request error handlingAndre Guedes2013-03-091-1/+12
| | * | | | | Bluetooth: Check hci_req_run returning value in __hci_req_syncAndre Guedes2013-03-091-6/+9
| | * | | | | Bluetooth: Return ENODATA in hci_req_runAndre Guedes2013-03-091-1/+1
| | * | | | | Bluetooth: Fix __hci_req_syncAndre Guedes2013-03-091-4/+3
| | * | | | | Bluetooth: Remove empty HCI event handlersJohan Hedberg2013-03-081-164/+0
| | * | | | | Bluetooth: Remove unused hdev->init_last_cmdJohan Hedberg2013-03-081-6/+0
| | * | | | | Bluetooth: Use async requests internally in hci_req_syncJohan Hedberg2013-03-082-193/+156
| | * | | | | Bluetooth: Add request cmd_complete and cmd_status functionsJohan Hedberg2013-03-082-0/+92
| | * | | | | Bluetooth: Fix stand-alone HCI command handlingJohan Hedberg2013-03-082-0/+10
| | * | | | | Bluetooth: Introduce new hci_req_add functionJohan Hedberg2013-03-081-0/+22
| | * | | | | Bluetooth: Refactor HCI command skb creationJohan Hedberg2013-03-081-8/+20
| | * | | | | Bluetooth: Add initial skeleton for asynchronous HCI requestsJohan Hedberg2013-03-081-0/+30
| | * | | | | Bluetooth: Split HCI init sequence into three stagesJohan Hedberg2013-03-082-255/+274
| | * | | | | Bluetooth: Fix __hci_req_sync() handling of empty requestsJohan Hedberg2013-03-081-0/+8
| | * | | | | Bluetooth: Rename hci_request to hci_req_syncJohan Hedberg2013-03-081-24/+25
| | * | | | | Bluetooth: Remove redundant RFCOMM BT_CLOSED settingsDean Jenkins2013-03-081-5/+2
| | * | | | | Bluetooth: Remove redundant call to rfcomm_send_discDean Jenkins2013-03-081-3/+0
| | * | | | | Bluetooth: Remove RFCOMM session refcntDean Jenkins2013-03-081-38/+5
| | * | | | | Bluetooth: Return RFCOMM session ptrs to avoid freed sessionDean Jenkins2013-03-081-50/+56
| | * | | | | Bluetooth: Check rfcomm session and DLC exists on socket closeDean Jenkins2013-03-081-2/+24
| | * | | | | Bluetooth: Avoid rfcomm_session_timeout using freed sessionDean Jenkins2013-03-081-1/+1
| | * | | | | Bluetooth: change bt_sock_unregister() to return voidDavid Herrmann2013-03-081-12/+3
| | * | | | | Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann2013-03-087-19/+7
| | * | | | | Bluetooth: Make hidp_get_raw_report abort if the session is terminatingKarl Relton2013-03-081-0/+4
| | * | | | | Bluetooth: Rename hci_acl_disconnAndre Guedes2013-03-083-5/+5
| * | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-03-2522-210/+318
| |\ \ \ \ \ \
| | * | | | | | cfg80211: fix error return code in cfg80211_init()Wei Yongjun2013-03-201-1/+3
| | * | | | | | cfg80211: fix potential connection work crashJohannes Berg2013-03-201-1/+1
| | * | | | | | mac80211: stop queues temporarily for flushingJohannes Berg2013-03-187-12/+31
| | * | | | | | mac80211: pass queue bitmap to flush operationJohannes Berg2013-03-189-17/+48
| | * | | | | | mac80211/minstrel_ht: do not sample actively used ratesFelix Fietkau2013-03-181-2/+5
| | * | | | | | mac80211/minstrel_ht: avoid useless sampling of high-probability slower ratesFelix Fietkau2013-03-181-3/+3
| | * | | | | | mac80211/minstrel_ht: improve rate selection stabilityFelix Fietkau2013-03-181-1/+10
| | * | | | | | mac80211: remove vif debugfs driver callbacksStanislaw Gruszka2013-03-182-41/+0
| | * | | | | | mac80211: move sdata debugfs dir to vifStanislaw Gruszka2013-03-184-19/+18
| | * | | | | | mac80211: add driver callback for per-interface multicast filterAlexander Bondar2013-03-113-0/+51
| | * | | | | | mac80211: remove a few set but unused variablesJohannes Berg2013-03-113-11/+1
| | * | | | | | mac80211: batch key free synchronize_net()Johannes Berg2013-03-113-22/+73
| | * | | | | | mac80211: remove underscores from some key functionsJohannes Berg2013-03-114-20/+20
| | * | | | | | mac80211: clean up key freeing a bitJohannes Berg2013-03-113-22/+25
| | * | | | | | mac80211: Call drv_set_tim only if there is a changeIlan Peer2013-03-071-0/+13
| | * | | | | | mac80211: provide ieee80211_sta_eosp()Johannes Berg2013-03-073-36/+3
| | * | | | | | mac80211: provide race-free 64-bit traffic countersJohannes Berg2013-03-073-14/+25
* | | | | | | | netprio_cgroup: remove task_struct parameter from sock_update_netprio()Zefan Li2013-04-092-4/+4
* | | | | | | | cls_cgroup: remove task_struct parameter from sock_update_classid()Zefan Li2013-04-092-4/+4
* | | | | | | | tcp_memcontrol: remove a redundant statement in tcp_destroy_cgroup()Zefan Li2013-04-091-2/+0
* | | | | | | | net: ipv6: only invalidate previously tokenized addressesDaniel Borkmann2013-04-091-2/+5
* | | | | | | | net: ipv6: also allow token to be set when device not readyDaniel Borkmann2013-04-091-6/+16
* | | | | | | | net: ipv6: minor: use in6addr_any in token initDaniel Borkmann2013-04-091-1/+1
OpenPOWER on IntegriCloud