index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-24
bpf: Allow RCU-protected lookups to happen from bh context
Toke Høiland-Jørgensen
3
-12
/
+21
2021-06-24
doc: Give XDP as example of non-obvious RCU reader/updater pairing
Toke Høiland-Jørgensen
1
-2
/
+9
2021-06-24
doc: Clarify and expand RCU updaters and corresponding readers
Paul E. McKenney
1
-21
/
+27
2021-06-24
rcu: Create an unrcu_pointer() to remove __rcu from a pointer
Paul E. McKenney
1
-0
/
+14
2021-06-24
bpf: Support all gso types in bpf_skb_change_proto()
Maciej Żenczykowski
1
-20
/
+2
2021-06-24
bpf: Do not change gso_size during bpf_skb_change_proto()
Maciej Żenczykowski
1
-4
/
+0
2021-06-24
Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto"
Maciej Żenczykowski
1
-13
/
+9
2021-06-24
media, bpf: Do not copy more entries than user space requested
Sean Young
1
-1
/
+2
2021-06-24
bpf, x86: Remove unused cnt increase from EMIT macro
Jiri Olsa
1
-32
/
+12
2021-06-23
docs, af_xdp: Consistent indentation in examples
Ilya Maximets
1
-16
/
+16
2021-06-22
libbpf: Switch to void * casting in netlink helpers
Kumar Kartikeya Dwivedi
3
-6
/
+6
2021-06-22
libbpf: Add request buffer type for netlink messages
Kumar Kartikeya Dwivedi
2
-82
/
+65
2021-06-21
libbpf: Add extra BPF_PROG_TYPE check to bpf_object__probe_loading
Jonathan Edwards
1
-0
/
+4
2021-06-18
bpf: Add documentation for libbpf including API autogen
Grant Seltzer
5
-18
/
+103
2021-06-18
samples/bpf: Fix the error return code of xdp_redirect's main()
Wang Hai
1
-1
/
+1
2021-06-18
samples/bpf: Fix Segmentation fault for xdp_redirect command
Wang Hai
1
-1
/
+1
2021-06-18
selftests/bpf: Fix ringbuf test fetching map FD
Andrii Nakryiko
1
-1
/
+1
2021-06-17
net: hdlc_ppp: add required space
Peng Li
1
-1
/
+2
2021-06-17
net: hdlc_ppp: remove unnecessary out of memory message
Peng Li
1
-3
/
+2
2021-06-17
net: hdlc_ppp: move out assignment in if condition
Peng Li
1
-1
/
+2
2021-06-17
net: hdlc_ppp: fix the code style issue about "foo* bar"
Peng Li
1
-7
/
+7
2021-06-17
net: hdlc_ppp: add blank line after declarations
Peng Li
1
-0
/
+4
2021-06-17
net: hdlc_ppp: remove redundant blank lines
Peng Li
1
-9
/
+0
2021-06-17
net: mdio: use device_set_node() to setup both fwnode and of
Ioana Ciornei
3
-9
/
+6
2021-06-17
driver core: add a helper to setup both the of_node and fwnode of a device
Ioana Ciornei
2
-0
/
+8
2021-06-17
net: mdio: setup of_node for the MDIO device
Ioana Ciornei
1
-0
/
+1
2021-06-17
r8152: store the information of the pipes
Hayes Wang
1
-5
/
+13
2021-06-17
net: gianfar: Implement rx_missed_errors counter
Esben Haabendal
2
-3
/
+57
2021-06-17
net: gianfar: Add definitions for CAR1 and CAM1 register bits
Esben Haabendal
1
-0
/
+54
2021-06-17
net: gianfar: Avoid 16 bytes of memset
Esben Haabendal
1
-1
/
+1
2021-06-17
net: gianfar: Clear CAR registers
Esben Haabendal
1
-0
/
+3
2021-06-17
net: gianfar: Extend statistics counters to 64-bit
Esben Haabendal
1
-5
/
+5
2021-06-17
net: gianfar: Convert to ndo_get_stats64 interface
Esben Haabendal
1
-18
/
+7
2021-06-17
net: sched: fix error return code in tcf_del_walker()
Yang Yingliang
1
-1
/
+2
2021-06-17
net: ipa: Add missing of_node_put() in ipa_firmware_load()
Yang Yingliang
1
-0
/
+1
2021-06-17
net: fix mistake path for netdev_features_strings
Jian Shen
2
-3
/
+3
2021-06-17
documentation: networking: devlink: fix prestera.rst formatting that causes b...
Oleksandr Mazur
3
-2
/
+4
2021-06-17
net: pcs: xpcs: Fix a less than zero u16 comparison error
Colin Ian King
1
-6
/
+6
2021-06-17
ice: remove redundant continue statement in a for-loop
Colin Ian King
1
-6
/
+4
2021-06-17
net: ice: ptp: fix compilation warning if PTP_1588_CLOCK is disabled
Lorenzo Bianconi
1
-1
/
+1
2021-06-17
ice: remove unnecessary NULL checks before ptp_read_system_*
Jacob Keller
1
-8
/
+4
2021-06-17
ice: Remove the repeated declaration
Shaokun Zhang
1
-1
/
+0
2021-06-17
ice: remove local variable
Paul M Stillwell Jr
1
-2
/
+1
2021-06-17
ice: reduce scope of variables
Paul M Stillwell Jr
2
-6
/
+6
2021-06-17
ice: mark PTYPE 2 as reserved
Jacob Keller
1
-1
/
+1
2021-06-17
ice: fix incorrect payload indicator on PTYPE
Jacob Keller
1
-1
/
+1
2021-06-17
selftests/bpf: Fix selftests build with old system-wide headers
Andrii Nakryiko
1
-0
/
+4
2021-06-17
bpf: Fix up register-based shifts in interpreter to silence KUBSAN
Daniel Borkmann
1
-18
/
+43
2021-06-17
libbpf: Fail compilation if target arch is missing
Lorenz Bauer
1
-4
/
+42
2021-06-17
samples/bpf: Add missing option to xdp_sample_pkts usage
Wang Hai
1
-1
/
+2
[next]