index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-22
ieee802154: 6lowpan: fix memory leak
Alexander Aring
1
-4
/
+9
2015-10-22
Bluetooth: Make hci_disconnect() behave correctly for all states
Johan Hedberg
1
-8
/
+3
2015-10-22
Bluetooth: Take advantage of connection abort helpers
Johan Hedberg
2
-104
/
+11
2015-10-22
Bluetooth: Introduce hci_req helper to abort a connection
Johan Hedberg
2
-0
/
+97
2015-10-22
Bluetooth: Fix crash in SMP when unpairing
Johan Hedberg
3
-0
/
+30
2015-10-22
Bluetooth: Disable auto-connection parameters when unpairing
Johan Hedberg
1
-0
/
+10
2015-10-21
Bluetooth: Remove unnecessary hci_explicit_connect_lookup function
Johan Hedberg
2
-19
/
+3
2015-10-21
Bluetooth: Remove redundant (and possibly wrong) flag clearing
Johan Hedberg
1
-1
/
+0
2015-10-21
Bluetooth: Add hdev helper variable to hci_le_create_connection_cancel
Johan Hedberg
1
-6
/
+7
2015-10-21
Bluetooth: Remove unnecessary indentation in unpair_device()
Johan Hedberg
1
-23
/
+32
2015-10-21
Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possible
Johan Hedberg
1
-1
/
+1
2015-10-21
Bluetooth: Use hci_conn_hash_lookup_le() when possible
Johan Hedberg
3
-11
/
+11
2015-10-21
Bluetooth: Add le_addr_type() helper function
Johan Hedberg
1
-38
/
+18
2015-10-21
Bluetooth: Fix missing hdev locking for LE scan cleanup
Johan Hedberg
1
-9
/
+43
2015-10-21
Bluetooth: Introduce driver specific post init callback
Marcel Holtmann
1
-1
/
+4
2015-10-21
Bluetooth: l2cap_disconnection_req priority over shutdown
Dean Jenkins
1
-1
/
+10
2015-10-21
Bluetooth: Reorganize mutex lock in l2cap_sock_shutdown()
Dean Jenkins
1
-17
/
+27
2015-10-21
Bluetooth: Unwind l2cap_sock_shutdown()
Dean Jenkins
1
-14
/
+18
2015-10-21
6lowpan: put mcast compression in an own function
Alexander Aring
1
-27
/
+32
2015-10-21
6lowpan: rework tc and flow label handling
Alexander Aring
1
-85
/
+205
2015-10-21
6lowpan: iphc: change define values
Alexander Aring
1
-93
/
+106
2015-10-21
6lowpan: remove lowpan_is_addr_broadcast
Alexander Aring
1
-1
/
+1
2015-10-21
6lowpan: move IPHC functionality defines
Alexander Aring
3
-1
/
+112
2015-10-21
6lowpan: nhc: move iphc manipulation out of nhc
Alexander Aring
3
-17
/
+14
2015-10-21
6lowpan: remove lowpan_fetch_skb_u8
Alexander Aring
1
-2
/
+2
2015-10-21
6lowpan: cleanup lowpan_header_decompress
Alexander Aring
5
-90
/
+75
2015-10-21
6lowpan: cleanup lowpan_header_compress
Alexander Aring
3
-13
/
+9
2015-10-21
6lowpan: introduce LOWPAN_IPHC_MAX_HC_BUF_LEN
Alexander Aring
1
-1
/
+1
2015-10-21
bluetooth: 6lowpan: use lowpan dispatch helpers
Alexander Aring
1
-30
/
+27
2015-10-21
mac802154: llsec: use kzfree
Alexander Aring
1
-10
/
+10
2015-10-21
Bluetooth: Fix removing connection parameters when unpairing
Johan Hedberg
1
-5
/
+7
2015-10-21
Bluetooth: Add support setup stage internal notification event
Marcel Holtmann
2
-8
/
+18
2015-10-21
Bluetooth: hidp: fix device disconnect on idle timeout
David Herrmann
1
-0
/
+14
2015-10-21
Bluetooth: Add new quirk for non-persistent diagnostic settings
Marcel Holtmann
1
-0
/
+19
2015-10-21
Bluetooth: Don't use remote address type to decide IRK persistency
Johan Hedberg
2
-32
/
+19
2015-10-21
Bluetooth: Queue diagnostic messages together with HCI packets
Marcel Holtmann
1
-4
/
+5
2015-10-21
Bluetooth: Restrict valid packet types via HCI_CHANNEL_RAW
Marcel Holtmann
1
-0
/
+11
2015-10-21
Bluetooth: Remove quirk for HCI_VENDOR_PKT filter handling
Marcel Holtmann
1
-4
/
+1
2015-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
32
-224
/
+404
2015-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
30
-217
/
+391
2015-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
38
-366
/
+298
2015-10-19
RDS: fix rds-ping deadlock over TCP transport
santosh.shilimkar@oracle.com
1
-3
/
+2
2015-10-19
tcp: do not set queue_mapping on SYNACK
Eric Dumazet
5
-8
/
+3
2015-10-19
openvswitch: Scrub skb between namespaces
Joe Stringer
1
-0
/
+9
2015-10-19
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
4
-42
/
+99
2015-10-19
netlink: Trim skb to alloc size to avoid MSG_TRUNC
Arad, Ronen
1
-12
/
+22
2015-10-19
ipconfig: send Client-identifier in DHCP requests
Li RongQing
1
-1
/
+31
2015-10-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
178
-1983
/
+5237
2015-10-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-4
/
+9
2015-10-16
netfilter: ipv4: whitespace around operators
Ian Morris
3
-6
/
+6
[next]