index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
xilinx
/
xilinx_axienet_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-15
net: xilinx: axienet: fix potential memory leak in axienet_start_xmit()
Wang Hai
1
-0
/
+2
2024-09-19
net: xilinx: axienet: Fix packet counting
Sean Anderson
1
-9
/
+14
2024-09-19
net: xilinx: axienet: Schedule NAPI in two steps
Sean Anderson
1
-6
/
+8
2024-09-10
net: xilinx: axienet: Relax partial rx checksum checks
Sean Anderson
1
-3
/
+1
2024-09-10
net: xilinx: axienet: Set RXCSUM in features
Sean Anderson
1
-0
/
+2
2024-09-10
net: xilinx: axienet: Enable NETIF_F_HW_CSUM for partial tx checksumming
Sean Anderson
1
-2
/
+2
2024-09-10
net: xilinx: axienet: Remove unused checksum variables
Sean Anderson
1
-12
/
+0
2024-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+8
2024-09-04
net: xilinx: axienet: Fix race in axienet_stop
Sean Anderson
1
-0
/
+8
2024-08-26
net: xilinx: axienet: Support IFF_ALLMULTI
Sean Anderson
1
-14
/
+20
2024-08-26
net: xilinx: axienet: Don't set IFF_PROMISC in ndev->flags
Sean Anderson
1
-5
/
+0
2024-08-26
net: xilinx: axienet: Don't print if we go into promiscuous mode
Sean Anderson
1
-2
/
+0
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-12
/
+13
2024-08-22
net: xilinx: axienet: Fix dangling multicast addresses
Sean Anderson
1
-12
/
+9
2024-08-22
net: xilinx: axienet: Always disable promiscuous mode
Sean Anderson
1
-0
/
+4
2024-08-21
net: xilinx: axienet: Add statistics support
Sean Anderson
1
-3
/
+322
2024-08-21
net: xilinx: axienet: Report RxRject as rx_dropped
Sean Anderson
1
-1
/
+1
2024-08-02
net: axienet: remove unnecessary parentheses
Radhey Shyam Pandey
1
-2
/
+1
2024-08-02
net: axienet: remove unnecessary ftrace-like logging
Radhey Shyam Pandey
1
-4
/
+0
2024-08-02
net: axienet: add missing blank line after declaration
Radhey Shyam Pandey
1
-0
/
+2
2024-08-01
net: Use of_property_read_bool()
Rob Herring (Arm)
1
-1
/
+1
2024-07-29
net: axienet: start napi before enabling Rx/Tx
Andy Chiu
1
-1
/
+1
2024-06-22
net: xilinx: axienet: Enable multicast by default
Sean Anderson
1
-1
/
+0
2024-06-12
net: xilinx: axienet: Use NL_SET_ERR_MSG instead of netdev_err
Sean Anderson
1
-3
/
+3
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2023-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-11-23
net: axienet: Fix check for partial TX checksum
Samuel Holland
1
-1
/
+1
2023-11-20
net: axienet: Introduce dmaengine support
Radhey Shyam Pandey
1
-2
/
+391
2023-11-20
net: axienet: Preparatory changes for dmaengine support
Sarath Babu Naidu Gaddam
1
-124
/
+160
2023-09-20
net: ethernet: xilinx: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-07-27
net: Explicitly include correct DT includes
Rob Herring
1
-1
/
+2
2023-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+5
2023-06-24
net: axienet: Move reset before 64-bit DMA detection
Maxim Kochetkov
1
-5
/
+5
2023-06-22
net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()
Russell King (Oracle)
1
-2
/
+4
2022-11-07
net: remove explicit phylink_generic_validate() references
Russell King (Oracle)
1
-1
/
+0
2022-11-07
net: axiemac: add PM callbacks to support suspend/resume
Andy Chiu
1
-0
/
+36
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
1
-4
/
+4
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+2
2022-09-21
net: ll_temac: axienet: delete unnecessary blank lines and spaces
huangjunxian
1
-2
/
+2
2022-09-21
net: ll_temac: axienet: align with open parenthesis
huangjunxian
1
-1
/
+1
2022-08-31
net: axienet: Switch to 64-bit RX/TX statistics
Robert Hancock
1
-4
/
+33
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-06-16
net: axienet: add missing error return code in axienet_probe()
Yang Yingliang
1
-0
/
+1
2022-06-13
net: axienet: make the 64b addresable DMA depends on 64b archectures
Andy Chiu
1
-24
/
+4
2022-05-13
net: axienet: Use NAPI for TX completion path
Robert Hancock
1
-59
/
+83
2022-05-13
net: axienet: Be more careful about updating tx_bd_tail
Robert Hancock
1
-11
/
+15
2022-04-06
net: axiemac: use a phandle to reference pcs_phy
Andy Chiu
1
-2
/
+9
2022-04-06
net: axienet: factor out phy_node in struct axienet_local
Andy Chiu
1
-8
/
+5
2022-04-06
net: axienet: setup mdio unconditionally
Andy Chiu
1
-7
/
+6
2022-03-09
net: axienet: Use napi_alloc_skb when refilling RX ring
Robert Hancock
1
-1
/
+1
[next]