aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-10-07Bluetooth: Make mgmt_device_found() return voidMarcel Holtmann1-6/+6
2013-10-07Bluetooth: Make mgmt_device_disconnected() return voidMarcel Holtmann1-7/+3
2013-10-07Bluetooth: Make mgmt_device_connected() return voidMarcel Holtmann1-5/+5
2013-10-07Bluetooth: Make mgmt_connect_failed() return voidMarcel Holtmann1-3/+3
2013-10-07Bluetooth: Make mgmt_disconnect_failed() return voidMarcel Holtmann1-8/+5
2013-10-07Bluetooth: Make mgmt_set_powered_failed() return voidMarcel Holtmann1-5/+3
2013-10-07Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return voidMarcel Holtmann1-6/+6
2013-10-07Bluetooth: Send new settings only when pairable changesMarcel Holtmann1-5/+7
2013-10-06net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman1-2/+2
2013-10-06Bluetooth: Remove mgmt_valid_hdev() helper functionMarcel Holtmann2-18/+10
2013-10-06Bluetooth: Remove no longer needed mgmt_new_settings() functionMarcel Holtmann1-7/+2
2013-10-06Bluetooth: Use helper function for re-enabling advertisingMarcel Holtmann2-35/+34
2013-10-06Bluetooth: Set LE advertising parameters before enabling itMarcel Holtmann1-4/+18
2013-10-06Bluetooth: Use helper functions for enabling/disabling advertisingMarcel Holtmann1-11/+22
2013-10-06Bluetooth: Make it clear that disabling LE disables advertisingMarcel Holtmann1-2/+5
2013-10-06Bluetooth: Use random address if public address is not availableMarcel Holtmann2-0/+8
2013-10-06Bluetooth: Simplify device type check for AMP discover responseMarcel Holtmann1-11/+7
2013-10-06Bluetooth: Use explicit check for BR/EDR device typeMarcel Holtmann1-1/+1
2013-10-06Bluetooth: Reject enabling controllers without valid addressesMarcel Holtmann1-8/+35
2013-10-06Bluetooth: Check for non BR/EDR controller in AMP discover responseMarcel Holtmann1-1/+1
2013-10-06Bluetooth: Simplify check if L2CAP connection is AMP capableMarcel Holtmann1-17/+17
2013-10-06Bluetooth: Move hci_amp_capable() function into L2CAP coreMarcel Holtmann1-0/+16
2013-10-06Bluetooth: Remove check for number of AMP controllerMarcel Holtmann1-4/+3
2013-10-06Bluetooth: Remove pointless inline functionMarcel Holtmann1-8/+3
2013-10-06Bluetooth: Rename AMP status constants and use themMarcel Holtmann2-2/+2
2013-10-06Bluetooth: Use explicit AMP controller id value for BR/EDRMarcel Holtmann2-16/+16
2013-10-06Bluetooth: Separate AMP controller type from HCI device typeMarcel Holtmann1-4/+4
2013-10-06Bluetooth: Remove useless external function to count controllersMarcel Holtmann1-1/+9
2013-10-06Bluetooth: Fix controller list for AMP discover responseMarcel Holtmann1-1/+1
2013-10-05Bluetooth: Fix re-enabling advertising after a connectionJohan Hedberg1-1/+50
2013-10-05Bluetooth: Add public mgmt function to send New Settings eventJohan Hedberg1-0/+5
2013-10-05Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISINGJohan Hedberg4-14/+14
2013-10-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-10-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller27-1653/+2418
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra2-8/+4
2013-10-04openvswitch: Simplify mega-flow APIs.Pravin B Shelar3-88/+89
2013-10-04openvswitch: Move mega-flow list out of rehashing struct.Pravin B Shelar4-165/+155
2013-10-03Bluetooth: Initialize hci_conn fields in hci_connect_leAndre Guedes1-5/+5
2013-10-03Bluetooth: Rename hci_conn variable in hci_connect_le()Andre Guedes1-13/+13
2013-10-03openvswitch: Restructure datapath.c and flow.cPravin B Shelar9-2181/+2354
2013-10-03tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet3-6/+6
2013-10-03Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-14/+22
2013-10-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville12-326/+969
2013-10-03net: heap overflow in __audit_sockaddr()Dan Carpenter2-4/+22
2013-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-14/+22
2013-10-03Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-16/+31
2013-10-03net: ipv4: Change variable type to boolPeter Senna Tschudin1-1/+1
2013-10-03flow_dissector: factor out the ports extraction in skb_flow_get_portsNikolay Aleksandrov1-11/+28
2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet2-10/+7
2013-10-03Bluetooth: Only one command per L2CAP LE signalling is supportedMarcel Holtmann1-25/+19