summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-23bpf: expose bpf_strtol and bpf_strtoul to all program typesStanislav Fomichev
2022-08-23bpf: Use cgroup_{common,current}_func_proto in more hooksStanislav Fomichev
2022-08-23bpf: Introduce cgroup_{common,current}_func_protoStanislav Fomichev
2022-08-23scripts/bpf: Set date attribute for bpf-helpers(7) man pageQuentin Monnet
2022-08-23scripts/bpf: Set version attribute for bpf-helpers(7) man pageQuentin Monnet
2022-08-23bpf, selftests: Test BPF_FLOW_DISSECTOR_CONTINUEShmulik Ladkani
2022-08-23bpf, test_run: Propagate bpf_flow_dissect's retval to user's bpf_attr.test.re...Shmulik Ladkani
2022-08-23bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progsShmulik Ladkani
2022-08-23flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcodeShmulik Ladkani
2022-08-19selftest/bpf: Add setget_sockopt to DENYLIST.s390xMartin KaFai Lau
2022-08-19selftests/bpf: Fix spelling mistake.Colin Ian King
2022-08-18Merge branch 'bpf: net: Remove duplicated code from bpf_setsockopt()'Alexei Starovoitov
2022-08-18selftests/bpf: bpf_setsockopt testsMartin KaFai Lau
2022-08-18bpf: Add a few optnames to bpf_setsockoptMartin KaFai Lau
2022-08-18bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()Martin KaFai Lau
2022-08-18bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()Martin KaFai Lau
2022-08-18bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()Martin KaFai Lau
2022-08-18bpf: Refactor bpf specific tcp optnames to a new functionMartin KaFai Lau
2022-08-18bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()Martin KaFai Lau
2022-08-18bpf: Embed kernel CONFIG check into the if statement in bpf_setsockoptMartin KaFai Lau
2022-08-18bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()Martin KaFai Lau
2022-08-18bpf: net: Change do_ipv6_setsockopt() to use the sockopt's lock_sock() and ca...Martin KaFai Lau
2022-08-18bpf: net: Change do_ip_setsockopt() to use the sockopt's lock_sock() and capa...Martin KaFai Lau
2022-08-18bpf: net: Change do_tcp_setsockopt() to use the sockopt's lock_sock() and cap...Martin KaFai Lau
2022-08-18bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...Martin KaFai Lau
2022-08-18bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpfMartin KaFai Lau
2022-08-18net: Add sk_setsockopt() to take the sk ptr instead of the sock ptrMartin KaFai Lau
2022-08-18net: ethernet: altera: Add use of ethtool_op_get_ts_infoMaxime Chevallier
2022-08-17stmmac: intel: remove unused 'has_crossts' flagWong Vee Khee
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-08-17selftests/bpf: Few fixes for selftests/bpf built in release modeAndrii Nakryiko
2022-08-17libbpf: Clean up deprecated and legacy aliasesAndrii Nakryiko
2022-08-17libbpf: Streamline bpf_attr and perf_event_attr initializationAndrii Nakryiko
2022-08-17libbpf: Fix potential NULL dereference when parsing ELFAndrii Nakryiko
2022-08-17Merge branch 'net-dsa-bcm_sf2-utilize-phylink-for-all-ports'Jakub Kicinski
2022-08-17net: dsa: bcm_sf2: Have PHYLINK configure CPU/IMP port(s)Florian Fainelli
2022-08-17net: dsa: bcm_sf2: Introduce helper for port override offsetFlorian Fainelli
2022-08-17net: sfp: use simplified HWMON_CHANNEL_INFO macroBeniamin Sandu
2022-08-17selftests/bpf: Tests libbpf autoattach APIsHao Luo
2022-08-17libbpf: Allows disabling auto attachHao Luo
2022-08-17Merge branch 'wwan-t7xx-fw-flashing-and-coredump-support'David S. Miller
2022-08-17net: wwan: t7xx: Devlink documentationM Chetan Kumar
2022-08-17net: wwan: t7xx: Enable devlink based fw flashing and coredump collectionM Chetan Kumar
2022-08-17net: wwan: t7xx: PCIe reset rescanHaijun Liu
2022-08-17net: wwan: t7xx: Infrastructure for early port configurationHaijun Liu
2022-08-17net: wwan: t7xx: Add AP CLDMAHaijun Liu
2022-08-17net: phy: broadcom: Implement suspend/resume for AC131 and BCM5241Florian Fainelli
2022-08-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller
2022-08-17tcp: Make SYN ACK RTO tunable by BPF programs with TFOJie Meng
2022-08-16net: sched: delete unused input parameter in qdisc_createZhengchao Shao