index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-23
scripts/bpf: Set version attribute for bpf-helpers(7) man page
Quentin Monnet
1
-1
/
+20
2022-08-23
bpf, selftests: Test BPF_FLOW_DISSECTOR_CONTINUE
Shmulik Ladkani
3
-0
/
+44
2022-08-23
bpf, test_run: Propagate bpf_flow_dissect's retval to user's bpf_attr.test.re...
Shmulik Ladkani
3
-3
/
+24
2022-08-23
bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progs
Shmulik Ladkani
3
-0
/
+13
2022-08-23
flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcode
Shmulik Ladkani
3
-9
/
+10
2022-08-19
selftest/bpf: Add setget_sockopt to DENYLIST.s390x
Martin KaFai Lau
1
-0
/
+1
2022-08-19
selftests/bpf: Fix spelling mistake.
Colin Ian King
1
-1
/
+1
2022-08-19
selftests/bpf: bpf_setsockopt tests
Martin KaFai Lau
3
-1
/
+606
2022-08-19
bpf: Add a few optnames to bpf_setsockopt
Martin KaFai Lau
1
-0
/
+5
2022-08-19
bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()
Martin KaFai Lau
5
-32
/
+33
2022-08-19
bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
Martin KaFai Lau
3
-22
/
+24
2022-08-19
bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
Martin KaFai Lau
3
-69
/
+34
2022-08-19
bpf: Refactor bpf specific tcp optnames to a new function
Martin KaFai Lau
1
-29
/
+50
2022-08-19
bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
Martin KaFai Lau
3
-98
/
+34
2022-08-19
bpf: Embed kernel CONFIG check into the if statement in bpf_setsockopt
Martin KaFai Lau
1
-7
/
+3
2022-08-19
bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()
Martin KaFai Lau
1
-0
/
+5
2022-08-19
bpf: net: Change do_ipv6_setsockopt() to use the sockopt's lock_sock() and ca...
Martin KaFai Lau
1
-7
/
+7
2022-08-19
bpf: net: Change do_ip_setsockopt() to use the sockopt's lock_sock() and capa...
Martin KaFai Lau
1
-6
/
+6
2022-08-19
bpf: net: Change do_tcp_setsockopt() to use the sockopt's lock_sock() and cap...
Martin KaFai Lau
1
-9
/
+9
2022-08-19
bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...
Martin KaFai Lau
2
-13
/
+27
2022-08-19
bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
Martin KaFai Lau
3
-3
/
+43
2022-08-19
net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
1
-3
/
+10
2022-08-18
net: ethernet: altera: Add use of ethtool_op_get_ts_info
Maxime Chevallier
1
-0
/
+1
2022-08-18
stmmac: intel: remove unused 'has_crossts' flag
Wong Vee Khee
2
-2
/
+0
2022-08-17
selftests/bpf: Few fixes for selftests/bpf built in release mode
Andrii Nakryiko
4
-6
/
+6
2022-08-17
libbpf: Clean up deprecated and legacy aliases
Andrii Nakryiko
5
-10
/
+2
2022-08-17
libbpf: Streamline bpf_attr and perf_event_attr initialization
Andrii Nakryiko
4
-91
/
+138
2022-08-17
libbpf: Fix potential NULL dereference when parsing ELF
Andrii Nakryiko
1
-1
/
+1
2022-08-17
net: dsa: bcm_sf2: Have PHYLINK configure CPU/IMP port(s)
Florian Fainelli
1
-52
/
+43
2022-08-17
net: dsa: bcm_sf2: Introduce helper for port override offset
Florian Fainelli
1
-16
/
+21
2022-08-17
net: sfp: use simplified HWMON_CHANNEL_INFO macro
Beniamin Sandu
1
-83
/
+38
2022-08-17
selftests/bpf: Tests libbpf autoattach APIs
Hao Luo
2
-0
/
+53
2022-08-17
libbpf: Allows disabling auto attach
Hao Luo
3
-1
/
+18
2022-08-17
net: wwan: t7xx: Devlink documentation
M Chetan Kumar
2
-0
/
+146
2022-08-17
net: wwan: t7xx: Enable devlink based fw flashing and coredump collection
M Chetan Kumar
13
-5
/
+932
2022-08-17
net: wwan: t7xx: PCIe reset rescan
Haijun Liu
8
-2
/
+212
2022-08-17
net: wwan: t7xx: Infrastructure for early port configuration
Haijun Liu
10
-41
/
+294
2022-08-17
net: wwan: t7xx: Add AP CLDMA
Haijun Liu
11
-28
/
+125
2022-08-17
net: phy: broadcom: Implement suspend/resume for AC131 and BCM5241
Florian Fainelli
2
-0
/
+40
2022-08-17
tcp: Make SYN ACK RTO tunable by BPF programs with TFO
Jie Meng
2
-2
/
+3
2022-08-17
net: sched: delete unused input parameter in qdisc_create
Zhengchao Shao
1
-3
/
+3
2022-08-17
net: vertexcom: mse102x: Update email address
Stefan Wahren
1
-1
/
+1
2022-08-17
dt-bindings: vertexcom-mse102x: Update email address
Stefan Wahren
1
-1
/
+1
2022-08-17
net: sched: remove the unused return value of unregister_qdisc
Zhengchao Shao
2
-3
/
+4
2022-08-16
selftests/bpf: Fix attach point for non-x86 arches in test_progs/lsm
Artem Savkov
2
-2
/
+3
2022-08-16
ice: introduce ice_ptp_reset_cached_phctime function
Jacob Keller
1
-23
/
+76
2022-08-16
ice: re-arrange some static functions in ice_ptp.c
Jacob Keller
1
-336
/
+336
2022-08-16
ice: track and warn when PHC update is late
Jacob Keller
3
-3
/
+34
2022-08-16
ice: track Tx timestamp stats similar to other Intel drivers
Jacob Keller
4
-4
/
+20
2022-08-16
ice: initialize cached_phctime when creating Rx rings
Jacob Keller
2
-0
/
+2
[next]