index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-19
bpf: add upper complexity limit to verifier log
Daniel Borkmann
1
-1
/
+2
2018-01-19
bpf, x86: small optimization in alu ops with imm
Daniel Borkmann
1
-5
/
+30
2018-01-19
bpf: restrict access to core bpf sysctls
Daniel Borkmann
1
-3
/
+43
2018-01-19
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
13
-42
/
+24
2018-01-19
bpf: add couple of test cases for div/mod by zero
Daniel Borkmann
1
-0
/
+87
2018-01-19
bpf: add couple of test cases for signed extended imms
Daniel Borkmann
1
-0
/
+104
2018-01-19
bpf: add csum_diff helper to xdp as well
Daniel Borkmann
1
-0
/
+2
2018-01-19
bpf, verifier: detect misconfigured mem, size argument pair
Daniel Borkmann
1
-24
/
+55
2018-01-20
samples/bpf: xdp_monitor include cpumap tracepoints in monitoring
Jesper Dangaard Brouer
2
-67
/
+443
2018-01-19
tools/bpf: add a testcase for MAP_GET_NEXT_KEY command of LPM_TRIE map
Yonghong Song
1
-0
/
+122
2018-01-19
bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE map
Yonghong Song
1
-2
/
+93
2018-01-19
selftests: bpf: update .gitignore with missing generated files
Shuah Khan
1
-0
/
+7
2018-01-19
bpftool: recognize BPF_MAP_TYPE_CPUMAP maps
Roman Gushchin
1
-0
/
+1
2018-01-19
net: dsa: mv88e6xxx: Free ATU/VTU irq only when there is chip irq
Andrew Lunn
1
-2
/
+4
2018-01-19
net: dsa: mv88e6xxx: Return error from irq_find_mapping()
Andrew Lunn
2
-2
/
+2
2018-01-19
net: sched: cls_u32: add extack support
Alexander Aring
1
-14
/
+44
2018-01-19
net: sched: cls: add extack support for tcf_change_indev
Alexander Aring
4
-7
/
+11
2018-01-19
net: sched: cls: add extack support for delete callback
Alexander Aring
13
-14
/
+26
2018-01-19
net: sched: cls: add extack support for tcf_exts_validate
Alexander Aring
13
-32
/
+50
2018-01-19
net: sched: cls: add extack support for change callback
Alexander Aring
13
-13
/
+20
2018-01-19
net: sched: cls_api: handle generic cls errors
Alexander Aring
1
-11
/
+41
2018-01-19
net: sched: cls: fix code style issues
Alexander Aring
3
-6
/
+7
2018-01-19
mlxsw: spectrum: Upper-bound supported FW version
Yuval Mintz
1
-19
/
+11
2018-01-19
nfp: bpf: disable all ctrl vNIC capabilities
Jakub Kicinski
1
-1
/
+1
2018-01-19
nfp: allow apps to disable ctrl vNIC capabilities
Jakub Kicinski
4
-0
/
+12
2018-01-19
nfp: split reading capabilities out of nfp_net_init()
Jakub Kicinski
1
-11
/
+20
2018-01-19
nfp: read mailbox address from TLV caps
Jakub Kicinski
3
-10
/
+46
2018-01-19
nfp: read ME frequency from vNIC ctrl memory
Jakub Kicinski
5
-13
/
+19
2018-01-19
nfp: add TLV capabilities to the BAR
Jakub Kicinski
5
-3
/
+186
2018-01-19
nfp: improve app not found message
Jakub Kicinski
1
-1
/
+1
2018-01-19
nfp: protect each repr pointer individually with RCU
Jakub Kicinski
3
-63
/
+68
2018-01-19
nfp: add nfp_reprs_get_locked() helper
Jakub Kicinski
3
-5
/
+13
2018-01-19
nfp: register devlink after app is created
Jakub Kicinski
3
-36
/
+29
2018-01-19
nfp: release global resources only on the remove path
Jakub Kicinski
1
-23
/
+13
2018-01-19
nfp: core: make scalar CPP helpers fail on short accesses
Jakub Kicinski
4
-45
/
+58
2018-01-19
tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR
Yuchung Cheng
3
-1
/
+4
2018-01-19
tcp: avoid min-RTT overestimation from delayed ACKs
Yuchung Cheng
1
-2
/
+21
2018-01-19
tipc: fix race between poll() and setsockopt()
Jon Maloy
3
-17
/
+13
2018-01-19
l2tp: remove switch block in l2tp_nl_cmd_session_create()
Lorenzo Bianconi
1
-21
/
+0
2018-01-19
cxgb4: IPv6 filter takes 2 tids
Ganesh Goudar
1
-33
/
+80
2018-01-19
l2tp: mark L2TP_ATTR_L2SPEC_LEN as not used
Lorenzo Bianconi
1
-1
/
+1
2018-01-19
l2tp: remove l2specific_len configurable parameter
Lorenzo Bianconi
4
-8
/
+1
2018-01-19
l2tp: remove l2specific_len dependency in l2tp_core
Lorenzo Bianconi
2
-18
/
+27
2018-01-19
l2tp: double-check l2specific_type provided by userspace
Lorenzo Bianconi
1
-2
/
+9
2018-01-19
cxgb4: use zlib deflate to compress firmware dump
Rahul Lakkireddy
7
-3
/
+169
2018-01-19
cxgb4: update dump collection logic to use compression
Rahul Lakkireddy
6
-147
/
+207
2018-01-19
net/dim: Fix fixpoint divide exception in net_dim_stats_compare
Talat Batheesh
1
-0
/
+7
2018-01-19
devlink: Make some functions static
Wei Yongjun
1
-2
/
+3
2018-01-19
mlxsw: spectrum: Make function mlxsw_sp_kvdl_part_occ() static
Wei Yongjun
1
-1
/
+1
2018-01-19
forcedeth: remove unused variable
Zhu Yanjun
1
-5
/
+3
[next]