summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* Bluetooth: Use req_workqueue for background scanning when powering onJohan Hedberg2015-11-191-6/+4
* Bluetooth: Use req_workqueue for explicit connect requestsJohan Hedberg2015-11-192-36/+18
* 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/+50
* Bluetooth: Run all background scan updates through req_workqueueJohan Hedberg2015-11-193-24/+23
* 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/+1
* 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
* Bluetooth: Make LE only events conditional on supported commandsMarcel Holtmann2015-11-191-4/+18
* Bluetooth: Fix issue with HCI_QUIRK_FIXUP_INQUIRY_MODE and event maskMarcel Holtmann2015-11-191-1/+2
* Bluetooth: Build LE event mask based on supported commandsMarcel Holtmann2015-11-191-1/+28
* Bluetooth: Move BR/EDR default events behind its featuresMarcel Holtmann2015-11-191-4/+8
* net ipv4: use preferred log methodsBastian Stender2015-11-184-59/+44
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-1731-318/+437
|\
| * net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov2015-11-171-1/+4
| * af_unix: take receive queue lock while appending new skbHannes Frederic Sowa2015-11-171-1/+4
| * rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa2015-11-171-122/+152
| * net: use skb_clone to avoid alloc_pages failure.Martin Zhang2015-11-171-1/+1
| * packet: Use PAGE_ALIGNED macroTobias Klauser2015-11-171-1/+1
| * packet: Don't check frames_per_block against negative valuesTobias Klauser2015-11-171-2/+2
| * vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich2015-11-171-1/+3
| * vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich2015-11-171-1/+2
| * snmp: Remove duplicate OUTMCAST stat incrementNeil Horman2015-11-161-2/+0
| * net/core: use netdev name in warning if no parentBjørn Mork2015-11-161-5/+8
| * af_unix: don't append consumed skbs to sk_receive_queueHannes Frederic Sowa2015-11-161-0/+1
| * raw: increment correct SNMP counters for ICMP messagesBen Cartwright-Cox2015-11-161-3/+5
| * net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov2015-11-161-1/+1
| * net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov2015-11-161-0/+2
| * switchdev: bridge: Check return code is not EOPNOTSUPPIdo Schimmel2015-11-162-2/+2
| * ipvs: use skb_to_full_sk() helperEric Dumazet2015-11-151-8/+8
| * tcp: ensure proper barriers in lockless contextsEric Dumazet2015-11-155-23/+37
| * sctp: translate host order to network order when setting a hmacidlucien2015-11-151-2/+2
| * packet: fix tpacket_snd max frame lenDaniel Borkmann2015-11-151-4/+5
| * packet: infer protocol from ethernet header if unsetDaniel Borkmann2015-11-151-0/+11
| * packet: only allow extra vlan len on ethernet devicesDaniel Borkmann2015-11-151-35/+25
| * packet: always probe for transport headerDaniel Borkmann2015-11-151-4/+3
| * packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann2015-11-151-2/+3
| * ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau2015-11-151-1/+2
OpenPOWER on IntegriCloud