index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: Be aware of switches where VLAN filtering is a global setting
Vladimir Oltean
2019-04-30
2
-7
/
+50
*
net: dsa: Store vlan_filtering as a property of dsa_port
Vladimir Oltean
2019-04-30
2
-4
/
+9
*
net: dsa: Fix pharse -> phase typo
Vladimir Oltean
2019-04-30
1
-1
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2019-04-30
32
-1594
/
+1249
|
\
|
*
xfrm: remove unneeded export_symbols
Florian Westphal
2019-04-23
4
-9
/
+4
|
*
xfrm: remove decode_session indirection from afinfo_policy
Florian Westphal
2019-04-23
4
-232
/
+222
|
*
xfrm: remove init_path indirection from afinfo_policy
Florian Westphal
2019-04-23
4
-38
/
+7
|
*
xfrm: remove tos indirection from afinfo_policy
Florian Westphal
2019-04-23
4
-24
/
+3
|
*
xfrm: kconfig: make xfrm depend on inet
Florian Westphal
2019-04-15
1
-3
/
+5
|
*
xfrm: store xfrm_mode directly, not its address
Florian Westphal
2019-04-08
13
-55
/
+55
|
*
xfrm: make xfrm modes builtin
Florian Westphal
2019-04-08
20
-493
/
+81
|
*
xfrm: remove afinfo pointer from xfrm_mode
Florian Westphal
2019-04-08
7
-14
/
+80
|
*
xfrm: remove output2 indirection from xfrm_mode
Florian Westphal
2019-04-08
6
-224
/
+207
|
*
xfrm: remove input2 indirection from xfrm_mode
Florian Westphal
2019-04-08
7
-173
/
+222
|
*
xfrm: remove gso_segment indirection from xfrm_mode
Florian Westphal
2019-04-08
7
-58
/
+78
|
*
xfrm: remove xmit indirection from xfrm_mode
Florian Westphal
2019-04-08
6
-60
/
+56
|
*
xfrm: remove output indirection from xfrm_mode
Florian Westphal
2019-04-08
12
-128
/
+169
|
*
xfrm: remove input indirection from xfrm_mode
Florian Westphal
2019-04-08
8
-66
/
+72
|
*
xfrm: prefer family stored in xfrm_mode struct
Florian Westphal
2019-04-08
4
-5
/
+5
|
*
xfrm: place af number into xfrm_mode struct
Florian Westphal
2019-04-08
9
-52
/
+32
|
*
vti4: eliminated some duplicate code.
Jeremy Sowden
2019-03-24
1
-38
/
+22
|
*
xfrm: gso partial offload support
Boris Pismenny
2019-03-24
2
-3
/
+10
*
|
net: phy: micrel: make sure the factory test bit is cleared
Antoine Tenart
2019-04-29
1
-1
/
+14
*
|
net: phy: avoid unneeded MDIO reads in genphy_read_status
Heiner Kallweit
2019-04-28
1
-1
/
+5
*
|
Merge branch 'dsa-tag-modules'
David S. Miller
2019-04-28
16
-220
/
+380
|
\
\
|
*
|
dsa: Allow tag drivers to be built as modules
Andrew Lunn
2019-04-28
2
-29
/
+73
|
*
|
dsa: tag_brcm: Avoid unused symbols
Andrew Lunn
2019-04-28
1
-2
/
+6
|
*
|
dsa: Cleanup unneeded table and make tag structures static
Andrew Lunn
2019-04-28
12
-77
/
+11
|
*
|
dsa: Make use of the list of tag drivers
Andrew Lunn
2019-04-28
1
-5
/
+34
|
*
|
dsa: Add stub tag driver put method
Andrew Lunn
2019-04-28
4
-0
/
+9
|
*
|
dsa: Rename dsa_resolve_tag_protocol() to _get ready for locking
Andrew Lunn
2019-04-28
4
-4
/
+5
|
*
|
dsa: Register the none tagger ops
Andrew Lunn
2019-04-28
1
-0
/
+7
|
*
|
dsa: Keep link list of tag drivers
Andrew Lunn
2019-04-28
1
-0
/
+28
|
*
|
dsa: Add boilerplate helper to register DSA tag driver modules
Andrew Lunn
2019-04-28
11
-2
/
+118
|
*
|
dsa: Add TAG protocol to tag ops
Andrew Lunn
2019-04-28
11
-0
/
+13
|
*
|
dsa: Add MODULE_LICENSE to tag drivers
Andrew Lunn
2019-04-28
9
-0
/
+9
|
*
|
dsa: Add MODULE_ALIAS to taggers in preparation to become modules
Andrew Lunn
2019-04-28
10
-13
/
+52
|
*
|
dsa: Move tagger name into its ops structure
Andrew Lunn
2019-04-28
11
-43
/
+14
|
*
|
dsa: Add SPDX header to tag drivers.
Andrew Lunn
2019-04-28
8
-52
/
+8
|
/
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-04-28
84
-361
/
+4168
|
\
\
|
*
\
Merge branch 'sk-local-storage'
Alexei Starovoitov
2019-04-27
26
-114
/
+2089
|
|
\
\
|
|
*
|
bpf: Add ene-to-end test for bpf_sk_storage_* helpers
Martin KaFai Lau
2019-04-27
3
-16
/
+157
|
|
*
|
bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_maps
Martin KaFai Lau
2019-04-27
4
-10
/
+679
|
|
*
|
bpf: Add verifier tests for the bpf_sk_storage
Martin KaFai Lau
2019-04-27
2
-19
/
+152
|
|
*
|
bpf: Refactor BTF encoding macro to test_btf.h
Martin KaFai Lau
2019-04-27
2
-62
/
+70
|
|
*
|
bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probing
Martin KaFai Lau
2019-04-27
2
-1
/
+74
|
|
*
|
bpf: Sync bpf.h to tools
Martin KaFai Lau
2019-04-27
1
-1
/
+43
|
|
*
|
bpf: Introduce bpf sk local storage
Martin KaFai Lau
2019-04-27
12
-5
/
+914
|
|
/
/
|
*
|
Merge branch 'writeable-bpf-tracepoints'
Alexei Starovoitov
2019-04-26
19
-5
/
+433
|
|
\
\
|
|
*
|
selftests: bpf: test writable buffers in raw tps
Matt Mullins
2019-04-26
5
-0
/
+210
[next]