summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-03net: sched: fq_codel: remove redundant resource cleanup in fq_codel_init()Zhengchao Shao
2022-09-03net: fec: add stop mode support for imx8 platformWei Fang
2022-09-03r8152: Add MAC passthrough support for Lenovo Travel HubAndré Apitzsch
2022-09-03net/ipv4: Use __DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-09-02net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()Zhengchao Shao
2022-09-02net: lantiq_etop: Fix return type for implementation of ndo_start_xmitGUO Zihua
2022-09-02net: sunplus: Fix return type for implementation of ndo_start_xmitGUO Zihua
2022-09-02net: xscale: Fix return type for implementation of ndo_start_xmitGUO Zihua
2022-09-02net: broadcom: Fix return type for implementation ofGUO Zihua
2022-09-02Merge branch 'bpf: net: Remove duplicated code from bpf_getsockopt()'Alexei Starovoitov
2022-09-02selftest/bpf: Add test for bpf_getsockopt()Martin KaFai Lau
2022-09-02bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau
2022-09-02bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau
2022-09-02bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau
2022-09-02bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau
2022-09-02bpf: Embed kernel CONFIG check into the if statement in bpf_getsockoptMartin KaFai Lau
2022-09-02bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpfMartin KaFai Lau
2022-09-02bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-09-02net: Add a len argument to compat_ipv6_get_msfilter()Martin KaFai Lau
2022-09-02net: Remove unused flags argument from do_ipv6_getsockoptMartin KaFai Lau
2022-09-02bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpfMartin KaFai Lau
2022-09-02bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-09-02bpf: net: Avoid do_tcp_getsockopt() taking sk lock when called from bpfMartin KaFai Lau
2022-09-02bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-09-02bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpfMartin KaFai Lau
2022-09-02bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-09-02net: Change sock_getsockopt() to take the sk ptr instead of the sock ptrMartin KaFai Lau
2022-09-02net: ieee802154: Fix compilation error when CONFIG_IEEE802154_NL802154_EXPERI...Gal Pressman
2022-09-02selftests/xsk: Avoid use-after-free on ctxIan Rogers
2022-09-02selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller
2022-09-02selftests/xsk: Add support for zero copy testingMaciej Fijalkowski
2022-09-02selftests/xsk: Make sure single threaded test terminatesMaciej Fijalkowski
2022-09-02selftests/xsk: Add support for executing tests on physical deviceMaciej Fijalkowski
2022-09-02selftests/xsk: Increase chars for interface name to 16Maciej Fijalkowski
2022-09-02selftests/xsk: Introduce default Rx pkt streamMaciej Fijalkowski
2022-09-02selftests/xsk: Query for native XDP supportMaciej Fijalkowski
2022-09-02selftests/bpf: Amend test_tunnel to exercise BPF_F_TUNINFO_FLAGSShmulik Ladkani
2022-09-02bpf: Support getting tunnel flagsShmulik Ladkani
2022-09-02bpf, tnums: Warn against the usage of tnum_in(tnum_range(), ...)Shung-Hsi Yu
2022-09-02net: remove netif_tx_napi_add()Jakub Kicinski
2022-09-02net: bql: add more documentationEric Dumazet
2022-09-02Merge branch 'net-ipa-transaction-state-IDs'David S. Miller
2022-09-02net: ipa: track polled transactions with an IDAlex Elder
2022-09-02net: ipa: track completed transactions with an IDAlex Elder
2022-09-02net: ipa: track pending transactions with an IDAlex Elder
2022-09-02net: ipa: track committed transactions with an IDAlex Elder
2022-09-02net: ipa: track allocated transactions with an IDAlex Elder
2022-09-02net: ipa: use an array for transactionsAlex Elder
2022-09-02Merge branch 'lan966x-make-reset-optional'David S. Miller
2022-09-02net: lan966x: make reset optionalMichael Walle