index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-12
e1000e: Use PCI_EXP_LNKSTA_NLW & FIELD_GET() instead of custom defines/code
Ilpo Järvinen
2
-5
/
+4
2023-12-12
igb: Use FIELD_GET() to extract Link Width
Ilpo Järvinen
1
-3
/
+3
2023-12-12
net: dsa: realtek: Rewrite RTL8366RB MTU handling
Linus Walleij
1
-18
/
+30
2023-12-12
net: dsa: realtek: Rename bogus RTL8368S variable
Linus Walleij
1
-5
/
+6
2023-12-12
net: dns_resolver: the module is called dns_resolver, not dnsresolver
Ahelenia Ziemiańska
1
-1
/
+1
2023-12-12
net: dl2k: Use proper conversion of dev_addr before IO to device
Andy Shevchenko
1
-2
/
+1
2023-12-11
netlink: specs: devlink: add some(not all) missing attributes in devlink.yaml
Swarup Laxman Kotiaklapudi
1
-89
/
+288
2023-12-11
net/sched: cls_api: conditional notification of events
Pedro Tammela
1
-0
/
+12
2023-12-11
net/sched: cls_api: remove 'unicast' argument from delete notification
Pedro Tammela
1
-17
/
+9
2023-12-11
net/sched: act_api: conditional notification of events
Pedro Tammela
1
-23
/
+75
2023-12-11
net/sched: act_api: don't open code max()
Pedro Tammela
1
-6
/
+3
2023-12-11
rtnl: add helper to send if skb is not null
Pedro Tammela
1
-0
/
+7
2023-12-11
rtnl: add helper to check if a notification is needed
Victor Nogueira
1
-0
/
+15
2023-12-11
rtnl: add helper to check if rtnl group has listeners
Jamal Hadi Salim
1
-0
/
+7
2023-12-11
ipv6: annotate data-races around np->ucast_oif
Eric Dumazet
7
-40
/
+34
2023-12-11
ipv6: annotate data-races around np->mcast_oif
Eric Dumazet
11
-49
/
+51
2023-12-11
Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"
Johannes Berg
1
-3
/
+12
2023-12-11
nfp: support UDP segmentation offload
Fei Qin
4
-8
/
+21
2023-12-10
net: rswitch: Allow jumbo frames
Yoshihiro Shimoda
2
-1
/
+4
2023-12-10
net: rswitch: Add jumbo frames handling for TX
Yoshihiro Shimoda
1
-10
/
+46
2023-12-10
net: rswitch: Add jumbo frames handling for RX
Yoshihiro Shimoda
2
-10
/
+78
2023-12-10
net: rswitch: Set GWMDNC register
Yoshihiro Shimoda
2
-0
/
+6
2023-12-10
net: rswitch: Add a setting ext descriptor function
Yoshihiro Shimoda
1
-26
/
+47
2023-12-10
net: rswitch: Add unmap_addrs instead of dma address in each desc
Yoshihiro Shimoda
2
-8
/
+12
2023-12-10
net: rswitch: Use build_skb() for RX
Yoshihiro Shimoda
2
-33
/
+59
2023-12-10
net: rswitch: Use unsigned int for desc related array index
Yoshihiro Shimoda
2
-46
/
+56
2023-12-10
net: rswitch: Drop unused argument/return value
Yoshihiro Shimoda
1
-7
/
+3
2023-12-10
net: mdio_bus: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-12-10
qlcnic: replace deprecated strncpy with strscpy
Justin Stitt
1
-6
/
+6
2023-12-10
net: ena: replace deprecated strncpy with strscpy
justinstitt@google.com
1
-2
/
+2
2023-12-08
ipv6: do not check fib6_has_expires() in fib6_info_release()
Eric Dumazet
1
-1
/
+0
2023-12-08
net: sysfs: fix locking in carrier read
Johannes Berg
1
-2
/
+7
2023-12-08
netlink: Return unsigned value for nla_len()
Kees Cook
1
-1
/
+1
2023-12-08
net: dsa: microchip: use DSA_TAG_PROTO without _VALUE define
Sean Nyekjaer
1
-1
/
+1
2023-12-08
Use READ/WRITE_ONCE() for IP local_port_range.
David Laight
7
-57
/
+43
2023-12-08
selftests/net: convert vrf-xfrm-tests.sh to run it in unique namespace
Hangbin Liu
1
-41
/
+36
2023-12-08
selftests/net: convert vrf_strict_mode_test.sh to run it in unique namespace
Hangbin Liu
1
-25
/
+22
2023-12-08
selftests/net: convert vrf_route_leaking.sh to run it in unique namespace
Hangbin Liu
1
-105
/
+96
2023-12-08
selftests/net: convert test_vxlan_vnifiltering.sh to run it in unique namespace
Hangbin Liu
1
-59
/
+95
2023-12-08
selftests/net: convert test_vxlan_under_vrf.sh to run it in unique namespace
Hangbin Liu
1
-34
/
+36
2023-12-08
selftests/net: convert test_vxlan_nolocalbypass.sh to run it in unique namespace
Hangbin Liu
1
-25
/
+23
2023-12-08
selftests/net: convert test_vxlan_mdb.sh to run it in unique namespace
Hangbin Liu
1
-103
/
+99
2023-12-08
selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique name...
Hangbin Liu
1
-169
/
+162
2023-12-08
selftests/net: convert test_bridge_backup_port.sh to run it in unique namespace
Hangbin Liu
1
-189
/
+182
2023-12-08
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
28
-112
/
+100
2023-12-08
checkpatch: add ethtool_sprintf rules
justinstitt@google.com
1
-0
/
+19
2023-12-08
ethtool: Implement ethtool_puts()
justinstitt@google.com
2
-0
/
+20
2023-12-07
nfp: devlink: add extended ack report messages
Ryno Swart
1
-2
/
+6
2023-12-07
nfp: ethtool: add extended ack report messages
Ryno Swart
3
-18
/
+45
2023-12-07
vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warning
Stefano Garzarella
1
-2
/
+1
[next]