index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2024-04-09
net: phy: dp8382x: keep WOL settings across suspends
Catalin Popescu
-13
/
+24
2024-04-09
Merge branch 'net-phy-micrel-lan8814-enable-ptp_pf_perout'
Paolo Abeni
-24
/
+357
2024-04-09
net: phy: micrel: lan8814: Add support for PTP_PF_PEROUT
Horatiu Vultur
-2
/
+353
2024-04-09
net: phy: micrel: lan8814: Enable LTC at probe time
Horatiu Vultur
-22
/
+4
2024-04-09
dt-bindings: net: rockchip-dwmac: use rgmii-id in example
Sascha Hauer
-3
/
+1
2024-04-09
Merge branch 'tcp-fix-isn-selection-in-timewait-syn_recv'
Paolo Abeni
-32
/
+49
2024-04-09
tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field
Eric Dumazet
-21
/
+32
2024-04-09
tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()
Eric Dumazet
-11
/
+17
2024-04-09
Merge branch 'add-support-for-flower-actions-mirred-and-redirect'
Paolo Abeni
-0
/
+82
2024-04-09
net: sparx5: add support for tc flower redirect action
Daniel Machon
-0
/
+29
2024-04-09
net: sparx5: add support for tc flower mirred action.
Daniel Machon
-0
/
+53
2024-04-09
Merge branch 'support-icssg-based-ethernet-on-am65x-sr1-0-devices'
Paolo Abeni
-1210
/
+2726
2024-04-09
net: ti: icssg-prueth: Add ICSSG Ethernet driver for AM65x SR1.0 platforms
Diogo Ivo
-0
/
+1204
2024-04-09
net: ti: icssg-prueth: Modify common functions for SR1.0
Diogo Ivo
-14
/
+37
2024-04-09
net: ti: icssg-prueth: Add functions to configure SR1.0 packet classifier
Diogo Ivo
-11
/
+110
2024-04-09
net: ti: icssg-prueth: Adjust the number of TX channels for SR1.0
Diogo Ivo
-0
/
+12
2024-04-09
net: ti: icssg-prueth: Adjust IPG configuration for SR1.0
Diogo Ivo
-3
/
+11
2024-04-09
net: ti: icssg-prueth: Add SR1.0-specific description bits
Diogo Ivo
-1
/
+13
2024-04-09
net: ti: icssg-prueth: Add SR1.0-specific configuration bits
Diogo Ivo
-0
/
+56
2024-04-09
net: ti: icssg-prueth: Move common functions into a separate file
Diogo Ivo
-1183
/
+1258
2024-04-09
eth: Move IPv4/IPv6 multicast address bases to their own symbols
Diogo Ivo
-4
/
+8
2024-04-09
dt-bindings: net: Add support for AM65x SR1.0 in ICSSG
Diogo Ivo
-6
/
+29
2024-04-08
net: phy: air_en8811h: fix some error codes
Dan Carpenter
-4
/
+4
2024-04-08
archnet: Convert from tasklet to BH workqueue
Allen Pais
-6
/
+8
2024-04-08
r8169: add support for RTL8168M
Heiner Kallweit
-0
/
+2
2024-04-08
Merge branch 'devlink-io-eqs'
David S. Miller
-0
/
+209
2024-04-08
mlx5/core: Support max_io_eqs for a function
Parav Pandit
-0
/
+108
2024-04-08
devlink: Support setting max_io_eqs
Parav Pandit
-0
/
+101
2024-04-08
net: display more skb fields in skb_dump()
Eric Dumazet
-6
/
+12
2024-04-08
Merge branch 'phy-cleanup-EEE'
David S. Miller
-41
/
+29
2024-04-08
net: lan743x: Fixup EEE
Andrew Lunn
-21
/
+7
2024-04-08
net: usb: lan78xx: Fixup EEE
Andrew Lunn
-20
/
+22
2024-04-08
mptcp: add reset reason options in some places
Jason Xing
-5
/
+15
2024-04-08
ipv4: Set scope explicitly in ip_route_output().
Guillaume Nault
-13
/
+28
2024-04-08
ipvlan: handle NETDEV_DOWN event
Venkat Venkatsubra
-0
/
+1
2024-04-08
af_packet: avoid a false positive warning in packet_setsockopt()
Eric Dumazet
-12
/
+14
2024-04-08
net: handle HAS_IOPORT dependencies
Niklas Schnelle
-22
/
+25
2024-04-08
Merge branch 'mptcp-selftests'
David S. Miller
-259
/
+382
2024-04-08
selftests: mptcp: netlink: drop disable=SC2086
Geliang Tang
-8
/
+3
2024-04-08
selftests: mptcp: ip_mptcp option for more scripts
Geliang Tang
-4
/
+35
2024-04-08
selftests: mptcp: use pm_nl endpoint ops
Geliang Tang
-61
/
+89
2024-04-08
selftests: mptcp: export pm_nl endpoint ops
Geliang Tang
-66
/
+91
2024-04-08
selftests: mptcp: join: update endpoint ops
Geliang Tang
-49
/
+23
2024-04-08
selftests: mptcp: netlink: add change_address helper
Geliang Tang
-2
/
+13
2024-04-08
selftests: mptcp: add {get,format}_endpoint(s) helpers
Geliang Tang
-71
/
+98
2024-04-08
selftests: mptcp: netlink: add 'limits' helpers
Geliang Tang
-7
/
+25
2024-04-08
selftests: mptcp: export ip_mptcp to mptcp_lib
Geliang Tang
-9
/
+17
2024-04-08
selftests: mptcp: add ms units for tc-netem delay
Geliang Tang
-5
/
+5
2024-04-08
selftests: mptcp: add tc check for check_tools
Geliang Tang
-3
/
+9
2024-04-08
tcp: more struct tcp_sock adjustments
Eric Dumazet
-7
/
+7
[next]