summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-154-5/+5
* switchdev: Pass original device to port netdev driverIdo Schimmel2015-12-157-0/+20
* switchdev: vlan: Use switchdev_port* in vlan_netdev_opsIdo Schimmel2015-12-151-0/+7
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-12-1423-1305/+1580
|\
| * Bluetooth: Do not filter multicast addresses by defaultDanny Schweizer2015-12-111-2/+5
| * mac802154: tx: fix synced xmit deadlockAlexander Aring2015-12-102-12/+0
| * 6lowpan: add debugfs supportAlexander Aring2015-12-105-1/+117
| * 6lowpan: add lowpan dev register helpersAlexander Aring2015-12-103-11/+36
| * 6lowpan: add nhc module for GHC routing extension header detectionStefan Schmidt2015-12-103-0/+34
| * 6lowpan: add nhc module for GHC fragmentation extension header detectionStefan Schmidt2015-12-103-0/+35
| * 6lowpan: add nhc module for GHC destination extension header detectionStefan Schmidt2015-12-103-0/+34
| * 6lowpan: add nhc module for GHC ICMPv6 detectionStefan Schmidt2015-12-103-0/+33
| * 6lowpan: add nhc module for GHC UDP detectionStefan Schmidt2015-12-103-0/+33
| * 6lowpan: add nhc module for GHC hop-by-hopextension header detectionStefan Schmidt2015-12-103-0/+36
| * 6lowpan: clarify Kconfig entries for upcoming GHC supportStefan Schmidt2015-12-101-2/+3
| * Bluetooth: Fix locking in bt_accept_dequeue after disconnectionYichen Zhao2015-12-101-1/+1
| * Bluetooth: Don't treat connection timeout as a failureJohan Hedberg2015-12-101-2/+10
| * Bluetooth: Use continuous scanning when creating LE connectionsJohan Hedberg2015-12-101-1/+5
| * Bluetooth: Clean up current advertising instance trackingJohan Hedberg2015-12-104-66/+32
| * Bluetooth: Clean up advertising initialization in powered_update_hci()Johan Hedberg2015-12-101-18/+12
| * Bluetooth: Remove redundant check for req.cmd_qJohan Hedberg2015-12-101-2/+1
| * Bluetooth: Fix updating wrong instance's scan_rsp dataJohan Hedberg2015-12-101-1/+1
| * Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flagJohan Hedberg2015-12-102-18/+9
| * Bluetooth: Simplify read_adv_features codeJohan Hedberg2015-12-101-20/+8
| * Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg2015-12-104-133/+126
| * Bluetooth: Move fast connectable code to hci_request.cJohan Hedberg2015-12-103-39/+40
| * Bluetooth: Move EIR update to hci_request.cJohan Hedberg2015-12-103-195/+198
| * Bluetooth: HCI name update to hci_request.cJohan Hedberg2015-12-103-12/+14
| * Bluetooth: Move discoverable timeout behind hdev->req_workqueueJohan Hedberg2015-12-103-52/+28
| * Bluetooth: Move discoverable changes to hdev->req_workqueueJohan Hedberg2015-12-102-77/+77
| * Bluetooth: Perform Class of Device changes through hdev->req_workqueueJohan Hedberg2015-12-103-47/+49
| * Bluetooth: Move connectable changes to hdev->req_workqueueJohan Hedberg2015-12-102-74/+51
| * Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg2015-12-106-563/+583
| * Bluetooth: Move __hci_update_background_scan up in hci_request.cJohan Hedberg2015-12-101-73/+73
| * Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg2015-12-104-21/+34
* | iucv: call skb_linearize() when neededEugene Crosser2015-12-141-5/+15
* | iucv: prevent information leak in iucv_messageEugene Crosser2015-12-141-1/+1
* | ipv6: addrconf: drop ieee802154 specific thingsAlexander Aring2015-12-141-5/+3
* | mpls_iptunnel: add static qualifier to mpls_outputRoopa Prabhu2015-12-111-1/+1
|/
* sock, cgroup: add sock->sk_cgroupTejun Heo2015-12-083-2/+14
* net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo2015-12-088-21/+19
* netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun Heo2015-12-081-0/+9
* Revert "Merge branch 'vsock-virtio'"Stefan Hajnoczi2015-12-085-1828/+0
* net: Fix inverted test in __skb_recv_datagramRainer Weikusat2015-12-081-1/+1
* net: dsa: move dsa slave destroy code to slave.cNeil Armstrong2015-12-073-2/+13
* net: dsa: Add missing master netdev dev_put() callsNeil Armstrong2015-12-071-1/+5
* net: dsa: cleanup resources upon module removalNeil Armstrong2015-12-071-0/+8
* net: dsa: remove DSA link pollingNeil Armstrong2015-12-071-43/+0
* Merge tag 'mac80211-next-for-davem-2015-12-07' of git://git.kernel.org/pub/sc...David S. Miller2015-12-0724-939/+1174
|\
| * mac80211: handle HW ROC expired properlyIlan Peer2015-12-071-1/+5