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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-10
can: ifi: Add obscure bit swap for EFF frame IDs
Marek Vasut
1
-2
/
+29
2016-03-10
can: ifi: Fix RX and TX ID mask
Marek Vasut
1
-4
/
+4
2016-03-10
can: ifi: Fix TX DLC configuration
Marek Vasut
1
-8
/
+6
2016-03-10
can: ifi: Fix clock generator configuration
Marek Vasut
1
-21
/
+23
2016-03-10
Merge branch 'variable-length-ll-headers'
David S. Miller
3
-27
/
+53
2016-03-10
packet: validate variable length ll headers
Willem de Bruijn
1
-25
/
+18
2016-03-10
ax25: add link layer header validation function
Willem de Bruijn
1
-0
/
+15
2016-03-10
net: validate variable length ll headers
Willem de Bruijn
1
-2
/
+20
2016-03-10
Merge branch 'kcm'
David S. Miller
16
-43
/
+3483
2016-03-10
kcm: Add description in Documentation
Tom Herbert
1
-0
/
+285
2016-03-10
kcm: Add receive message timeout
Tom Herbert
3
-2
/
+39
2016-03-10
kcm: Add memory limit for receive message construction
Tom Herbert
3
-2
/
+52
2016-03-10
kcm: Sendpage support
Tom Herbert
1
-2
/
+145
2016-03-10
kcm: Splice support
Tom Herbert
1
-2
/
+96
2016-03-10
kcm: Add statistics and proc interfaces
Tom Herbert
4
-1
/
+597
2016-03-10
kcm: Kernel Connection Multiplexor module
Tom Herbert
8
-1
/
+2201
2016-03-10
tcp: Add tcp_inq to get available receive bytes on socket
Tom Herbert
2
-14
/
+25
2016-03-10
net: Walk fragments in __skb_splice_bits
Tom Herbert
1
-23
/
+16
2016-03-10
net: Add MSG_BATCH flag
Tom Herbert
2
-0
/
+6
2016-03-10
net: Allow MSG_EOR in each msghdr of sendmmsg
Tom Herbert
1
-4
/
+6
2016-03-10
net: Make sock_alloc exportable
Tom Herbert
2
-1
/
+3
2016-03-10
rcu: Add list_next_or_null_rcu
Tom Herbert
1
-0
/
+21
2016-03-09
samples/bpf: add map performance test
Alexei Starovoitov
3
-0
/
+259
2016-03-09
samples/bpf: stress test bpf_get_stackid
Alexei Starovoitov
1
-0
/
+9
2016-03-09
samples/bpf: add bpf map stress test
Alexei Starovoitov
3
-0
/
+113
2016-03-09
ip_tunnel, bpf: ip_tunnel_info_opts_{get, set} depends on CONFIG_INET
Daniel Borkmann
1
-0
/
+11
2016-03-08
Merge branch 'bpf-map-prealloc'
David S. Miller
20
-179
/
+514
2016-03-08
samples/bpf: test both pre-alloc and normal maps
Alexei Starovoitov
1
-1
/
+9
2016-03-08
samples/bpf: add map_flags to bpf loader
Alexei Starovoitov
8
-15
/
+23
2016-03-08
samples/bpf: move ksym_search() into library
Alexei Starovoitov
3
-66
/
+69
2016-03-08
samples/bpf: make map creation more verbose
Alexei Starovoitov
1
-1
/
+4
2016-03-08
bpf: convert stackmap to pre-allocation
Alexei Starovoitov
3
-18
/
+71
2016-03-08
bpf: check for reserved flag bits in array and stack maps
Alexei Starovoitov
2
-1
/
+4
2016-03-08
bpf: pre-allocate hash map elements
Alexei Starovoitov
4
-74
/
+186
2016-03-08
bpf: introduce percpu_freelist
Alexei Starovoitov
3
-1
/
+132
2016-03-08
bpf: prevent kprobe+bpf deadlocks
Alexei Starovoitov
3
-2
/
+16
2016-03-08
Merge branch 'ipv6-per-netns-gc'
David S. Miller
2
-43
/
+51
2016-03-08
ipv6: per netns FIB garbage collection
Michal Kubeček
2
-5
/
+5
2016-03-08
ipv6: per netns fib6 walkers
Michal Kubeček
2
-32
/
+38
2016-03-08
ipv6: replace global gc_args with local variable
Michal Kubeček
1
-6
/
+8
2016-03-08
Merge branch 'bnxt_en-next'
David S. Miller
3
-52
/
+344
2016-03-08
bnxt_en: Enable AER support.
Satish Baddipadige
1
-0
/
+109
2016-03-08
bnxt_en: Include hardware port statistics in ethtool -S.
Michael Chan
1
-2
/
+103
2016-03-08
bnxt_en: Include some hardware port statistics in ndo_get_stats64().
Michael Chan
1
-0
/
+16
2016-03-08
bnxt_en: Add port statistics support.
Michael Chan
2
-1
/
+60
2016-03-08
bnxt_en: Extend autoneg to all speeds.
Michael Chan
2
-14
/
+4
2016-03-08
bnxt_en: Use common function to get ethtool supported flags.
Michael Chan
1
-20
/
+9
2016-03-08
bnxt_en: Add reporting of link partner advertisement.
Michael Chan
3
-2
/
+23
2016-03-08
bnxt_en: Refactor bnxt_fw_to_ethtool_advertised_spds().
Michael Chan
1
-13
/
+20
2016-03-08
net_sched: dsmark: use qdisc_dequeue_peeked()
Kyeong Yoo
1
-1
/
+1
[next]