index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv6: Implement limits on Hop-by-Hop and Destination options
Tom Herbert
2017-11-03
6
-12
/
+159
*
Merge branch 'hns3-add-support-for-reset'
David S. Miller
2017-11-02
7
-37
/
+747
|
\
|
*
net: hns3: hns3:fix a bug about statistic counter in reset process
qumingguang
2017-11-02
1
-0
/
+7
|
*
net: hns3: Fix a misuse to devm_free_irq
qumingguang
2017-11-02
1
-3
/
+2
|
*
net: hns3: Add reset interface implementation in client
Lipeng
2017-11-02
1
-0
/
+153
|
*
net: hns3: Add timeout process in hns3_enet
Lipeng
2017-11-02
2
-0
/
+88
|
*
net: hns3: Add reset process in hclge_main
Lipeng
2017-11-02
4
-0
/
+326
|
*
net: hns3: Add support for misc interrupt
Lipeng
2017-11-02
3
-0
/
+81
|
*
net: hns3: Refactor the initialization of command queue
Lipeng
2017-11-02
3
-16
/
+33
|
*
net: hns3: Refactor mac_init function
qumingguang
2017-11-02
1
-7
/
+7
|
*
net: hns3: Refactor the mapping of tqp to vport
Lipeng
2017-11-02
1
-11
/
+50
|
/
*
net: seeq: fix timer conversion
Arnd Bergmann
2017-11-02
2
-2
/
+2
*
net: dsa: lan9303: Added Documentation/networking/dsa/lan9303.txt
Egil Hjelmeland
2017-11-02
1
-0
/
+37
*
Merge branch 'nfp-TC-block-fixes-app-fallback-and-dev_alloc'
David S. Miller
2017-11-02
12
-72
/
+77
|
\
|
*
nfp: improve defines for constants in ethtool
Jakub Kicinski
2017-11-02
1
-7
/
+8
|
*
nfp: use a counter instead of log message for allocation failures
Jakub Kicinski
2017-11-02
3
-10
/
+20
|
*
nfp: switch to dev_alloc_page()
Jakub Kicinski
2017-11-02
1
-1
/
+1
|
*
nfp: bpf: fall back to core NIC app if BPF not selected
Jakub Kicinski
2017-11-02
3
-5
/
+6
|
*
nfp: reorganize the app table
Jakub Kicinski
2017-11-02
1
-10
/
+6
|
*
nfp: bpf: reject TC offload if XDP loaded
Jakub Kicinski
2017-11-02
1
-0
/
+3
|
*
nfp: flower: vxlan - ensure no sleep in atomic context
John Hurley
2017-11-02
5
-34
/
+28
|
*
nfp: flower: app should use struct nfp_repr
John Hurley
2017-11-02
1
-6
/
+6
|
/
*
tools: bpf: handle long path in jit disasm
Prashant Bhole
2017-11-02
2
-2
/
+4
*
liquidio: synchronize VF representor names with NIC firmware
Vijaya Mohan Guvva
2017-11-02
4
-1
/
+92
*
Merge branch 'BPF-range-marking-improvements-for-meta-data'
David S. Miller
2017-11-02
2
-122
/
+591
|
\
|
*
bpf: add test cases to bpf selftests to cover all meta tests
Daniel Borkmann
2017-11-02
1
-0
/
+442
|
*
bpf: also improve pattern matches for meta access
Daniel Borkmann
2017-11-02
1
-69
/
+96
|
*
bpf: minor cleanups after merge
Daniel Borkmann
2017-11-02
2
-73
/
+73
|
/
*
security: bpf: replace include of linux/bpf.h with forward declarations
Jakub Kicinski
2017-11-02
1
-1
/
+4
*
net: systemport: Only inspect valid switch port & queues
Florian Fainelli
2017-11-02
2
-2
/
+8
*
Merge branch 'nfp-bpf-rename-ALU_OP_NEG-and-support-BPF_NEG'
David S. Miller
2017-11-02
2
-2
/
+26
|
\
|
*
nfp: bpf: support [BPF_ALU | BPF_ALU64] | BPF_NEG
Jiong Wang
2017-11-02
1
-0
/
+24
|
*
nfp: bpf: rename ALU_OP_NEG to ALU_OP_NOT
Jiong Wang
2017-11-02
2
-2
/
+2
|
/
*
Merge branch 'dpaa-cleanups'
David S. Miller
2017-11-02
1
-6
/
+2
|
\
|
*
net: dpaa: remove init which already done in per-cpu allocation
yuan linyu
2017-11-02
1
-5
/
+0
|
*
net: dpaa: fix maybe uninitialized var in dpaa_open()
yuan linyu
2017-11-02
1
-1
/
+2
|
/
*
bpf: cpumap micro-optimization in cpu_map_enqueue
Jesper Dangaard Brouer
2017-11-02
1
-2
/
+2
*
Merge branch 'net-sched-block-callbacks-follow-up'
David S. Miller
2017-11-02
12
-16
/
+29
|
\
|
*
net: sched: remove ndo_setup_tc check from tc_can_offload
Jiri Pirko
2017-11-02
1
-5
/
+1
|
*
net: sched: remove tc_can_offload check from egdev call
Jiri Pirko
2017-11-02
1
-1
/
+1
|
*
net: sched: move the can_offload check from binding phase to rule insertion p...
Jiri Pirko
2017-11-02
11
-3
/
+27
|
*
net: sched: remove unused tc_should_offload helper
Jiri Pirko
2017-11-02
1
-7
/
+0
|
/
*
net: bridge: add notifications for the bridge dev on vlan change
Nikolay Aleksandrov
2017-11-02
9
-38
/
+45
*
net: hns3: remove a couple of redundant assignments
Colin Ian King
2017-11-02
1
-3
/
+0
*
liquidio: remove redundant setting of inst_processed to zero
Colin Ian King
2017-11-02
1
-2
/
+0
*
net: dl2k: remove redundant re-assignment to np
Colin Ian King
2017-11-02
1
-1
/
+1
*
wan: wanxl: remove redundant assignment to stat
Colin Ian King
2017-11-02
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-02
47
-169
/
+284
|
\
|
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2017-11-01
1
-1
/
+1
|
|
\
|
|
*
signal: Fix name of SIGEMT in #if defined() check
Andrew Clayton
2017-11-01
1
-1
/
+1
[next]