summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* udp: Add udp_sock_create for UDP tunnels to open listener socketTom Herbert2014-07-154-0/+137
* Merge branch 'unnecessary_break'David S. Miller2014-07-1411-19/+0
|\
| * slip: remove unnecessary break after gotoFabian Frederick2014-07-141-1/+0
| * rtlwifi: remove unnecessary break after gotoFabian Frederick2014-07-141-1/+0
| * wcn36xx: remove unnecessary break after gotoFabian Frederick2014-07-141-1/+0
| * orinoco_usb: remove unnecessary break after gotoFabian Frederick2014-07-141-1/+0
| * ps3_gelic: remove unnecessary break after gotoFabian Frederick2014-07-141-3/+0
| * i40evf: remove unnecessary break after gotoFabian Frederick2014-07-141-2/+0
| * i40e: remove unnecessary break after gotoFabian Frederick2014-07-141-2/+0
| * ixgbe: remove unnecessary break after gotoFabian Frederick2014-07-143-7/+0
| * igb: remove unnecessary break after gotoFabian Frederick2014-07-141-1/+0
|/
* net: filter: sk_chk_filter() no longer mangles filterEric Dumazet2014-07-142-4/+4
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-07-1445-1476/+3756
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-07-1145-1476/+3756
| |\
| | * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-07-1029-1407/+3643
| | |\
| | | * Bluetooth: Don't send ERTM configuration option when disabledMarcel Holtmann2014-07-091-0/+3
| | | * Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg2014-07-093-0/+23
| | | * Bluetooth: Add white list lookup for incoming connection requestsJohan Hedberg2014-07-091-4/+12
| | | * Bluetooth: Enable page scan also if there are white list entriesJohan Hedberg2014-07-091-2/+4
| | | * Bluetooth: Refactor connection request handlingJohan Hedberg2014-07-091-52/+60
| | | * Bluetooth: Fix incorrectly setting HCI_CONNECTABLEJohan Hedberg2014-07-091-0/+8
| | | * Bluetooth: Update page scan when necessary for Add/Remove DeviceJohan Hedberg2014-07-091-0/+34
| | | * Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg2014-07-093-2/+74
| | | * Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg2014-07-096-96/+36
| | | * Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann2014-07-092-1/+2
| | | * Bluetooth: Add support for Acer [13D3:3432]Anantha Krishnan2014-07-082-0/+3
| | | * Bluetooth: Fix clearing HCI_LE_ADV for LE connectionsJohan Hedberg2014-07-081-0/+5
| | | * Bluetooth: Fix toggling background scan when changing connectable stateJohan Hedberg2014-07-081-1/+3
| | | * Bluetooth: Fix connectable and discoverable supported settings valuesJohan Hedberg2014-07-081-2/+2
| | | * Bluetooth: Fix setting STOPPING state for discoveryJohan Hedberg2014-07-081-7/+18
| | | * Bluetooth: Fix check for re-enabling advertisingJohan Hedberg2014-07-081-1/+1
| | | * Bluetooth: Fix advertising and active scanning co-existenceJohan Hedberg2014-07-083-7/+37
| | | * Bluetooth: Stop advertising always before initiating a connectionJohan Hedberg2014-07-081-3/+12
| | | * Bluetooth: Use the correct flag to decide to disable advertisingJohan Hedberg2014-07-081-2/+2
| | | * Bluetooth: Simplify usage of the enable_advertising functionJohan Hedberg2014-07-081-33/+16
| | | * Bluetooth: Use real advertising state to random address update decisionJohan Hedberg2014-07-083-5/+5
| | | * Bluetooth: Remove unnecessary mgmt_advertising functionJohan Hedberg2014-07-083-15/+5
| | | * Bluetooth: Add flag to track the real advertising stateJohan Hedberg2014-07-082-2/+6
| | | * Bluetooth: Don't try background scanning if LE is not enabledJohan Hedberg2014-07-072-0/+6
| | | * Bluetooth: Pass desired connection role to hci_connect_le()Johan Hedberg2014-07-075-6/+15
| | | * Bluetooth: Remove auth_type parameter from hci_connect_le()Johan Hedberg2014-07-075-13/+6
| | | * Bluetooth: Enable passive scanning whenever we're connectableJohan Hedberg2014-07-072-2/+5
| | | * Bluetooth: Don't let background scanning interfering with discoveryJohan Hedberg2014-07-071-0/+4
| | | * Bluetooth: Update discovery state earlier in hci_discovery_set_stateJohan Hedberg2014-07-071-4/+6
| | | * Bluetooth: Remove unnecessary return value from check_pending_le_connJohan Hedberg2014-07-071-7/+5
| | | * Bluetooth: Remove redundant IRK lookup in mgmt_device_found()Johan Hedberg2014-07-071-10/+2
| | | * Bluetooth: Fix connecting devices during LE device discoveryJohan Hedberg2014-07-071-18/+29
| | | * Bluetooth: Use BTUSB_BROKEN_ISOC flag for CSR USB sniffer devicesMarcel Holtmann2014-07-071-4/+4
| | | * Bluetooth: Enforce providing hdev->send driver callbackMarcel Holtmann2014-07-061-1/+1
| | | * Bluetooth: Fix memory leaking when hdev->send returns an errorMarcel Holtmann2014-07-061-2/+7