index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
calxeda
/
xgmac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
2018-07-07
1
-0
/
+1
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-2
/
+2
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-1
/
+1
*
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-3
/
+2
*
net: calxeda: xgmac: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-12-05
1
-9
/
+8
*
ethernet: use core min/max MTU checking
Jarod Wilson
2016-10-18
1
-15
/
+5
*
ethernet: codespell comment spelling fixes
Joe Perches
2015-03-08
1
-10
/
+10
*
net: ethernet: Remove superfluous ether_setup after alloc_etherdev
Tobias Klauser
2014-10-03
1
-1
/
+0
*
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-05-13
1
-1
/
+1
*
xgmac: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2014-03-24
1
-3
/
+3
*
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-16
1
-1
/
+0
*
net: calxedaxgmac: Fix panic caused by MTU change of active interface
Andreas Herrmann
2013-11-07
1
-6
/
+4
*
net: calxedaxgmac: determine number of address filters at runtime
Rob Herring
2013-10-02
1
-4
/
+11
*
net: calxedaxgmac: add uc and mc filter addresses in promiscuous mode
Rob Herring
2013-10-02
1
-4
/
+2
*
net: calxedaxgmac: fix clearing of old filter addresses
Rob Herring
2013-10-02
1
-2
/
+2
*
net: calxedaxgmac: fix xgmac_xmit DMA mapping error handling
Rob Herring
2013-09-03
1
-5
/
+26
*
net: calxedaxgmac: fix rx DMA mapping API size mismatches
Rob Herring
2013-09-03
1
-6
/
+12
*
net: calxedaxgmac: remove some unused statistic counters
Rob Herring
2013-09-03
1
-3
/
+0
*
net: calxedaxgmac: fix various errors in xgmac_set_rx_mode
Rob Herring
2013-09-03
1
-4
/
+13
*
net: calxedaxgmac: enable interrupts after napi_enable
Rob Herring
2013-09-03
1
-3
/
+5
*
net: calxedaxgmac: fix race with tx queue stop/wake
Rob Herring
2013-09-03
1
-5
/
+15
*
net: calxedaxgmac: update ring buffer tx_head after barriers
Rob Herring
2013-09-03
1
-1
/
+2
*
net: calxedaxgmac: fix possible skb free before tx complete
Rob Herring
2013-09-03
1
-31
/
+24
*
net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err
Rob Herring
2013-09-03
1
-20
/
+18
*
net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len
Rob Herring
2013-09-03
1
-1
/
+1
*
net: calxedaxgmac: remove NETIF_F_FRAGLIST setting
Rob Herring
2013-09-03
1
-1
/
+1
*
net: ethernet: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-27
1
-2
/
+0
*
net: calxedaxgmac: fix condition in xgmac_set_features()
Dan Carpenter
2013-04-25
1
-1
/
+1
*
xgmac: Remove unneeded PM_OPS definitions
Fabio Estevam
2013-04-16
1
-5
/
+2
*
net: calxedaxgmac: Wake-on-LAN fixes
Rob Herring
2013-03-29
1
-1
/
+5
*
net: calxedaxgmac: fix rx ring handling when OOM
Rob Herring
2013-03-29
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-01-29
1
-0
/
+4
|
\
|
*
net: calxedaxgmac: throw away overrun frames
Rob Herring
2013-01-18
1
-0
/
+4
*
|
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
Jiri Pirko
2013-01-03
1
-1
/
+0
|
/
*
net: calxedaxgmac: ip align receive buffers
Rob Herring
2012-11-07
1
-5
/
+6
*
net: calxedaxgmac: rework transmit ring handling
Rob Herring
2012-11-07
1
-12
/
+12
*
net: calxedaxgmac: drop some unnecessary register writes
Rob Herring
2012-11-07
1
-6
/
+0
*
net: calxedaxgmac: use raw i/o accessors in rx and tx paths
Rob Herring
2012-11-07
1
-6
/
+6
*
net: calxedaxgmac: remove explicit rx dma buffer polling
Rob Herring
2012-11-07
1
-3
/
+1
*
net: calxedaxgmac: enable operate on 2nd frame mode
Rob Herring
2012-11-07
1
-2
/
+2
*
net: remove skb recycling
Eric Dumazet
2012-10-07
1
-17
/
+2
*
net: calxedaxgmac: enable rx cut-thru mode
Rob Herring
2012-07-10
1
-2
/
+3
*
net: calxedaxgmac: set outstanding AXI bus transactions to 8
Rob Herring
2012-07-10
1
-1
/
+1
*
net: calxedaxgmac: fix hang on rx refill
Rob Herring
2012-07-10
1
-15
/
+12
*
net: calxedaxgmac: fix net timeout recovery
Rob Herring
2012-07-10
1
-0
/
+1
*
net: use eth_hw_addr_random() and reset addr_assign_type
Danny Kukawka
2012-02-15
1
-1
/
+2
*
xgmac: cleanups
stephen hemminger
2012-01-05
1
-2
/
+2
*
net: add calxeda xgmac ethernet driver
Rob Herring
2011-11-29
1
-0
/
+1928