summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: neterion: vxge: remove redundant continue statementColin Ian King2021-06-181-3/+2
* drivers: net: netdevsim: fix devlink_trap selftests failingOleksandr Mazur2021-06-182-8/+8
* 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
| | * | bpf: Support socket migration by eBPF.Kuniyuki Iwashima2021-06-157-5/+88
| | * | bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima2021-06-153-0/+12
| | * | tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima2021-06-154-14/+58
| | * | tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs.Kuniyuki Iwashima2021-06-151-6/+69
| | * | tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.Kuniyuki Iwashima2021-06-151-1/+69
| | * | tcp: Add reuseport_migrate_sock() to select a new listener.Kuniyuki Iwashima2021-06-152-14/+67
| | * | tcp: Keep TCP_CLOSE sockets in the reuseport group.Kuniyuki Iwashima2021-06-154-11/+186
| | * | tcp: Add num_closed_socks to struct sock_reuseport.Kuniyuki Iwashima2021-06-152-20/+60
| | * | net: Introduce net.ipv4.tcp_migrate_req.Kuniyuki Iwashima2021-06-153-0/+35
| |/ /
| * | libbpf: Set NLM_F_EXCL when creating qdiscKumar Kartikeya Dwivedi2021-06-151-1/+1
| * | libbpf: Remove unneeded check for flags during tc detachKumar Kartikeya Dwivedi2021-06-151-2/+0
| * | tools/bpftool: Fix error return code in do_batch()Zhihao Cheng2021-06-121-1/+3
| * | libbpf: Simplify the return expression of bpf_object__init_maps functionWang Hai2021-06-121-3/+1
| * | selftests, bpf: Make docs tests fail more reliablyJoe Stringer2021-06-083-1/+4
| * | libbpf: Fix pr_warn type warnings on 32bitMichal Suchanek2021-06-081-2/+2
| * | tools/bpftool: Fix cross-buildJean-Philippe Brucker2021-06-081-1/+4