| Commit message (Expand) | Author | Age | Files | Lines |
* | 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/ethernet: NET_CALXEDA_XGMAC should depend on HAS_DMA | Geert Uytterhoeven | 2013-05-11 | 1 | -1/+1 |
* | 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: calxeda xgmac ethernet driver add missing HAS_IOMEM dependency | Heiko Carstens | 2011-12-27 | 1 | -1/+1 |
* | net: add calxeda xgmac ethernet driver | Rob Herring | 2011-11-29 | 3 | -0/+1936 |