- 768759e samples: bpf: make the build less noisy by Jakub Kicinski · 7 years ago
- 0cc54db samples: bpf: move libbpf from object dependencies to libs by Jakub Kicinski · 7 years ago
- 787360f samples: bpf: fix build after move to compiling full libbpf.a by Jakub Kicinski · 7 years ago
- 8d93045 samples: bpf: rename libbpf.h to bpf_insn.h by Jakub Kicinski · 7 years ago
- 2bf3e2e samples: bpf: include bpf/bpf.h instead of local libbpf.h by Jakub Kicinski · 7 years ago
- fb40c9d Merge branch 'bpf-jit-cleanups' by Alexei Starovoitov · 7 years ago
- a82d8cd bpf: add ld64 imm test cases by Daniel Borkmann · 7 years ago
- 56ea6a8 bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpf by Daniel Borkmann · 7 years ago
- 6d2eea6 bpf, arm64: optimize 32/64 immediate emission by Daniel Borkmann · 7 years ago
- 09ece3d bpf, arm64: save 4 bytes of unneeded stack space by Daniel Borkmann · 7 years ago
- 38ca930 bpf, arm32: save 4 bytes of unneeded stack space by Daniel Borkmann · 7 years ago
- 3625600 bpf, x64: clean up retpoline emission slightly by Daniel Borkmann · 7 years ago
- 631b1e3 bpf, sparc: remove unused variable by Daniel Borkmann · 7 years ago
- 0631b65 bpf, mips: remove unused function by Daniel Borkmann · 7 years ago
- 53ea24c samples/bpf: xdp_monitor, accept short options by Prashant Bhole · 7 years ago
- 1772be3 Merge branch 'bpf-stackmap-nmi' by Daniel Borkmann · 7 years ago
- 13790d1 bpf: add selftest for stackmap with build_id in NMI context by Song Liu · 7 years ago
- bae77c5 bpf: enable stackmap with build_id in nmi context by Song Liu · 7 years ago
- a84880e Merge branch 'bpf-perf-rb-libbpf' by Daniel Borkmann · 7 years ago
- be5bca4 samples: bpf: convert some XDP samples from bpf_load to libbpf by Jakub Kicinski · 7 years ago
- 17387dd tools: bpf: don't complain about no kernel version for networking code by Jakub Kicinski · 7 years ago
- 2eb57bb tools: bpf: improve comments in libbpf.h by Jakub Kicinski · 7 years ago
- d0cabbb tools: bpf: move the event reading loop to libbpf by Jakub Kicinski · 7 years ago
- 5f93805 samples: bpf: compile and link against full libbpf by Jakub Kicinski · 7 years ago
- 74662ea samples: bpf: rename struct bpf_map_def to avoid conflict with libbpf by Jakub Kicinski · 7 years ago
- e368751 tools: bpftool: use PERF_SAMPLE_TIME instead of reading the clock by Jakub Kicinski · 7 years ago
- cb9c28e bpf: sync tools bpf.h uapi header by Prashant Bhole · 7 years ago
- 91bc07c selftests/bpf: Fix bash reference in Makefile by Joe Stringer · 7 years ago
- ff1f56d Merge branch 'bpf-fib-lookup-helper' by Daniel Borkmann · 7 years ago
- fe61605 samples/bpf: Add example of ipv4 and ipv6 forwarding in XDP by David Ahern · 7 years ago
- 87f5fc7 bpf: Provide helper to do forwarding lookups in kernel FIB table by David Ahern · 7 years ago
- 65a2022 net/ipv6: Add fib lookup stubs for use in bpf helper by David Ahern · 7 years ago
- d4bea42 net/ipv6: Update fib6 tracepoint to take fib6_info by David Ahern · 7 years ago
- 138118e net/ipv6: Add fib6_lookup by David Ahern · 7 years ago
- cc065a9 net/ipv6: Refactor fib6_rule_action by David Ahern · 7 years ago
- 1d053da net/ipv6: Extract table lookup from ip6_pol_route by David Ahern · 7 years ago
- 3b290a3 net/ipv6: Rename rt6_multipath_select by David Ahern · 7 years ago
- 6454743 net/ipv6: Rename fib6_lookup to fib6_node_lookup by David Ahern · 7 years ago
- 68625b7 bpf, doc: clarification for the meaning of 'id' by Wang YanQing · 7 years ago
- 96112e9 selftests/bpf: ignore build products by Sirio Balmelli · 7 years ago
- cd65cd9 selftests/bpf: add architecture-agnostic headers by Sirio Balmelli · 7 years ago
- ea7e343 xsk: fix 64-bit division by Björn Töpel · 7 years ago
- a46a5c1 Merge branch 'bpf-nfp-programmable-rss' by Daniel Borkmann · 7 years ago
- d985888 nfp: bpf: support setting the RX queue index by Jakub Kicinski · 7 years ago
- 0d83003 bpf: xdp: allow offloads to store into rx_queue_index by Jakub Kicinski · 7 years ago
- a1d1f079 Merge branch 'bpf-btf-id' by Daniel Borkmann · 7 years ago
- cd8b892 bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_ID by Martin KaFai Lau · 7 years ago
- 7a01f6a bpf: btf: Update tools/include/uapi/linux/btf.h with BTF ID by Martin KaFai Lau · 7 years ago
- e34d98d bpf: btf: Some test_btf clean up by Martin KaFai Lau · 7 years ago
- 62dab84 bpf: btf: Add struct bpf_btf_info by Martin KaFai Lau · 7 years ago
- 78958fc bpf: btf: Introduce BTF ID by Martin KaFai Lau · 7 years ago
- 82e9697 bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=y by Martin KaFai Lau · 7 years ago
- 53a7bdf dt-bindings: dsa: Remove unnecessary #address/#size-cells by Fabio Estevam · 7 years ago
- 2b999ba net: phy: sfp: handle cases where neither BR, min nor BR, max is given by Antoine Tenart · 7 years ago
- 8d42ead Merge branch 'bnxt_en-Fixes-for-net-next' by David S. Miller · 7 years ago
- 707e7e9 bnxt_en: Always forward VF MAC address to the PF. by Michael Chan · 7 years ago
- 7328a23 bnxt_en: Read phy eeprom A2h address only when optical diagnostics is supported. by Vasundhara Volam · 7 years ago
- dac04907 bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only. by Michael Chan · 7 years ago
- cc559c1 bnxt_en: Fix firmware message delay loop regression. by Michael Chan · 7 years ago
- 724e47a net-next/hinic: add pci device ids for 25ge and 100ge card by Zhao Chen · 7 years ago
- d869dea flow_dissector: do not rely on implicit casts by Paolo Abeni · 7 years ago
- 72a338b net: core: rework basic flow dissection helper by Paolo Abeni · 7 years ago
- 62515f9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
- 9d4927f Merge branch 'ipv6-misc' by David S. Miller · 7 years ago
- 0c1dd2a net: ipv6/gre: Add GRO support by Eran Ben Elisha · 7 years ago
- 6f2f821 net: ipv6: Fix typo in ipv6_find_hdr() documentation by Tariq Toukan · 7 years ago
- db0aeb3 Merge branch 'qed-Add-support-for-new-multi-partitioning-modes' by David S. Miller · 7 years ago
- cac6f69 qed: Add support for Unified Fabric Port. by Sudarsana Reddy Kalluru · 7 years ago
- b51bdfb qed: Add support for multi function mode with 802.1ad tagging. by Sudarsana Reddy Kalluru · 7 years ago
- 27bf96e qed: Remove unused data member 'is_mf_default'. by Sudarsana Reddy Kalluru · 7 years ago
- 0bc5fe8 qed*: Refactor mf_mode to consist of bits. by Sudarsana Reddy Kalluru · 7 years ago
- 3a443bd6 net/9p: correct the variable name in v9fs_get_trans_by_name() comment by Sun Lianwen · 7 years ago
- 84a2fba vlan: correct the file path in vlan_dev_change_flags() comment by Sun Lianwen · 7 years ago
- 01adc48 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
- 18b338f liquidio: support use of ethtool to set link speed of CN23XX-225 cards by Weilin Chang · 7 years ago
- 7f625bd Merge branch '3c59x-patches-and-the-removal-of-an-unused-function' by David S. Miller · 7 years ago
- dea4c96 net: 3com: 3c59x: irq save variant of ISR by Anna-Maria Gleixner · 7 years ago
- 47f66c7 net: 3com: 3c59x: Pull locking out of ISR by Anna-Maria Gleixner · 7 years ago
- 577b995 net: 3com: 3c59x: Move boomerang/vortex conditional into function by Anna-Maria Gleixner · 7 years ago
- c36a68f net: u64_stats_sync: Remove functions without user by Anna-Maria Gleixner · 7 years ago
- 6328c95 selftests: net: add udpgso* to TEST_GEN_FILES by Anders Roxell · 7 years ago
- 9027887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
- b13468d netfilter: nft_dynset: fix timeout updates on 32bit by Florian Westphal · 7 years ago
- 538c567 netfilter: ctnetlink: export nf_conntrack_max by Florent Fourcot · 7 years ago
- bfb15f2 netfilter: extract Passive OS fingerprint infrastructure from xt_osf by Fernando Fernandez Mancera · 7 years ago
- 3f9c56a netfilter: nf_tables: Provide NFT_{RT,CT}_MAX for userspace by Phil Sutter · 7 years ago
- 3a2e86f netfilter: nf_nat: remove unused ct arg from lookup functions by Florian Westphal · 7 years ago
- c1c7e44 netfilter: ip6t_srh: extend SRH matching for previous, next and last SID by Ahmed Abdelsalam · 7 years ago
- 75e72f0 netfilter: nft_numgen: enable hashing of one element by Laura Garcia Liebana · 7 years ago
- d734a28 netfilter: nft_numgen: add map lookups for numgen statements by Laura Garcia Liebana · 7 years ago
- 8fb11a9 net/ipv6: rename rt6_next to fib6_next by David Ahern · 7 years ago
- e94fa1d bpf, xskmap: fix crash in xsk_map_alloc error path handling by Daniel Borkmann · 7 years ago
- a5458aa Merge branch 'bpf-event-output-offload' by Daniel Borkmann · 7 years ago
- ab7f5bf bpf: fix references to free_bpf_prog_info() in comments by Jakub Kicinski · 7 years ago
- f412eed tools: bpftool: add simple perf event output reader by Jakub Kicinski · 7 years ago
- e64d525 tools: bpftool: move get_possible_cpus() to common code by Jakub Kicinski · 7 years ago
- c642ea2 tools: bpftool: fold hex keyword in command help by Jakub Kicinski · 7 years ago
- b4264c96 nfp: bpf: rewrite map pointers with NFP TIDs by Jakub Kicinski · 7 years ago
- 9816dd3 nfp: bpf: perf event output helpers support by Jakub Kicinski · 7 years ago
- f4e3ec0 bpf: replace map pointer loads before calling into offloads by Jakub Kicinski · 7 years ago