summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* unix: use wq_has_sleeper in unix_dgram_recvmsgRainer Weikusat2015-12-011-2/+4
* net: ipmr: add mfc newroute/delroute netlink supportNikolay Aleksandrov2015-11-301-0/+129
* net: ipmr: fix setsockopt error returnNikolay Aleksandrov2015-11-301-3/+5
* net: ipmr: move pimsm_enabled to pim.h and renameNikolay Aleksandrov2015-11-301-8/+3Star
* net: ipmr: move struct mr_table and VIF_EXISTS to mroute.hNikolay Aleksandrov2015-11-301-18/+0Star
* net: ipmr: remove unused MFC_NOTIFY flag and make the flags enumNikolay Aleksandrov2015-11-301-2/+0Star
* net: remove unnecessary mroute.h includesNikolay Aleksandrov2015-11-307-7/+0Star
* net: Generalise wq_has_sleeper helperHerbert Xu2015-11-309-14/+14
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-11-2410-1032/+1207
|\
| * Bluetooth: Increment management interface revisionJohan Hedberg2015-11-231-1/+1
| * Bluetooth: Fix powering on with privacy and advertisingAndrzej Kaczmarek2015-11-231-7/+7
| * Bluetooth: Fix returning proper HCI status from __hci_req_syncJohan Hedberg2015-11-231-1/+7
| * Bluetooth: Add support for Get Advertising Size Information commandMarcel Holtmann2015-11-221-0/+58
| * Bluetooth: Simplify if statements in tlv_data_is_valid functionMarcel Holtmann2015-11-221-9/+11
| * Bluetooth: Add instance range check for Add Advertising commandMarcel Holtmann2015-11-221-0/+4
| * Bluetooth: remove unneeded variable in l2cap_stream_rxPrasanna Karthik2015-11-191-3/+1Star
| * Bluetooth: Clean up hci_core codePrasanna Karthik2015-11-191-3/+4
| * Bluetooth: clean up af_bluetooth codePrasanna Karthik2015-11-191-2/+2
| * Bluetooth: Delete an unnecessary check before the function call "kfree_skb"Markus Elfring2015-11-191-2/+1Star
| * mac802154: Delete an unnecessary check before the function call "kfree_skb"Markus Elfring2015-11-191-2/+1Star
| * Bluetooth: Simplify request cleanup codeJohan Hedberg2015-11-192-3/+3
| * Bluetooth: Remove conn_unfinished variable from hci_connect_le()Johan Hedberg2015-11-191-36/+12Star
| * Bluetooth: Move check for ongoing connect earlier in hci_connect_le()Johan Hedberg2015-11-191-6/+6
| * Bluetooth: Fix specifying role for LE connectionsJohan Hedberg2015-11-193-12/+10Star
| * Bluetooth: Remove unnecessary le_scan_restart_work_complete() functionJohan Hedberg2015-11-191-36/+24Star
| * Bluetooth: Simplify le_scan_disable_work()Johan Hedberg2015-11-191-91/+57Star
| * Bluetooth: Pass inquiry length to bredr_inquiry()Johan Hedberg2015-11-191-3/+5
| * Bluetooth: Fix BR/EDR Page Scan update with Add DeviceJohan Hedberg2015-11-191-13/+1Star
| * Bluetooth: Move Stop Discovery to req_workqueueJohan Hedberg2015-11-193-67/+70
| * Bluetooth: Move Start Discovery to req_workqueueJohan Hedberg2015-11-192-229/+211Star
| * Bluetooth: Add error return value to hci_req_sync callbackJohan Hedberg2015-11-193-26/+54
| * Bluetooth: Add discovery type validity helperJohan Hedberg2015-11-191-0/+40
| * Bluetooth: Move LE scan disable/restart behind req_workqueueJohan Hedberg2015-11-193-170/+181
| * Bluetooth: Make __hci_update_background_scan private to hci_request.cJohan Hedberg2015-11-192-3/+1Star
| * Bluetooth: Use req_workqueue for background scanning when powering onJohan Hedberg2015-11-191-6/+4Star
| * Bluetooth: Use req_workqueue for explicit connect requestsJohan Hedberg2015-11-192-36/+18Star
| * Bluetooth: Add HCI status return parameter to hci_req_sync()Johan Hedberg2015-11-193-18/+24
| * Bluetooth: Don't wait for HCI in Add/Remove DeviceJohan Hedberg2015-11-191-111/+50Star
| * Bluetooth: Run all background scan updates through req_workqueueJohan Hedberg2015-11-193-24/+23Star
| * Bluetooth: Add stubs for synchronous HCI request functionalityJohan Hedberg2015-11-193-0/+15
| * Bluetooth: Add 'sync' specifier to synchronous request APIsJohan Hedberg2015-11-193-20/+20
| * Bluetooth: Move synchronous request handling into hci_request.cJohan Hedberg2015-11-193-193/+195
| * Bluetooth: Remove unnecessary call to hci_update_background_scanJohan Hedberg2015-11-191-3/+1Star
| * Bluetooth: Add support for controller specific loggingMarcel Holtmann2015-11-191-0/+102
| * Bluetooth: Add support for sending system notes to monitor channelMarcel Holtmann2015-11-192-5/+32
| * Bluetooth: Fix casting coding style within HCI socketsMarcel Holtmann2015-11-191-13/+13
| * Bluetooth: Add clarifying comment why schedule_work is usedJohan Hedberg2015-11-191-0/+4
| * Bluetooth: Add missing hci_skb_opcode for raw socket commandsMarcel Holtmann2015-11-191-0/+5
| * Bluetooth: Compress the size of struct hci_ctrlJohan Hedberg2015-11-193-11/+15
| * Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handlingMarcel Holtmann2015-11-193-32/+33