summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * bpf, arm32: save 4 bytes of unneeded stack spaceDaniel Borkmann2018-05-151-10/+3
| | * bpf, x64: clean up retpoline emission slightlyDaniel Borkmann2018-05-151-15/+14
| | * bpf, sparc: remove unused variableDaniel Borkmann2018-05-151-1/+0
| | * bpf, mips: remove unused functionDaniel Borkmann2018-05-151-26/+0
| |/
| * samples/bpf: xdp_monitor, accept short optionsPrashant Bhole2018-05-141-2/+2
| * Merge branch 'bpf-stackmap-nmi'Daniel Borkmann2018-05-144-8/+196
| |\
| | * bpf: add selftest for stackmap with build_id in NMI contextSong Liu2018-05-142-2/+142
| | * bpf: enable stackmap with build_id in nmi contextSong Liu2018-05-142-6/+54
| |/
| * Merge branch 'bpf-perf-rb-libbpf'Daniel Borkmann2018-05-1115-222/+307
| |\
| | * samples: bpf: convert some XDP samples from bpf_load to libbpfJakub Kicinski2018-05-114-43/+78
| | * tools: bpf: don't complain about no kernel version for networking codeJakub Kicinski2018-05-111-7/+39
| | * tools: bpf: improve comments in libbpf.hJakub Kicinski2018-05-111-24/+24
| | * tools: bpf: move the event reading loop to libbpfJakub Kicinski2018-05-1110-123/+139
| | * samples: bpf: compile and link against full libbpfJakub Kicinski2018-05-111-7/+14
| | * samples: bpf: rename struct bpf_map_def to avoid conflict with libbpfJakub Kicinski2018-05-112-7/+7
| | * tools: bpftool: use PERF_SAMPLE_TIME instead of reading the clockJakub Kicinski2018-05-111-11/+6
| |/
| * bpf: sync tools bpf.h uapi headerPrashant Bhole2018-05-111-1/+81
| * selftests/bpf: Fix bash reference in MakefileJoe Stringer2018-05-111-3/+3
| * Merge branch 'bpf-fib-lookup-helper'Daniel Borkmann2018-05-1114-75/+854
| |\
| | * samples/bpf: Add example of ipv4 and ipv6 forwarding in XDPDavid Ahern2018-05-114-0/+258
| | * bpf: Provide helper to do forwarding lookups in kernel FIB tableDavid Ahern2018-05-112-1/+347
| | * net/ipv6: Add fib lookup stubs for use in bpf helperDavid Ahern2018-05-113-2/+51
| | * net/ipv6: Update fib6 tracepoint to take fib6_infoDavid Ahern2018-05-112-15/+13
| | * net/ipv6: Add fib6_lookupDavid Ahern2018-05-113-2/+97
| | * net/ipv6: Refactor fib6_rule_actionDavid Ahern2018-05-111-21/+31
| | * net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern2018-05-112-14/+29
| | * net/ipv6: Rename rt6_multipath_selectDavid Ahern2018-05-112-8/+14
| | * net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern2018-05-113-13/+15
| |/
| * bpf, doc: clarification for the meaning of 'id'Wang YanQing2018-05-111-6/+9
| * selftests/bpf: ignore build productsSirio Balmelli2018-05-102-0/+4
| * selftests/bpf: add architecture-agnostic headersSirio Balmelli2018-05-102-0/+36
| * xsk: fix 64-bit divisionBjörn Töpel2018-05-091-1/+1
| * Merge branch 'bpf-nfp-programmable-rss'Daniel Borkmann2018-05-099-15/+115
| |\
| | * nfp: bpf: support setting the RX queue indexJakub Kicinski2018-05-096-12/+105
| | * bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski2018-05-093-3/+10
| |/
| * Merge branch 'bpf-btf-id'Daniel Borkmann2018-05-098-127/+563
| |\
| | * bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_IDMartin KaFai Lau2018-05-093-13/+287
| | * bpf: btf: Update tools/include/uapi/linux/btf.h with BTF IDMartin KaFai Lau2018-05-091-0/+11
| | * bpf: btf: Some test_btf clean upMartin KaFai Lau2018-05-091-102/+99
| | * bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau2018-05-093-6/+43
| | * bpf: btf: Introduce BTF IDMartin KaFai Lau2018-05-094-11/+128
| | * bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau2018-05-091-1/+1
| |/
* | cxgb4: update LE-TCAM collection for T6Rahul Lakkireddy2018-05-164-8/+37
* | Merge branch 'qed-LL2-fixes'David S. Miller2018-05-161-11/+50
|\ \
| * | qed: Fix LL2 race during connection terminateMichal Kalderon2018-05-161-10/+14
| * | qed: Fix possibility of list corruption during rmmod flowsMichal Kalderon2018-05-161-1/+10
| * | qed: LL2 flush isles when connection is closedMichal Kalderon2018-05-161-0/+26
|/ /
* | net: ethoc: Remove useless test before clk_disable_unprepareYueHaibing2018-05-161-4/+2
* | net: stmmac: Remove useless test before clk_disable_unprepareYueHaibing2018-05-161-17/+7
* | net: qcom/emac: Encapsulate sgmii ops under one structureHemanth Puranik2018-05-164-71/+103