index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
xilinx
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: xilinx: axienet: Support IFF_ALLMULTI
Sean Anderson
2024-08-26
2
-14
/
+22
*
net: xilinx: axienet: Don't set IFF_PROMISC in ndev->flags
Sean Anderson
2024-08-26
1
-5
/
+0
*
net: xilinx: axienet: Don't print if we go into promiscuous mode
Sean Anderson
2024-08-26
1
-2
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-08-22
2
-12
/
+14
|
\
|
*
net: xilinx: axienet: Fix dangling multicast addresses
Sean Anderson
2024-08-22
2
-12
/
+10
|
*
net: xilinx: axienet: Always disable promiscuous mode
Sean Anderson
2024-08-22
1
-0
/
+4
*
|
net: xilinx: axienet: Add statistics support
Sean Anderson
2024-08-21
2
-3
/
+407
*
|
net: xilinx: axienet: Report RxRject as rx_dropped
Sean Anderson
2024-08-21
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-08-15
1
-8
/
+8
|
\
|
|
*
net: axienet: Fix register defines comment description
Radhey Shyam Pandey
2024-08-12
1
-8
/
+8
*
|
net: axienet: remove unnecessary parentheses
Radhey Shyam Pandey
2024-08-02
1
-2
/
+1
*
|
net: axienet: remove unnecessary ftrace-like logging
Radhey Shyam Pandey
2024-08-02
1
-4
/
+0
*
|
net: axienet: add missing blank line after declaration
Radhey Shyam Pandey
2024-08-02
1
-0
/
+2
*
|
net: axienet: Replace the occurrences of (1<<x) by BIT(x)
Appana Durga Kedareswara Rao
2024-08-02
1
-14
/
+14
*
|
net: Use of_property_read_bool()
Rob Herring (Arm)
2024-08-01
1
-1
/
+1
|
/
*
net: axienet: start napi before enabling Rx/Tx
Andy Chiu
2024-07-29
1
-1
/
+1
*
net: xilinx: axienet: Enable multicast by default
Sean Anderson
2024-06-22
1
-1
/
+0
*
net: xilinx: axienet: Use NL_SET_ERR_MSG instead of netdev_err
Sean Anderson
2024-06-12
1
-3
/
+3
*
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-07
1
-1
/
+1
*
net: axienet: Fix kernel doc warnings
Suraj Gupta
2024-03-29
2
-5
/
+22
*
net: ll_temac: platform_get_resource replaced by wrong function
Claus Hansen Ries
2024-03-25
1
-1
/
+1
*
net: emaclite: Use devm_platform_get_and_ioremap_resource() in xemaclite_of_p...
Markus Elfring
2024-02-09
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-11-23
1
-1
/
+1
|
\
|
*
net: axienet: Fix check for partial TX checksum
Samuel Holland
2023-11-23
1
-1
/
+1
*
|
net: axienet: Introduce dmaengine support
Radhey Shyam Pandey
2023-11-20
3
-2
/
+425
*
|
net: axienet: Preparatory changes for dmaengine support
Sarath Babu Naidu Gaddam
2023-11-20
2
-124
/
+162
|
/
*
net: ethernet: xilinx: Drop kernel doc comment about return value
Uwe Kleine-König
2023-10-01
1
-2
/
+0
*
net: ethernet: xilinx: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-20
3
-11
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-03
1
-4
/
+8
|
\
|
*
net: ll_temac: fix error checking of irq_of_parse_and_map()
Dan Carpenter
2023-08-01
1
-4
/
+8
*
|
net: Explicitly include correct DT includes
Rob Herring
2023-07-27
5
-7
/
+7
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-27
1
-5
/
+5
|
\
|
*
net: axienet: Move reset before 64-bit DMA detection
Maxim Kochetkov
2023-06-24
1
-5
/
+5
*
|
net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()
Russell King (Oracle)
2023-06-22
1
-2
/
+4
|
/
*
net: Use of_property_read_bool() for boolean properties
Rob Herring
2023-03-16
1
-5
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-12-13
1
-1
/
+1
|
\
|
*
net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
1
-1
/
+1
*
|
net: axienet: set mdio clock according to bus-frequency
Andy Chiu
2022-11-21
1
-21
/
+49
*
|
net: axienet: Unexport and remove unused mdio functions
Andy Chiu
2022-11-21
2
-14
/
+1
*
|
net: remove explicit phylink_generic_validate() references
Russell King (Oracle)
2022-11-07
1
-1
/
+0
*
|
net: axiemac: add PM callbacks to support suspend/resume
Andy Chiu
2022-11-07
1
-0
/
+36
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-03
1
-1
/
+1
|
\
|
|
*
net: emaclite: update reset_lock member documentation
Radhey Shyam Pandey
2022-10-28
1
-1
/
+1
*
|
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2022-10-28
1
-4
/
+4
|
/
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-28
1
-2
/
+2
*
net: ll_temac: axienet: delete unnecessary blank lines and spaces
huangjunxian
2022-09-21
3
-4
/
+3
*
net: ll_temac: move trailing statements to next line
huangjunxian
2022-09-21
1
-3
/
+9
*
net: ll_temac: fix the missing spaces around '='
huangjunxian
2022-09-21
1
-11
/
+11
*
net: ll_temac: delete unnecessary else branch
huangjunxian
2022-09-21
1
-7
/
+5
*
net: ll_temac: axienet: align with open parenthesis
huangjunxian
2022-09-21
3
-6
/
+5
[next]