summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: diag: Add the ability to destroy a socket.Lorenzo Colitti2015-12-161-3/+20
* net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti2015-12-161-15/+27
* ila: Add generic ILA translation facilityTom Herbert2015-12-164-1/+691
* netlink: add a start callback for starting a netlink dumpTom Herbert2015-12-162-0/+20
* ila: Create net/ipv6/ila directoryTom Herbert2015-12-165-81/+152
* net: Add driver helper functions to determine checksum offloadabilityTom Herbert2015-12-151-0/+136
* tcp: Fix conditions to determine checksum offloadTom Herbert2015-12-151-2/+2
* net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-158-15/+19
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-154-9/+9
* 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/+0Star
| * 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/+32Star
| * Bluetooth: Clean up advertising initialization in powered_update_hci()Johan Hedberg2015-12-101-18/+12Star
| * Bluetooth: Remove redundant check for req.cmd_qJohan Hedberg2015-12-101-2/+1Star
| * 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/+9Star
| * Bluetooth: Simplify read_adv_features codeJohan Hedberg2015-12-101-20/+8Star
| * Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg2015-12-104-133/+126Star
| * 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/+28Star
| * 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/+51Star
| * 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/+3Star
* | mpls_iptunnel: add static qualifier to mpls_outputRoopa Prabhu2015-12-121-1/+1
|/
* sock, cgroup: add sock->sk_cgroupTejun Heo2015-12-093-2/+14
* net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo2015-12-098-21/+19Star