summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs.Kuniyuki Iwashima
2021-06-15tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.Kuniyuki Iwashima
2021-06-15tcp: Add reuseport_migrate_sock() to select a new listener.Kuniyuki Iwashima
2021-06-15tcp: Keep TCP_CLOSE sockets in the reuseport group.Kuniyuki Iwashima
2021-06-15tcp: Add num_closed_socks to struct sock_reuseport.Kuniyuki Iwashima
2021-06-15net: Introduce net.ipv4.tcp_migrate_req.Kuniyuki Iwashima
2021-06-15libbpf: Set NLM_F_EXCL when creating qdiscKumar Kartikeya Dwivedi
2021-06-15libbpf: Remove unneeded check for flags during tc detachKumar Kartikeya Dwivedi
2021-06-11tools/bpftool: Fix error return code in do_batch()Zhihao Cheng
2021-06-11libbpf: Simplify the return expression of bpf_object__init_maps functionWang Hai
2021-06-08selftests, bpf: Make docs tests fail more reliablyJoe Stringer
2021-06-08libbpf: Fix pr_warn type warnings on 32bitMichal Suchanek
2021-06-08tools/bpftool: Fix cross-buildJean-Philippe Brucker
2021-06-03selftests/bpf: Add xdp_redirect_multi into .gitignoreAndrii Nakryiko
2021-06-03libbpf: Install skel_internal.h header used from light skeletonsAndrii Nakryiko
2021-06-03libbpf: Refactor header installation portions of MakefileAndrii Nakryiko
2021-06-03libbpf: Move few APIs from 0.4 to 0.5 versionAndrii Nakryiko
2021-06-01bpf, tnums: Provably sound, faster, and more precise algorithm for tnum_mulHarishankar Vishwanathan
2021-05-28bpf, devmap: Remove drops variable from bq_xmit_all()Hangbin Liu
2021-05-28bpf, docs: Add llvm_reloc.rst to explain llvm bpf relocationsYonghong Song
2021-05-26libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest
2021-05-26Merge branch 'bpf-xdp-bcast'Daniel Borkmann
2021-05-26selftests/bpf: Add xdp_redirect_multi testHangbin Liu
2021-05-26sample/bpf: Add xdp_redirect_map_multi for redirect_map broadcast testHangbin Liu
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu
2021-05-26bpf: Run devmap xdp_prog on flush instead of bulk enqueueJesper Dangaard Brouer
2021-05-25Merge branch 'libbpf: error reporting changes for v1.0'Alexei Starovoitov
2021-05-25bpftool: Set errno on skeleton failures and propagate errorsAndrii Nakryiko
2021-05-25libbpf: Streamline error reporting for high-level APIsAndrii Nakryiko
2021-05-25libbpf: Streamline error reporting for low-level APIsAndrii Nakryiko
2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko
2021-05-25libbpf: Add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviorsAndrii Nakryiko
2021-05-25xsk: Use kvcalloc to support large umemsMagnus Karlsson
2021-05-24bpf: Fix spelling mistakesZhen Lei
2021-05-24samples: bpf: Ix kernel-doc syntax in file headerAditya Srivastava
2021-05-24libbpf: Add support for new llvm bpf relocationsYonghong Song
2021-05-24Merge branch 'Add lookup_and_delete_elem support to BPF hash map types'Andrii Nakryiko
2021-05-24selftests/bpf: Add bpf_lookup_and_delete_elem testsDenis Salopek
2021-05-24bpf: Extend libbpf with bpf_map_lookup_and_delete_elem_flagsDenis Salopek
2021-05-24bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek
2021-05-24libbpf: Skip bpf_object__probe_loading for light skeletonStanislav Fomichev
2021-05-23ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpyYueHaibing
2021-05-23net: r6040: Allow restarting auto-negotiationFlorian Fainelli
2021-05-23Merge branch 'r6040-cleanups'David S. Miller
2021-05-23net: r6040: Use ETH_FCS_LENFlorian Fainelli
2021-05-23net: r6040: Use logical or for MDIO operationsFlorian Fainelli
2021-05-23ehea: Use DEVICE_ATTR_*() macroYueHaibing
2021-05-23sfc: falcon: use DEVICE_ATTR_*() macroYueHaibing
2021-05-23sfc: use DEVICE_ATTR_*() macroYueHaibing