aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-15net: Add driver helper functions to determine checksum offloadabilityTom Herbert1-0/+136
2015-12-15tcp: Fix conditions to determine checksum offloadTom Herbert1-2/+2
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert8-15/+19
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert4-9/+9
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert4-5/+5
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel7-0/+20
2015-12-15switchdev: vlan: Use switchdev_port* in vlan_netdev_opsIdo Schimmel1-0/+7
2015-12-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller23-1305/+1580
2015-12-14iucv: call skb_linearize() when neededEugene Crosser1-5/+15
2015-12-14iucv: prevent information leak in iucv_messageEugene Crosser1-1/+1
2015-12-14ipv6: addrconf: drop ieee802154 specific thingsAlexander Aring1-5/+3
2015-12-11mpls_iptunnel: add static qualifier to mpls_outputRoopa Prabhu1-1/+1
2015-12-11Bluetooth: Do not filter multicast addresses by defaultDanny Schweizer1-2/+5
2015-12-10mac802154: tx: fix synced xmit deadlockAlexander Aring2-12/+0
2015-12-106lowpan: add debugfs supportAlexander Aring5-1/+117
2015-12-106lowpan: add lowpan dev register helpersAlexander Aring3-11/+36
2015-12-106lowpan: add nhc module for GHC routing extension header detectionStefan Schmidt3-0/+34
2015-12-106lowpan: add nhc module for GHC fragmentation extension header detectionStefan Schmidt3-0/+35
2015-12-106lowpan: add nhc module for GHC destination extension header detectionStefan Schmidt3-0/+34
2015-12-106lowpan: add nhc module for GHC ICMPv6 detectionStefan Schmidt3-0/+33
2015-12-106lowpan: add nhc module for GHC UDP detectionStefan Schmidt3-0/+33
2015-12-106lowpan: add nhc module for GHC hop-by-hopextension header detectionStefan Schmidt3-0/+36
2015-12-106lowpan: clarify Kconfig entries for upcoming GHC supportStefan Schmidt1-2/+3
2015-12-10Bluetooth: Fix locking in bt_accept_dequeue after disconnectionYichen Zhao1-1/+1
2015-12-10Bluetooth: Don't treat connection timeout as a failureJohan Hedberg1-2/+10
2015-12-10Bluetooth: Use continuous scanning when creating LE connectionsJohan Hedberg1-1/+5
2015-12-10Bluetooth: Clean up current advertising instance trackingJohan Hedberg4-66/+32
2015-12-10Bluetooth: Clean up advertising initialization in powered_update_hci()Johan Hedberg1-18/+12
2015-12-10Bluetooth: Remove redundant check for req.cmd_qJohan Hedberg1-2/+1
2015-12-10Bluetooth: Fix updating wrong instance's scan_rsp dataJohan Hedberg1-1/+1
2015-12-10Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flagJohan Hedberg2-18/+9
2015-12-10Bluetooth: Simplify read_adv_features codeJohan Hedberg1-20/+8
2015-12-10Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg4-133/+126
2015-12-10Bluetooth: Move fast connectable code to hci_request.cJohan Hedberg3-39/+40
2015-12-10Bluetooth: Move EIR update to hci_request.cJohan Hedberg3-195/+198
2015-12-10Bluetooth: HCI name update to hci_request.cJohan Hedberg3-12/+14
2015-12-10Bluetooth: Move discoverable timeout behind hdev->req_workqueueJohan Hedberg3-52/+28
2015-12-10Bluetooth: Move discoverable changes to hdev->req_workqueueJohan Hedberg2-77/+77
2015-12-10Bluetooth: Perform Class of Device changes through hdev->req_workqueueJohan Hedberg3-47/+49
2015-12-10Bluetooth: Move connectable changes to hdev->req_workqueueJohan Hedberg2-74/+51
2015-12-10Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg6-563/+583
2015-12-10Bluetooth: Move __hci_update_background_scan up in hci_request.cJohan Hedberg1-73/+73
2015-12-10Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg4-21/+34
2015-12-08sock, cgroup: add sock->sk_cgroupTejun Heo3-2/+14
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo8-21/+19
2015-12-08netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun Heo1-0/+9
2015-12-08Revert "Merge branch 'vsock-virtio'"Stefan Hajnoczi5-1828/+0
2015-12-08net: Fix inverted test in __skb_recv_datagramRainer Weikusat1-1/+1
2015-12-07net: dsa: move dsa slave destroy code to slave.cNeil Armstrong3-2/+13
2015-12-07net: dsa: Add missing master netdev dev_put() callsNeil Armstrong1-1/+5