summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sctp: call iov_iter_revert() after sending ABORTXin Long2019-03-041-0/+1
* team: Free BPF filter when unregistering netdevIdo Schimmel2019-03-041-0/+15
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-041-4/+4
* isdn: mISDN: Fix potential NULL pointer dereference of kzallocAditya Pakki2019-03-041-0/+3
* net: dsa: mv88e6xxx: support in-band signalling on SGMII ports with external ...Heiner Kallweit2019-03-044-14/+52
* cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath2019-03-0412-105/+106
* net-sysfs: Switch to bitmap_zalloc()Andy Shevchenko2019-03-041-7/+5
* mellanox: Switch to bitmap_zalloc()Andy Shevchenko2019-03-045-22/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-04101-3029/+5395
|\
| * bpf: add test cases for non-pointer sanitiation logicDaniel Borkmann2019-03-041-1/+43
| * Merge branch 'split-test_progs'Alexei Starovoitov2019-03-0228-2029/+2108
| |\
| | * selftests: bpf: break up test_progs - miscStanislav Fomichev2019-03-0211-735/+754
| | * selftests: bpf: break up test_progs - spinlockStanislav Fomichev2019-03-024-103/+106
| | * selftests: bpf: break up test_progs - tracepointStanislav Fomichev2019-03-025-427/+431
| | * selftests: bpf: break up test_progs - stackmapStanislav Fomichev2019-03-026-476/+483
| | * selftests: bpf: break up test_progs - xdpStanislav Fomichev2019-03-025-162/+163
| | * selftests: bpf: break up test_progs - pkt accessStanislav Fomichev2019-03-023-51/+53
| | * selftests: bpf: break up test_progs - preparationsStanislav Fomichev2019-03-024-76/+119
| |/
| * Merge branch 'bpf_skb_ecn_set_ce'Alexei Starovoitov2019-03-0210-2/+1255
| |\
| | * bpf: HBM test scriptbrakmo2019-03-021-0/+436
| | * bpf: User program for testing HBMbrakmo2019-03-022-0/+444
| | * bpf: Sample HBM BPF program to limit egress bwbrakmo2019-03-024-0/+327
| | * bpf: sync bpf.h to tools and update bpf_helpers.hbrakmo2019-03-022-1/+11
| | * bpf: add bpf helper bpf_skb_ecn_set_cebrakmo2019-03-022-1/+37
| |/
| * samples/bpf: silence compiler warning for xdpsock_user.cYonghong Song2019-03-021-3/+3
| * selftests/bpf: set unlimited RLIMIT_MEMLOCK for test_sock_fieldsYonghong Song2019-03-021-0/+1
| * Merge branch 'bpf-doc-improvements'Daniel Borkmann2019-03-023-182/+160
| |\
| | * docs/bpf: minor casing/punctuation fixesAndrii Nakryiko2019-03-022-13/+13
| | * docs/btf: reflow text to fill up to 78 charactersAndrii Nakryiko2019-03-021-160/+140
| | * docs/btf: fix typos, improve wordingAndrii Nakryiko2019-03-021-55/+53
| |/
| * bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet2019-03-021-1/+7
| * Merge branch 'bpf-dedup-fixes'Daniel Borkmann2019-03-014-23/+103
| |\
| | * selftests/bpf: add btf_dedup test of FWD/STRUCT resolutionAndrii Nakryiko2019-03-011-0/+45
| | * btf: fix bug with resolving STRUCT/UNION into corresponding FWDAndrii Nakryiko2019-03-011-3/+17
| | * btf: allow to customize dedup hash table sizeAndrii Nakryiko2019-03-012-17/+37
| | * libbpf: fix formatting for btf_ext__get_raw_dataAndrii Nakryiko2019-03-011-1/+1
| | * selftests/bpf: fix btf_dedup testing codeAndrii Nakryiko2019-03-012-2/+3
| |/
| * tools/libbpf: signedness bug in btf_dedup_ref_type()Dan Carpenter2019-03-011-1/+2
| * Merge branch 'bpf-samples-improvements'Daniel Borkmann2019-03-0124-156/+69
| |\
| | * tools: libbpf: make sure readelf shows full names in build checksJakub Kicinski2019-03-011-2/+2
| | * samples: bpf: use libbpf where easyJakub Kicinski2019-03-014-25/+35
| | * tools: libbpf: add a correctly named define for map iterationJakub Kicinski2019-03-015-10/+11
| | * samples: bpf: remove load_sock_ops in favour of bpftoolJakub Kicinski2019-03-0112-114/+16
| | * samples: bpf: force IPv4 in pingJakub Kicinski2019-03-015-5/+5
| |/
| * selftests/bpf: use __bpf_constant_htons in test_prog.c for flow dissectorStanislav Fomichev2019-03-011-2/+2
| * bpf: add missing entries to bpf_helpers.hWillem de Bruijn2019-03-011-0/+30
| * bpf: fix build without bpf_syscallAlexei Starovoitov2019-03-011-2/+5
| * Merge branch 'inner_map_spin_lock-fix'Alexei Starovoitov2019-02-272-0/+5
| |\
| | * tools/bpf: selftests: add map lookup to test_map_in_map bpf progYonghong Song2019-02-271-0/+4
| | * bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song2019-02-271-0/+1
| |/