summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen2021-06-248-54/+83
* bpf: Allow RCU-protected lookups to happen from bh contextToke Høiland-Jørgensen2021-06-243-12/+21
* doc: Give XDP as example of non-obvious RCU reader/updater pairingToke Høiland-Jørgensen2021-06-241-2/+9
* doc: Clarify and expand RCU updaters and corresponding readersPaul E. McKenney2021-06-241-21/+27
* rcu: Create an unrcu_pointer() to remove __rcu from a pointerPaul E. McKenney2021-06-241-0/+14
* bpf: Support all gso types in bpf_skb_change_proto()Maciej Żenczykowski2021-06-241-20/+2
* bpf: Do not change gso_size during bpf_skb_change_proto()Maciej Żenczykowski2021-06-241-4/+0
* Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto"Maciej Żenczykowski2021-06-241-13/+9
* media, bpf: Do not copy more entries than user space requestedSean Young2021-06-241-1/+2
* bpf, x86: Remove unused cnt increase from EMIT macroJiri Olsa2021-06-241-32/+12
* docs, af_xdp: Consistent indentation in examplesIlya Maximets2021-06-231-16/+16
* libbpf: Switch to void * casting in netlink helpersKumar Kartikeya Dwivedi2021-06-223-6/+6
* libbpf: Add request buffer type for netlink messagesKumar Kartikeya Dwivedi2021-06-222-82/+65
* libbpf: Add extra BPF_PROG_TYPE check to bpf_object__probe_loadingJonathan Edwards2021-06-211-0/+4
* bpf: Add documentation for libbpf including API autogenGrant Seltzer2021-06-185-18/+103
* samples/bpf: Fix the error return code of xdp_redirect's main()Wang Hai2021-06-181-1/+1
* samples/bpf: Fix Segmentation fault for xdp_redirect commandWang Hai2021-06-181-1/+1
* selftests/bpf: Fix ringbuf test fetching map FDAndrii Nakryiko2021-06-181-1/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-06-177-26/+18
|\
| * ice: remove redundant continue statement in a for-loopColin Ian King2021-06-171-6/+4
| * net: ice: ptp: fix compilation warning if PTP_1588_CLOCK is disabledLorenzo Bianconi2021-06-171-1/+1
| * ice: remove unnecessary NULL checks before ptp_read_system_*Jacob Keller2021-06-171-8/+4
| * ice: Remove the repeated declarationShaokun Zhang2021-06-171-1/+0
| * ice: remove local variablePaul M Stillwell Jr2021-06-171-2/+1
| * ice: reduce scope of variablesPaul M Stillwell Jr2021-06-172-6/+6
| * ice: mark PTYPE 2 as reservedJacob Keller2021-06-171-1/+1
| * ice: fix incorrect payload indicator on PTYPEJacob Keller2021-06-171-1/+1
* | Merge branch 'hdlc_ppp-cleanups'David S. Miller2021-06-171-21/+17
|\ \
| * | net: hdlc_ppp: add required spacePeng Li2021-06-171-1/+2
| * | net: hdlc_ppp: remove unnecessary out of memory messagePeng Li2021-06-171-3/+2
| * | net: hdlc_ppp: move out assignment in if conditionPeng Li2021-06-171-1/+2
| * | net: hdlc_ppp: fix the code style issue about "foo* bar"Peng Li2021-06-171-7/+7
| * | net: hdlc_ppp: add blank line after declarationsPeng Li2021-06-171-0/+4
| * | net: hdlc_ppp: remove redundant blank linesPeng Li2021-06-171-9/+0
|/ /
* | Merge branch 'mdio-nodes'David S. Miller2021-06-175-8/+14
|\ \
| * | net: mdio: use device_set_node() to setup both fwnode and ofIoana Ciornei2021-06-173-9/+6
| * | driver core: add a helper to setup both the of_node and fwnode of a deviceIoana Ciornei2021-06-172-0/+8
| * | net: mdio: setup of_node for the MDIO deviceIoana Ciornei2021-06-171-0/+1
|/ /
* | r8152: store the information of the pipesHayes Wang2021-06-171-5/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-17146-1247/+4777
|\ \
| * | selftests/bpf: Fix selftests build with old system-wide headersAndrii Nakryiko2021-06-171-0/+4
| * | bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann2021-06-171-18/+43
| * | libbpf: Fail compilation if target arch is missingLorenz Bauer2021-06-171-4/+42
| * | samples/bpf: Add missing option to xdp_sample_pkts usageWang Hai2021-06-171-1/+2
| * | samples/bpf: Add missing option to xdp_fwd usageWang Hai2021-06-171-0/+2
| * | bpf: Fix typo in kernel/bpf/bpf_lsm.cShuyi Cheng2021-06-171-1/+1
| * | selftests/bpf: Whitelist test_progs.h from .gitignoreDaniel Xu2021-06-171-0/+1
| * | Merge branch 'bpf-sock-migration'Daniel Borkmann2021-06-1521-68/+1335
| |\ \
| | * | bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE.Kuniyuki Iwashima2021-06-154-1/+692
| | * | libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima2021-06-151-1/+4