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.13.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-08
6lowpan: move shared settings to lowpan_netdev_setup
Alexander Aring
3
-10
/
+5
2015-10-08
Bluetooth: 6lowpan: Remove unnecessary chan_get() function
Johan Hedberg
1
-15
/
+5
2015-10-08
Bluetooth: 6lowpan: Rename confusing 'pchan' variables
Johan Hedberg
1
-21
/
+21
2015-10-08
Bluetooth: 6lowpan: Remove unnecessary chan_open() function
Johan Hedberg
1
-12
/
+4
2015-10-08
Bluetooth: 6lowpan: Remove redundant BT_CONNECTED assignment
Johan Hedberg
1
-2
/
+0
2015-10-08
Bluetooth: 6lowpan: Remove redundant (and incorrect) MPS assignments
Johan Hedberg
1
-3
/
+0
2015-10-08
Bluetooth: 6lowpan: Fix imtu & omtu values
Johan Hedberg
1
-2
/
+1
2015-10-08
Bluetooth: Enforce packet types in hci_recv_frame driver function
Marcel Holtmann
1
-0
/
+7
2015-10-08
Bluetooth: Fix interaction of HCI_QUIRK_RESET_ON_CLOSE and HCI_AUTO_OFF
Marcel Holtmann
1
-7
/
+8
2015-10-08
Bluetooth: Add debugfs entry for setting vendor diagnostic mode
Marcel Holtmann
1
-3
/
+60
2015-10-08
Bluetooth: Add support for vendor specific diagnostic channel
Marcel Holtmann
2
-0
/
+18
2015-10-08
Bluetooth: Send index information updates to monitor channel
Marcel Holtmann
1
-1
/
+24
2015-10-05
Bluetooth: Send transport open and close monitor events
Marcel Holtmann
1
-0
/
+26
2015-10-05
Bluetooth: Move handling of HCI_RUNNING flag into core
Marcel Holtmann
1
-0
/
+3
2015-10-05
Bluetooth: Move HCI_RUNNING check into hci_send_frame
Marcel Holtmann
1
-0
/
+5
2015-10-05
Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE events
Marcel Holtmann
1
-0
/
+6
2015-10-05
Bluetooth: Limit userspace exposure of stack internal events
Marcel Holtmann
1
-7
/
+9
2015-10-03
nl802154: Missing return in nl802154_add_llsec_key()
Dan Carpenter
1
-0
/
+1
2015-10-01
ieee802154: handle datagram variables as u16
Alexander Aring
3
-7
/
+9
2015-09-30
ieee802154: 6lowpan: add tx/rx stats
Alexander Aring
2
-0
/
+6
2015-09-30
ieee802154: 6lowpan: don't skip first dsn while fragmentation
Alexander Aring
1
-10
/
+17
2015-09-30
ieee802154: 6lowpan: change datagram var types
Alexander Aring
3
-7
/
+7
2015-09-30
ieee802154: change mtu size behaviour
Alexander Aring
3
-14
/
+13
2015-09-30
mac802154: add comments for llsec issues
Alexander Aring
2
-0
/
+8
2015-09-30
nl802154: add support for security layer
Alexander Aring
6
-0
/
+1460
2015-09-30
nl802154: use nla_get_le64 for get extended addr
Alexander Aring
1
-3
/
+1
2015-09-29
Bluetooth: Add hci_cmd_sync function
Loic Poulain
1
-0
/
+19
2015-09-24
mac802154: iface: assume big endian for af_packet
Alexander Aring
1
-5
/
+3
2015-09-24
Bluetooth: Add BT_WARN and bt_dev_warn logging macros
Frederic Danis
1
-0
/
+16
2015-09-22
mac802154: tx: add warning if MTU exceeds
Alexander Aring
1
-0
/
+11
2015-09-22
ieee802154: change needed headroom/tailroom
Alexander Aring
6
-14
/
+36
2015-09-22
ieee802154: introduce wpan_dev_header_ops
Alexander Aring
3
-18
/
+85
2015-09-22
ieee802154: header_ops: fix frame control setting
Alexander Aring
1
-9
/
+9
2015-09-22
mac802154: llsec: fix device deletion from list
Alexander Aring
1
-0
/
+1
2015-09-22
tcp: send loss probe after 1s if no RTT available
Yuchung Cheng
1
-4
/
+5
2015-09-22
tcp: usec resolution SYN/ACK RTT
Yuchung Cheng
4
-18
/
+18
2015-09-22
s390/iucv: do not use arrays as argument
Ursula Braun
2
-11
/
+10
2015-09-22
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
12
-213
/
+558
2015-09-21
rxrpc: Replace get_seconds with ktime_get_seconds
Ksenija Stanojevic
3
-6
/
+6
2015-09-18
Bluetooth: Fix reporting incorrect EIR in device found mgmt event
Szymon Janc
1
-0
/
+21
2015-09-18
Bluetooth: Add BT_ERR_RATELIMITED
Szymon Janc
1
-0
/
+16
2015-09-18
sch_dsmark: improve memory locality
Eric Dumazet
1
-30
/
+33
2015-09-18
net: Initialize table in fib result
David Ahern
1
-0
/
+2
2015-09-18
bpf: add bpf_redirect() helper
Alexei Starovoitov
4
-0
/
+54
2015-09-18
cls_bpf: introduce integrated actions
Daniel Borkmann
2
-11
/
+63
2015-09-18
net: only check perm protocol when register proto
Junwei Zhang
1
-11
/
+5
2015-09-18
tcp: provide skb->hash to synack packets
Eric Dumazet
4
-2
/
+5
2015-09-18
netfilter: Add blank lines in callers of netfilter hooks
Eric W. Biederman
4
-0
/
+4
2015-09-18
netfilter: Pass net into okfn
Eric W. Biederman
29
-74
/
+69
2015-09-18
netfilter: Use nf_hook_state.net
Eric W. Biederman
21
-58
/
+41
[next]