index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cadence
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-13
net: macb: Use predefined PCI vendor ID constant
Andy Shevchenko
1
-3
/
+2
2024-09-09
net: macb: Remove setting of RX software timestamp
Gal Pressman
1
-3
/
+2
2024-09-04
net: cadence: macb: Enable software IRQ coalescing by default
Sean Anderson
1
-0
/
+2
2024-08-15
net: macb: increase max_mtu for oversized frames
Pieter Van Trappen
1
-2
/
+2
2024-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-08-12
net: macb: Use rcu_dereference() for idev->ifa_list in macb_suspend().
Kuniyuki Iwashima
1
-2
/
+2
2024-07-31
net: macb: Convert tasklet API to new bottom half workqueue mechanism
Allen Pais
2
-6
/
+7
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
2
-3
/
+3
2024-06-25
net: macb: Add ARP support to WOL
Vineeth Karumanchi
2
-26
/
+33
2024-06-25
net: macb: Enable queue disable
Vineeth Karumanchi
1
-1
/
+2
2024-06-25
net: macb: queue tie-off or disable during WOL suspend
Vineeth Karumanchi
2
-3
/
+64
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2023-11-18
net: macb: Convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Kory Maincent
3
-32
/
+53
2023-09-20
net: ethernet: cadence: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-12
net: macb: fix sleep inside spinlock
Sascha Hauer
1
-2
/
+3
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+6
2023-08-14
net: macb: In ZynqMP resume always configure PS GTR for non-wakeup source
Radhey Shyam Pandey
1
-3
/
+6
2023-07-27
net: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-06-22
net: macb: update PCS driver to use neg_mode
Russell King (Oracle)
1
-3
/
+5
2023-06-15
net: macb: Add support for partial store and forward
Maulik Jodhani
2
-0
/
+39
2023-05-13
net: macb: Shorten max_tx_len to 4KiB - 56 on mpfs
Daire McNamara
2
-3
/
+10
2023-04-13
net: macb: Optimize reading HW timestamp
Harini Katakam
1
-2
/
+2
2023-04-13
net: macb: Enable PTP unicast
Harini Katakam
2
-2
/
+15
2023-04-13
net: macb: Update gem PTP support check
Harini Katakam
2
-3
/
+3
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2023-04-13
net: macb: fix a memory corruption in extended buffer descriptor mode
Roman Gushchin
1
-0
/
+4
2023-03-19
net: macb: Reset TX when TX halt times out
Harini Katakam
1
-2
/
+8
2023-03-19
net: macb: Set MDIO clock divisor for pclk higher than 160MHz
Bartosz Wawrzyniak
2
-1
/
+7
2023-03-17
net: macb: Increase halt timeout to accommodate 10Mbps link
Harini Katakam
1
-2
/
+1
2023-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-03-16
net: macb: Add PTP support to EMAC for sama7g5
Durai Manickam KR
1
-1
/
+2
2023-03-16
net: macb: Add PTP support to GEM for sama7g5
Durai Manickam KR
1
-1
/
+1
2023-03-16
net: Use of_property_read_bool() for boolean properties
Rob Herring
1
-1
/
+1
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-15
/
+16
2023-02-03
net: macb: Perform zynqmp dynamic configuration only for SGMII interface
Radhey Shyam Pandey
1
-15
/
+16
2023-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+1
2023-01-18
net: macb: simplify TX timestamp handling
Robert Hancock
3
-94
/
+34
2023-01-18
net: macb: fix PTP TX timestamp failure due to packet padding
Robert Hancock
1
-8
/
+1
2023-01-17
net: macb: Separate C22 and C45 transactions
Andrew Lunn
1
-53
/
+108
2022-11-07
net: macb: implement live mac addr change
Roman Gushchin
1
-1
/
+15
2022-11-07
net: remove explicit phylink_generic_validate() references
Russell King (Oracle)
1
-1
/
+0
2022-10-20
net: macb: Specify PHY PM management done by MAC
Sergiu Moga
1
-0
/
+1
2022-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+2
2022-09-23
net: macb: Fix ZynqMP SGMII non-wakeup source resume failure
Radhey Shyam Pandey
1
-0
/
+4
2022-09-20
net: macb: Add zynqmp SGMII dynamic configuration support
Radhey Shyam Pandey
1
-0
/
+22
2022-08-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...
Linus Torvalds
1
-1
/
+0
2022-08-03
net: remove cdns,at32ap7000-macb device tree entry
Hans-Christian Noren Egtvedt
1
-1
/
+0
2022-07-28
net: cdns,macb: use correct xlnx prefix for Xilinx
Krzysztof Kozlowski
1
-3
/
+5
2022-07-25
net: macb: Update tsu clk usage in runtime suspend/resume for Versal
Harini Katakam
2
-2
/
+16
[next]