summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 9P: remove unnecessary break after returnFabian Frederick2014-07-151-1/+0
* tipc: remove unnecessary break after returnFabian Frederick2014-07-151-1/+0
* packet: remove unnecessary break after returnFabian Frederick2014-07-151-2/+0
* tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch2014-07-152-9/+8
* net: rtnetlink - make create_link take name_assign_typeTom Gundersen2014-07-151-4/+8
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-1532-47/+67
* net: set name assign type for renamed devicesTom Gundersen2014-07-151-0/+7
* net: add name_assign_type netdev attributeTom Gundersen2014-07-151-0/+20
* udp: Move udp_tunnel_segment into udp_offload.cTom Herbert2014-07-142-76/+76
* l2tp: Call udp_sock_createTom Herbert2014-07-142-59/+28
* udp: Add udp_sock_create for UDP tunnels to open listener socketTom Herbert2014-07-143-0/+105
* net: filter: sk_chk_filter() no longer mangles filterEric Dumazet2014-07-131-3/+3
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-07-1319-1326/+3117
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-07-1119-1326/+3117
| |\
| | * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-07-1015-1287/+3044
| | |\
| | | * Bluetooth: Don't send ERTM configuration option when disabledMarcel Holtmann2014-07-091-0/+3
| | | * Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg2014-07-092-0/+22
| | | * 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-092-2/+73
| | | * Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg2014-07-095-86/+31
| | | * Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann2014-07-091-1/+1
| | | * 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-082-14/+5
| | | * Bluetooth: Add flag to track the real advertising stateJohan Hedberg2014-07-081-0/+4
| | | * 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-074-5/+13
| | | * Bluetooth: Remove auth_type parameter from hci_connect_le()Johan Hedberg2014-07-074-11/+5
| | | * 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: 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
| | | * Bluetooth: Fix updating background scan for LE connect completeJohan Hedberg2014-07-061-3/+2
| | | * Bluetooth: Skip unconfigured init procedure for raw-only devicesMarcel Holtmann2014-07-061-0/+3
OpenPOWER on IntegriCloud