index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cadence
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: macb: Add zynqmp SGMII dynamic configuration support
Radhey Shyam Pandey
2022-09-20
1
-0
/
+22
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...
Linus Torvalds
2022-08-05
1
-1
/
+0
|
\
|
*
net: remove cdns,at32ap7000-macb device tree entry
Hans-Christian Noren Egtvedt
2022-08-03
1
-1
/
+0
*
|
net: cdns,macb: use correct xlnx prefix for Xilinx
Krzysztof Kozlowski
2022-07-28
1
-3
/
+5
*
|
net: macb: Update tsu clk usage in runtime suspend/resume for Versal
Harini Katakam
2022-07-25
2
-2
/
+16
*
|
net: macb: Sort CAPS flags by bit positions
Harini Katakam
2022-07-25
1
-2
/
+2
*
|
net: macb: fixup sparse warnings on __be16 ports
Ben Dooks
2022-07-19
1
-3
/
+4
*
|
net: macb: sort init_reset_optional() with other init()s
Conor Dooley
2022-07-08
1
-34
/
+34
*
|
net: macb: simplify error paths in init_reset_optional()
Conor Dooley
2022-07-08
1
-13
/
+7
*
|
net: macb: unify macb_config alignment style
Conor Dooley
2022-07-08
1
-8
/
+8
*
|
net: macb: add polarfire soc reset support
Conor Dooley
2022-07-08
1
-8
/
+18
*
|
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
2022-07-02
1
-1
/
+1
*
|
net: macb: fix negative max_mtu size for sama5d3
Oleksij Rempel
2022-06-17
1
-2
/
+2
*
|
net: macb: change return type for gem_ptp_set_one_step_sync()
Claudiu Beznea
2022-06-09
1
-5
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-24
2
-5
/
+39
|
\
|
*
net: macb: Fix PTP one step sync support
Harini Katakam
2022-05-20
2
-5
/
+39
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-19
1
-1
/
+1
|
\
|
|
*
net: macb: Increment rx bd head after allocating skb and buffer
Harini Katakam
2022-05-14
1
-1
/
+1
*
|
net: macb: use NAPI for TX completion path
Robert Hancock
2022-05-12
2
-73
/
+161
*
|
net: macb: simplify/cleanup NAPI reschedule checking
Robert Hancock
2022-05-12
1
-34
/
+31
*
|
net: macb: In ZynqMP initialization make SGMII phy configuration optional
Radhey Shyam Pandey
2022-04-22
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-04-15
1
-0
/
+8
|
\
|
|
*
net: macb: Restart tx only if queue pointer is lagging
Tomas Melin
2022-04-12
1
-0
/
+8
*
|
net/cadence: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
2022-04-12
1
-14
/
+8
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-11
1
-1
/
+24
|
\
|
*
net: macb: Fix lost RX packet wakeup race in NAPI receive
Robert Hancock
2022-03-04
1
-1
/
+24
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-11
1
-1
/
+1
|
\
|
|
*
net: macb: Align the dma and coherent dma masks
Marc St-Amand
2022-02-10
1
-1
/
+1
*
|
net: macb: Added ZynqMP-specific initialization
Robert Hancock
2022-01-29
2
-3
/
+64
|
/
*
net: macb: use .mac_select_pcs() interface
Russell King (Oracle)
2022-01-06
2
-15
/
+14
*
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
2021-12-14
1
-4
/
+0
*
net: macb: convert to phylink_generic_validate()
Russell King (Oracle)
2021-11-26
1
-103
/
+30
*
Fix coverity issue 'Uninitialized scalar variable"
Yacov Simhony
2021-11-22
1
-1
/
+1
*
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-2
/
+6
*
net: macb: Fix several edge cases in validate
Sean Anderson
2021-11-16
1
-39
/
+73
*
net: macb: Fix mdio child node detection
Guenter Roeck
2021-10-28
1
-1
/
+1
*
net: convert users of bitmap_foo() to linkmode_foo()
Sean Anderson
2021-10-24
1
-6
/
+5
*
net: macb: Use mdio child node for MDIO bus if it exists
Sean Anderson
2021-10-24
1
-0
/
+11
*
ethernet: manually convert memcpy(dev_addr,..., sizeof(addr))
Jakub Kicinski
2021-10-14
1
-1
/
+1
*
ethernet: use of_get_ethdev_address()
Jakub Kicinski
2021-10-07
1
-1
/
+1
*
net: ethernet: use phylink_set_10g_modes()
Russell King (Oracle)
2021-10-04
1
-6
/
+1
*
net: macb: ptp: Switch to gettimex64() interface
Lars-Peter Clausen
2021-09-30
1
-4
/
+9
*
net: macb: enable mii on rgmii for sama7g5
Claudiu Beznea
2021-09-18
1
-2
/
+4
*
net: macb: add support for mii on rgmii
Claudiu Beznea
2021-09-18
2
-0
/
+6
*
net: macb: align for OSSMODE offset
Claudiu Beznea
2021-09-18
1
-1
/
+1
*
net: macb: add description for SRTSM
Claudiu Beznea
2021-09-18
1
-1
/
+1
*
net: macb: fix use after free on rmmod
Tong Zhang
2021-09-09
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-27
1
-1
/
+10
|
\
|
*
net: macb: Add a NULL check on desc_ptp
Harini Katakam
2021-08-25
1
-1
/
+10
*
|
ethernet: fix PTP_1588_CLOCK dependencies
Arnd Bergmann
2021-08-14
1
-0
/
+1
[next]