summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-10-22Bluetooth: Fix crash in SMP when unpairingJohan Hedberg3-0/+30
2015-10-22Bluetooth: Disable auto-connection parameters when unpairingJohan Hedberg1-0/+10
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg2-19/+3
2015-10-21Bluetooth: Remove redundant (and possibly wrong) flag clearingJohan Hedberg1-1/+0
2015-10-21Bluetooth: Add hdev helper variable to hci_le_create_connection_cancelJohan Hedberg1-6/+7
2015-10-21Bluetooth: Remove unnecessary indentation in unpair_device()Johan Hedberg1-23/+32
2015-10-21Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg1-1/+1
2015-10-21Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg3-11/+11
2015-10-21Bluetooth: Add le_addr_type() helper functionJohan Hedberg1-38/+18
2015-10-21Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg1-9/+43
2015-10-21Bluetooth: Introduce driver specific post init callbackMarcel Holtmann1-1/+4
2015-10-21Bluetooth: l2cap_disconnection_req priority over shutdownDean Jenkins1-1/+10
2015-10-21Bluetooth: Reorganize mutex lock in l2cap_sock_shutdown()Dean Jenkins1-17/+27
2015-10-21Bluetooth: Unwind l2cap_sock_shutdown()Dean Jenkins1-14/+18
2015-10-216lowpan: put mcast compression in an own functionAlexander Aring1-27/+32
2015-10-216lowpan: rework tc and flow label handlingAlexander Aring1-85/+205
2015-10-216lowpan: iphc: change define valuesAlexander Aring1-93/+106
2015-10-216lowpan: remove lowpan_is_addr_broadcastAlexander Aring1-1/+1
2015-10-216lowpan: move IPHC functionality definesAlexander Aring3-1/+112
2015-10-216lowpan: nhc: move iphc manipulation out of nhcAlexander Aring3-17/+14
2015-10-216lowpan: remove lowpan_fetch_skb_u8Alexander Aring1-2/+2
2015-10-216lowpan: cleanup lowpan_header_decompressAlexander Aring5-90/+75
2015-10-216lowpan: cleanup lowpan_header_compressAlexander Aring3-13/+9
2015-10-216lowpan: introduce LOWPAN_IPHC_MAX_HC_BUF_LENAlexander Aring1-1/+1
2015-10-21bluetooth: 6lowpan: use lowpan dispatch helpersAlexander Aring1-30/+27
2015-10-21mac802154: llsec: use kzfreeAlexander Aring1-10/+10
2015-10-21Bluetooth: Fix removing connection parameters when unpairingJohan Hedberg1-5/+7
2015-10-21Bluetooth: Add support setup stage internal notification eventMarcel Holtmann2-8/+18
2015-10-21Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann1-0/+14
2015-10-21Bluetooth: Add new quirk for non-persistent diagnostic settingsMarcel Holtmann1-0/+19
2015-10-21Bluetooth: Don't use remote address type to decide IRK persistencyJohan Hedberg2-32/+19
2015-10-21Bluetooth: Queue diagnostic messages together with HCI packetsMarcel Holtmann1-4/+5
2015-10-21Bluetooth: Restrict valid packet types via HCI_CHANNEL_RAWMarcel Holtmann1-0/+11
2015-10-21Bluetooth: Remove quirk for HCI_VENDOR_PKT filter handlingMarcel Holtmann1-4/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-224/+404
2015-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds30-217/+391
2015-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller38-366/+298
2015-10-18RDS: fix rds-ping deadlock over TCP transportsantosh.shilimkar@oracle.com1-3/+2
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet5-8/+3
2015-10-18openvswitch: Scrub skb between namespacesJoe Stringer1-0/+9
2015-10-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller4-42/+99
2015-10-18netlink: Trim skb to alloc size to avoid MSG_TRUNCArad, Ronen1-12/+22
2015-10-18ipconfig: send Client-identifier in DHCP requestsLi RongQing1-1/+31
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso178-1983/+5237
2015-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-4/+9
2015-10-16netfilter: ipv4: whitespace around operatorsIan Morris3-6/+6
2015-10-16netfilter: ipv4: code indentationIan Morris3-5/+5
2015-10-16netfilter: ipv4: function definition layoutIan Morris2-6/+6
2015-10-16netfilter: ipv4: ternary operator layoutIan Morris2-5/+5
2015-10-16netfilter: ipv4: label placementIan Morris2-2/+2