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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-31
net: sched: extend TCA_ACT space with TCA_ACT_FLAGS
Vlad Buslov
2
-1
/
+6
2019-10-31
net: sched: modify stats helper functions to support regular stats
Vlad Buslov
1
-9
/
+21
2019-10-31
net: sched: don't expose action qstats to skb_tc_reinsert()
Vlad Buslov
1
-10
/
+2
2019-10-31
net: sched: extract qstats update code into functions
Vlad Buslov
1
-0
/
+16
2019-10-31
net: sched: extract bstats update code into function
Vlad Buslov
1
-0
/
+7
2019-10-31
net: sched: extract common action counters update code into function
Vlad Buslov
1
-0
/
+2
2019-10-31
flow_dissector: extract more ICMP information
Matteo Croce
1
-8
/
+11
2019-10-31
flow_dissector: add meaningful comments
Matteo Croce
1
-0
/
+1
2019-10-30
tipc: add smart nagle feature
Jon Maloy
1
-0
/
+1
2019-10-30
net/smc: remove unneeded include for smc.h
Ursula Braun
1
-1
/
+0
2019-10-29
net: dsa: return directly from dsa_to_port
Vivien Didelot
1
-3
/
+3
2019-10-29
net: dsa: Add support for devlink device parameters
Andrew Lunn
1
-0
/
+23
2019-10-28
net: Fix various misspellings of "connect"
Geert Uytterhoeven
1
-1
/
+1
2019-10-28
net: Fix misspellings of "configure" and "configuration"
Geert Uytterhoeven
1
-1
/
+1
2019-10-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-11
/
+122
2019-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
9
-232
/
+53
2019-10-26
tcp: add TCP_INFO status for failed client TFO
Jason Baron
2
-2
/
+10
2019-10-25
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
2
-0
/
+36
2019-10-24
net: phy: broadcom: add 1000Base-X support for BCM54616S
Tao Ren
1
-2
/
+8
2019-10-24
net: phy: add support for clause 37 auto-negotiation
Heiner Kallweit
1
-0
/
+4
2019-10-23
netfilter: nf_tables: support for multiple devices per netdev hook
Pablo Neira Ayuso
2
-2
/
+4
2019-10-23
netfilter: nf_tables: increase maximum devices number per flowtable
Pablo Neira Ayuso
1
-1
/
+1
2019-10-23
netfilter: nf_tables: dynamically allocate hooks per net_device in flowtables
Pablo Neira Ayuso
1
-1
/
+7
2019-10-23
netfilter: nf_flow_table: move priority to struct nf_flowtable
Pablo Neira Ayuso
2
-2
/
+1
2019-10-22
xdp: Fix type of string pointer in __XDP_ACT_SYM_TAB
Ben Dooks (Codethink)
1
-1
/
+1
2019-10-22
net: dsa: remove dsa_switch_alloc helper
Vivien Didelot
1
-1
/
+0
2019-10-22
net: dsa: allocate ports on touch
Vivien Didelot
1
-2
/
+0
2019-10-22
net: dsa: use ports list to setup default CPU port
Vivien Didelot
1
-5
/
+0
2019-10-22
net: dsa: use ports list to setup switches
Vivien Didelot
1
-0
/
+4
2019-10-22
net: dsa: use ports list in dsa_to_port
Vivien Didelot
1
-1
/
+8
2019-10-22
net: dsa: add ports list in the switch fabric
Vivien Didelot
1
-0
/
+5
2019-10-22
net: dsa: use dsa_to_port helper everywhere
Vivien Didelot
1
-1
/
+1
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
31
-64
/
+203
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
12
-43
/
+79
2019-10-19
net: reorder 'struct net' fields to avoid false sharing
Eric Dumazet
1
-8
/
+17
2019-10-18
Merge tag 'sound-5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-0
/
+3
2019-10-18
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-0
/
+1
2019-10-18
net: phy: micrel: Update KSZ87xx PHY name
Marek Vasut
1
-1
/
+1
2019-10-17
Merge branch 'errata/tx2-219' into for-next/fixes
Will Deacon
13
-33
/
+153
2019-10-17
Merge tag 'gpio-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-0
/
+8
2019-10-17
bpf: Check types of arguments passed into helpers
Alexei Starovoitov
2
-6
/
+39
2019-10-17
bpf: Add support for BTF pointers to x86 JIT
Alexei Starovoitov
2
-0
/
+13
2019-10-17
bpf: Add support for BTF pointers to interpreter
Alexei Starovoitov
1
-0
/
+3
2019-10-17
bpf: Implement accurate raw_tp context access via BTF
Alexei Starovoitov
2
-1
/
+20
2019-10-17
bpf: Add attach_btf_id attribute to program load
Alexei Starovoitov
2
-0
/
+2
2019-10-17
bpf: Process in-kernel BTF
Alexei Starovoitov
2
-1
/
+4
2019-10-17
bpf: Add typecast to bpf helpers to help BTF generation
Alexei Starovoitov
1
-1
/
+2
2019-10-17
bpf: Add typecast to raw_tracepoints to help BTF generation
Alexei Starovoitov
1
-1
/
+2
2019-10-17
netfilter: add and use nf_hook_slow_list()
Florian Westphal
1
-10
/
+31
2019-10-17
netfilter: conntrack: free extension area immediately
Florian Westphal
1
-10
/
+0
[next]