index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qlogic
/
qede
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
28
-72
/
+68
2021-01-08
bpf: Replace fput with sockfd_put in sock map
Zheng Yongjun
1
-1
/
+1
2021-01-08
bpf: Remove unnecessary <argp.h> include from preload/iterators
Leah Neukirchen
1
-1
/
+1
2021-01-08
selftests/bpf: Add tests for user- and non-CO-RE BPF_CORE_READ() variants
Andrii Nakryiko
2
-0
/
+114
2021-01-08
libbpf: Add non-CO-RE variants of BPF_CORE_READ() macro family
Andrii Nakryiko
1
-0
/
+38
2021-01-08
libbpf: Add user-space variants of BPF_CORE_READ() family of macros
Andrii Nakryiko
1
-39
/
+59
2021-01-08
poll: fix performance regression due to out-of-line __put_user()
Linus Torvalds
1
-3
/
+11
2021-01-08
Revert "init/console: Use ttynull as a fallback when there is no console"
Petr Mladek
5
-30
/
+18
2021-01-08
net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbE
Aleksander Jan Bajkowski
1
-3
/
+4
2021-01-08
s390/qeth: fix L2 header access in qeth_l3_osa_features_check()
Julian Wiedmann
1
-1
/
+1
2021-01-08
s390/qeth: fix locking for discipline setup / removal
Julian Wiedmann
3
-10
/
+7
2021-01-08
s390/qeth: fix deadlock during recovery
Julian Wiedmann
4
-18
/
+34
2021-01-08
selftests: fib_nexthops: Fix wrong mausezahn invocation
Ido Schimmel
1
-1
/
+1
2021-01-08
nexthop: Bounce NHA_GATEWAY in FDB nexthop groups
Petr Machata
1
-1
/
+1
2021-01-08
nexthop: Unlink nexthop group entry in error path
Ido Schimmel
1
-1
/
+3
2021-01-08
nexthop: Fix off-by-one error in error path
Ido Schimmel
1
-1
/
+1
2021-01-08
octeontx2-af: fix memory leak of lmac and lmac->name
Colin Ian King
1
-3
/
+11
2021-01-08
chtls: Fix chtls resources release sequence
Ayush Sawal
1
-4
/
+4
2021-01-08
chtls: Added a check to avoid NULL pointer dereference
Ayush Sawal
1
-0
/
+5
2021-01-08
chtls: Replace skb_dequeue with skb_peek
Ayush Sawal
1
-1
/
+1
2021-01-08
chtls: Avoid unnecessary freeing of oreq pointer
Ayush Sawal
1
-3
/
+1
2021-01-08
chtls: Fix panic when route to peer not configured
Ayush Sawal
1
-2
/
+12
2021-01-08
chtls: Remove invalid set_tcb call
Ayush Sawal
1
-3
/
+0
2021-01-08
chtls: Fix hardware tid leak
Ayush Sawal
1
-36
/
+3
2021-01-08
skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}
Jonathan Lemon
5
-10
/
+10
2021-01-08
tap/tun: add skb_zcopy_init() helper for initialization.
Jonathan Lemon
4
-6
/
+10
2021-01-08
skbuff: add flags to ubuf_info for ubuf setup
Jonathan Lemon
2
-1
/
+3
2021-01-08
net: group skb_shinfo zerocopy related bits together.
Jonathan Lemon
7
-31
/
+32
2021-01-08
skbuff: rename sock_zerocopy_* to msg_zerocopy_*
Jonathan Lemon
5
-27
/
+27
2021-01-08
skbuff: Call skb_zcopy_clear() before unref'ing fragments
Jonathan Lemon
1
-1
/
+2
2021-01-08
skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort
Jonathan Lemon
5
-12
/
+18
2021-01-08
skbuff: Add skb parameter to the ubuf zerocopy callback
Jonathan Lemon
7
-16
/
+19
2021-01-08
skbuff: replace sock_zerocopy_get with skb_zcopy_get
Jonathan Lemon
2
-7
/
+7
2021-01-08
skbuff: replace sock_zerocopy_put() with skb_zcopy_put()
Jonathan Lemon
3
-10
/
+8
2021-01-08
skbuff: Push status and refcounts into sock_zerocopy_callback
Jonathan Lemon
2
-6
/
+11
2021-01-08
skbuff: simplify sock_zerocopy_put
Jonathan Lemon
1
-6
/
+2
2021-01-08
skbuff: remove unused skb_zcopy_abort function
Jonathan Lemon
1
-11
/
+0
2021-01-08
net: stmmac: dwmac-meson8b: add support for the RGMII RX delay on G12A
Martin Blumenstingl
1
-13
/
+48
2021-01-08
net: stmmac: dwmac-meson8b: move RGMII delays into a separate function
Martin Blumenstingl
1
-1
/
+12
2021-01-08
net: stmmac: dwmac-meson8b: use picoseconds for the RGMII RX delay
Martin Blumenstingl
1
-8
/
+13
2021-01-08
net: stmmac: dwmac-meson8b: fix enabling the timing-adjustment clock
Martin Blumenstingl
1
-1
/
+1
2021-01-08
dt-bindings: net: dwmac-meson: use picoseconds for the RGMII RX delay
Martin Blumenstingl
1
-6
/
+49
2021-01-08
net: dsa: remove the DSA specific notifiers
Vladimir Oltean
3
-81
/
+0
2021-01-08
net: systemport: use standard netdevice notifier to detect DSA presence
Vladimir Oltean
2
-46
/
+37
2021-01-08
net: dsa: export dsa_slave_dev_check
Vladimir Oltean
3
-1
/
+7
2021-01-08
net: dsa: move the Broadcom tag information in a separate header file
Vladimir Oltean
5
-6
/
+19
2021-01-08
net: dsa: ocelot: request DSA to fix up lack of address learning on CPU port
Vladimir Oltean
1
-0
/
+1
2021-01-08
net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neig...
Vladimir Oltean
2
-11
/
+60
2021-01-08
net: dsa: exit early in dsa_slave_switchdev_event if we can't program the FDB
Vladimir Oltean
1
-0
/
+3
2021-01-08
net: dsa: move switchdev event implementation under the same switch/case stat...
Vladimir Oltean
1
-19
/
+16
[next]