summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer2013-10-083-4/+5
* udp: ipv4: Add udp early demuxShawn Bohrer2013-10-082-18/+185
* udp: Only allow busy read/poll on connected socketsShawn Bohrer2013-10-082-4/+6
* net_sched: increment drop counters in qdisc_tree_decrease_qlen()Eric Dumazet2013-10-081-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2013-10-0711-287/+936
|\
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-10-0312-326/+969
| |\
| | * Bluetooth: Only one command per L2CAP LE signalling is supportedMarcel Holtmann2013-10-031-25/+19Star
| | * Bluetooth: Check minimum length of SMP packetsMarcel Holtmann2013-10-031-2/+7
| | * Bluetooth: Drop packets on ATT fixed channel on BR/EDRMarcel Holtmann2013-10-031-0/+4
| | * Bluetooth: L2CAP connectionless channels are only valid for BR/EDRMarcel Holtmann2013-10-031-0/+4
| | * Bluetooth: SMP packets are only valid on LE connectionsMarcel Holtmann2013-10-031-0/+6
| | * Bluetooth: Don't copy L2CAP LE signalling to raw socketsMarcel Holtmann2013-10-031-2/+0Star
| | * Bluetooth: Fix switch statement order for L2CAP fixed channelsMarcel Holtmann2013-10-031-3/+4
| | * Bluetooth: Allow changing device class when BR/EDR is disabledMarcel Holtmann2013-10-031-1/+1
| | * Bluetooth: Restrict loading of long term keys to LE capable controllersMarcel Holtmann2013-10-031-0/+6
| | * Bluetooth: Restrict loading of link keys to BR/EDR capable controllersMarcel Holtmann2013-10-031-0/+6
| | * Bluetooth: Allow setting static address even if LE is disabledMarcel Holtmann2013-10-031-4/+2Star
| | * Bluetooth: Restrict SSP setting changes to BR/EDR enabled controllersMarcel Holtmann2013-10-031-1/+5
| | * Bluetooth: Fix memory leak with L2CAP signal channelsMarcel Holtmann2013-10-021-2/+4
| | * Bluetooth: Increment management interface revisionMarcel Holtmann2013-10-021-1/+1
| | * Bluetooth: Fix advertising data flags with disabled BR/EDRJohan Hedberg2013-10-021-7/+7
| | * Bluetooth: Fix REJECTED vs NOT_SUPPORTED mgmt responsesJohan Hedberg2013-10-021-25/+51
| | * Bluetooth: Add management command for setting static addressMarcel Holtmann2013-10-021-0/+49
| | * Bluetooth: Restrict disabling of HS when controller is powered offMarcel Holtmann2013-10-021-2/+9
| | * Bluetooth: Add a new mgmt_set_bredr commandJohan Hedberg2013-10-022-0/+125
| | * Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg2013-10-023-13/+35
| | * Bluetooth: Fix workqueue synchronization in hci_dev_openJohan Hedberg2013-10-021-0/+10
| | * Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open functionJohan Hedberg2013-10-021-10/+20
| | * Bluetooth: Enable -D__CHECK_ENDIAN__ for sparse by defaultMarcel Holtmann2013-10-021-0/+2
| | * Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operationMarcel Holtmann2013-10-021-1/+1
| | * Bluetooth: Send new settings event when changing high speed optionMarcel Holtmann2013-10-021-3/+16
| | * Bluetooth: Provide high speed configuration optionMarcel Holtmann2013-10-024-41/+21Star
| | * Bluetooth: Use only 2 bits for controller type informationMarcel Holtmann2013-10-021-1/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan2013-09-2771-490/+852
| | |\
| | * | Bluetooth: Add new mgmt_set_advertising commandJohan Hedberg2013-09-251-1/+96
| | * | Bluetooth: Add new mgmt setting for LE advertisingJohan Hedberg2013-09-252-1/+21
| | * | Bluetooth: Use async request for LE enable/disableJohan Hedberg2013-09-252-46/+32Star
| | * | Bluetooth: Move mgmt response convenience functions to a better locationJohan Hedberg2013-09-251-30/+30
| | * | Bluetooth: Fix busy return for mgmt_set_powered in some casesJohan Hedberg2013-09-251-6/+6
| | * | Bluetooth: Clean up socket locking in l2cap_sock_recvmsgJohan Hedberg2013-09-251-2/+2
| | * | Bluetooth: Add clarifying comment to bt_sock_wait_state()Johan Hedberg2013-09-251-0/+1
| | * | Bluetooth: Fix assignment of 0/1 to bool variablesPeter Senna Tschudin2013-09-221-8/+8
| | * | Bluetooth: Add event mask page 2 setting supportJohan Hedberg2013-09-191-0/+32
| | * | Bluetooth: Add synchronization train parameters reading supportJohan Hedberg2013-09-191-1/+14
| | * | Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flagJohan Hedberg2013-09-193-1/+52
| | * | Bluetooth: Fix responding to invalid L2CAP signaling commandsJohan Hedberg2013-09-181-0/+8
| | * | Bluetooth: Fix sending responses to identified L2CAP response packetsJohan Hedberg2013-09-181-6/+6
| | * | Bluetooth: Fix L2CAP command reject reasonJohan Hedberg2013-09-181-4/+16
| | * | Bluetooth: Fix L2CAP Disconnect response for unknown CIDJohan Hedberg2013-09-181-1/+1
| | * | Bluetooth: Fix L2CAP error return used for failed channel lookupsJohan Hedberg2013-09-181-4/+4