index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-09
ax25: add link layer header validation function
Willem de Bruijn
1
-0
/
+15
2016-03-09
net: validate variable length ll headers
Willem de Bruijn
1
-2
/
+20
2016-03-09
Merge branch 'kcm'
David S. Miller
16
-43
/
+3483
2016-03-09
kcm: Add description in Documentation
Tom Herbert
1
-0
/
+285
2016-03-09
kcm: Add receive message timeout
Tom Herbert
3
-2
/
+39
2016-03-09
kcm: Add memory limit for receive message construction
Tom Herbert
3
-2
/
+52
2016-03-09
kcm: Sendpage support
Tom Herbert
1
-2
/
+145
2016-03-09
kcm: Splice support
Tom Herbert
1
-2
/
+96
2016-03-09
kcm: Add statistics and proc interfaces
Tom Herbert
4
-1
/
+597
2016-03-09
kcm: Kernel Connection Multiplexor module
Tom Herbert
8
-1
/
+2201
2016-03-09
tcp: Add tcp_inq to get available receive bytes on socket
Tom Herbert
2
-14
/
+25
2016-03-09
net: Walk fragments in __skb_splice_bits
Tom Herbert
1
-23
/
+16
2016-03-09
net: Add MSG_BATCH flag
Tom Herbert
2
-0
/
+6
2016-03-09
net: Allow MSG_EOR in each msghdr of sendmmsg
Tom Herbert
1
-4
/
+6
2016-03-09
net: Make sock_alloc exportable
Tom Herbert
2
-1
/
+3
2016-03-09
rcu: Add list_next_or_null_rcu
Tom Herbert
1
-0
/
+21
2016-03-08
samples/bpf: add map performance test
Alexei Starovoitov
3
-0
/
+259
2016-03-08
samples/bpf: stress test bpf_get_stackid
Alexei Starovoitov
1
-0
/
+9
2016-03-08
samples/bpf: add bpf map stress test
Alexei Starovoitov
3
-0
/
+113
2016-03-08
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
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
32
-353
/
+626
2016-03-08
Merge branch 'bpf-next'
David S. Miller
7
-45
/
+165
2016-03-08
vxlan: allow setting ipv6 traffic class
Daniel Borkmann
1
-5
/
+9
2016-03-08
bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit
Daniel Borkmann
5
-21
/
+36
2016-03-08
bpf: support for access to tunnel options
Daniel Borkmann
3
-8
/
+90
2016-03-08
bpf: allow to propagate df in bpf_skb_set_tunnel_key
Daniel Borkmann
2
-1
/
+6
[next]