Age | Commit message (Expand) | Author |
2018-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-01-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-01-19 | Merge branch 'bpf-misc-improvements' | Alexei Starovoitov |
2018-01-19 | bpf: move event_output to const_size_or_zero for xdp/skb as well | Daniel Borkmann |
2018-01-19 | bpf: add upper complexity limit to verifier log | Daniel Borkmann |
2018-01-19 | bpf, x86: small optimization in alu ops with imm | Daniel Borkmann |
2018-01-19 | bpf: restrict access to core bpf sysctls | Daniel Borkmann |
2018-01-19 | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann |
2018-01-19 | bpf: add couple of test cases for div/mod by zero | Daniel Borkmann |
2018-01-19 | bpf: add couple of test cases for signed extended imms | Daniel Borkmann |
2018-01-19 | bpf: add csum_diff helper to xdp as well | Daniel Borkmann |
2018-01-19 | bpf, verifier: detect misconfigured mem, size argument pair | Daniel Borkmann |
2018-01-20 | samples/bpf: xdp_monitor include cpumap tracepoints in monitoring | Jesper Dangaard Brouer |
2018-01-19 | Merge branch 'bpf-lpm-get-next-key' | Daniel Borkmann |
2018-01-19 | tools/bpf: add a testcase for MAP_GET_NEXT_KEY command of LPM_TRIE map | Yonghong Song |
2018-01-19 | bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE map | Yonghong Song |
2018-01-19 | selftests: bpf: update .gitignore with missing generated files | Shuah Khan |
2018-01-19 | bpftool: recognize BPF_MAP_TYPE_CPUMAP maps | Roman Gushchin |
2018-01-19 | Merge branch 'dsa-mv88e6xxx-ATU-VTU-irq-fixes' | David S. Miller |
2018-01-19 | net: dsa: mv88e6xxx: Free ATU/VTU irq only when there is chip irq | Andrew Lunn |
2018-01-19 | net: dsa: mv88e6xxx: Return error from irq_find_mapping() | Andrew Lunn |
2018-01-19 | Merge branch 'net-sched-cls-add-extack-support' | David S. Miller |
2018-01-19 | net: sched: cls_u32: add extack support | Alexander Aring |
2018-01-19 | net: sched: cls: add extack support for tcf_change_indev | Alexander Aring |
2018-01-19 | net: sched: cls: add extack support for delete callback | Alexander Aring |
2018-01-19 | net: sched: cls: add extack support for tcf_exts_validate | Alexander Aring |
2018-01-19 | net: sched: cls: add extack support for change callback | Alexander Aring |
2018-01-19 | net: sched: cls_api: handle generic cls errors | Alexander Aring |
2018-01-19 | net: sched: cls: fix code style issues | Alexander Aring |
2018-01-19 | mlxsw: spectrum: Upper-bound supported FW version | Yuval Mintz |
2018-01-19 | Merge branch 'nfp-devlink-capabilities-extensions-and-updates' | David S. Miller |
2018-01-19 | nfp: bpf: disable all ctrl vNIC capabilities | Jakub Kicinski |
2018-01-19 | nfp: allow apps to disable ctrl vNIC capabilities | Jakub Kicinski |
2018-01-19 | nfp: split reading capabilities out of nfp_net_init() | Jakub Kicinski |
2018-01-19 | nfp: read mailbox address from TLV caps | Jakub Kicinski |
2018-01-19 | nfp: read ME frequency from vNIC ctrl memory | Jakub Kicinski |
2018-01-19 | nfp: add TLV capabilities to the BAR | Jakub Kicinski |
2018-01-19 | nfp: improve app not found message | Jakub Kicinski |
2018-01-19 | nfp: protect each repr pointer individually with RCU | Jakub Kicinski |
2018-01-19 | nfp: add nfp_reprs_get_locked() helper | Jakub Kicinski |
2018-01-19 | nfp: register devlink after app is created | Jakub Kicinski |
2018-01-19 | nfp: release global resources only on the remove path | Jakub Kicinski |
2018-01-19 | nfp: core: make scalar CPP helpers fail on short accesses | Jakub Kicinski |
2018-01-19 | Merge branch 'tcp-min-rtt' | David S. Miller |
2018-01-19 | tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR | Yuchung Cheng |
2018-01-19 | tcp: avoid min-RTT overestimation from delayed ACKs | Yuchung Cheng |
2018-01-19 | tipc: fix race between poll() and setsockopt() | Jon Maloy |
2018-01-19 | l2tp: remove switch block in l2tp_nl_cmd_session_create() | Lorenzo Bianconi |
2018-01-19 | cxgb4: IPv6 filter takes 2 tids | Ganesh Goudar |
2018-01-19 | Merge branch 'l2tp-set-l2specific_len-based-on-l2specific_type' | David S. Miller |