index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
calxeda
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-24
selftests/bpf: Create task_local_storage map with invalid uptr's struct
Martin KaFai Lau
4
-0
/
+104
2024-10-24
selftests/bpf: Add uptr failure verifier tests
Martin KaFai Lau
2
-0
/
+107
2024-10-24
selftests/bpf: Add update_elem failure test for task storage uptr
Martin KaFai Lau
3
-0
/
+92
2024-10-24
selftests/bpf: Test a uptr struct spanning across pages.
Martin KaFai Lau
1
-0
/
+43
2024-10-24
selftests/bpf: Some basic __uptr tests
Kui-Feng Lee
3
-0
/
+240
2024-10-24
libbpf: define __uptr.
Kui-Feng Lee
1
-0
/
+1
2024-10-24
bpf: Add uptr support in the map_value of the task local storage.
Martin KaFai Lau
4
-7
/
+131
2024-10-24
bpf: Postpone bpf_obj_free_fields to the rcu callback
Martin KaFai Lau
1
-5
/
+24
2024-10-24
bpf: Postpone bpf_selem_free() in bpf_selem_unlink_storage_nolock()
Martin KaFai Lau
2
-6
/
+37
2024-10-24
bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_al...
Martin KaFai Lau
6
-15
/
+15
2024-10-24
bpf: Handle BPF_UPTR in verifier
Kui-Feng Lee
1
-6
/
+33
2024-10-24
bpf: Support __uptr type tag in BTF
Kui-Feng Lee
3
-5
/
+36
2024-10-24
bpf: Check validity of link->type in bpf_link_show_fdinfo()
Hou Tao
1
-5
/
+9
2024-10-24
bpf: Add the missing BPF_LINK_TYPE invocation for sockmap
Hou Tao
3
-0
/
+7
2024-10-24
net: dsa: mv88e6xxx: support 4000ps cycle counter period
Shenghao Yang
1
-3
/
+20
2024-10-24
net: dsa: mv88e6xxx: read cycle counter period from hardware
Shenghao Yang
2
-19
/
+43
2024-10-24
net: dsa: mv88e6xxx: group cycle counter coefficients
Shenghao Yang
2
-33
/
+32
2024-10-24
net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition
Reinhard Speyerer
1
-0
/
+1
2024-10-24
hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event
Haiyang Zhang
1
-0
/
+30
2024-10-24
net: dsa: microchip: disable EEE for KSZ879x/KSZ877x/KSZ876x
Tim Harvey
1
-10
/
+11
2024-10-24
bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()
Andrii Nakryiko
1
-1
/
+1
2024-10-24
selftests/bpf: validate generic bpf_object and subskel APIs work together
Andrii Nakryiko
1
-1
/
+75
2024-10-24
libbpf: move global data mmap()'ing into bpf_object__load()
Andrii Nakryiko
1
-43
/
+40
2024-10-24
selftests/bpf: fix test_spin_lock_fail.c's global vars usage
Andrii Nakryiko
1
-2
/
+2
2024-10-23
libsubcmd: Silence compiler warning
Eder Zulian
1
-1
/
+1
2024-10-23
libbpf: Prevent compiler warnings/errors
Eder Zulian
1
-2
/
+2
2024-10-23
resolve_btfids: Fix compiler warnings
Eder Zulian
1
-2
/
+2
2024-10-23
bpf,perf: Fix perf_event_detach_bpf_prog error handling
Jiri Olsa
1
-2
/
+0
2024-10-23
selftests/bpf: Increase verifier log limit in veristat
Mykyta Yatsenko
1
-1
/
+31
2024-10-23
Bluetooth: ISO: Fix UAF on iso_sock_timeout
Luiz Augusto von Dentz
1
-6
/
+12
2024-10-23
Bluetooth: SCO: Fix UAF on sco_sock_timeout
Luiz Augusto von Dentz
3
-6
/
+35
2024-10-23
Bluetooth: hci_core: Disable works on hci_unregister_dev
Luiz Augusto von Dentz
2
-12
/
+24
2024-10-23
LoongArch: KVM: Mark hrtimer to expire in hard interrupt context
Huacai Chen
2
-4
/
+5
2024-10-23
LoongArch: Make KASAN usable for variable cpu_vabits
Huacai Chen
1
-1
/
+1
2024-10-23
posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()
Jinjie Ruan
1
-3
/
+3
2024-10-23
r8169: avoid unsolicited interrupts
Heiner Kallweit
1
-1
/
+3
2024-10-23
net: sched: use RCU read-side critical section in taprio_dump()
Dmitry Antipov
1
-6
/
+12
2024-10-23
net: sched: fix use-after-free in taprio_change()
Dmitry Antipov
1
-1
/
+2
2024-10-23
net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...
Vladimir Oltean
1
-1
/
+22
2024-10-23
tracing: Consider the NULL character when validating the event length
Leo Yan
1
-1
/
+1
2024-10-23
tracing/probes: Fix MAX_TRACE_ARGS limit handling
Mikel Rychliski
4
-4
/
+19
2024-10-23
selftests/bpf: Add test for passing in uninit mtu_len
Daniel Borkmann
2
-0
/
+37
2024-10-23
selftests/bpf: Add test for writes to .rodata
Daniel Borkmann
1
-1
/
+30
2024-10-23
bpf: Remove MEM_UNINIT from skb/xdp MTU helpers
Daniel Borkmann
1
-27
/
+15
2024-10-23
bpf: Fix overloading of MEM_UNINIT's meaning
Daniel Borkmann
1
-38
/
+35
2024-10-23
bpf: Add MEM_WRITE attribute
Daniel Borkmann
6
-14
/
+22
2024-10-22
selftests/bpf: Retire test_sock.c
Jordan Rife
3
-234
/
+1
2024-10-22
selftests/bpf: Migrate BPF_CGROUP_INET_SOCK_CREATE test cases to prog_tests
Jordan Rife
2
-38
/
+25
2024-10-22
selftests/bpf: Migrate LOAD_REJECT test cases to prog_tests
Jordan Rife
2
-52
/
+60
2024-10-22
selftests/bpf: Migrate *_POST_BIND test cases to prog_tests
Jordan Rife
2
-245
/
+426
[next]