| Commit message (Expand) | Author | Age | Files | Lines |
* | sky2: fix checksum bit management on some chips | stephen hemminger | 2012-06-07 | 1 | -4/+6 |
* | mv643xx_eth: Fix compile error for architectures without clk. | Andrew Lunn | 2012-06-06 | 1 | -5/+10 |
* | Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-05-26 | 1 | -11/+31 |
|\ |
|
| * | Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ... | Arnd Bergmann | 2012-05-16 | 1 | -11/+31 |
| |\ |
|
| | * | ARM: Orion: Eth: Add clk/clkdev support. | Andrew Lunn | 2012-05-08 | 1 | -11/+31 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-05-07 | 2 | -12/+20 |
|\ \ \
| |/ / |
|
| * | | sky2: fix receive length error in mixed non-VLAN/VLAN traffic | stephen hemminger | 2012-05-01 | 2 | -12/+17 |
| * | | sky2: propogate rx hash when packet is copied | stephen hemminger | 2012-05-01 | 1 | -0/+3 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-04-10 | 3 | -5/+15 |
|\ \
| |/ |
|
| * | sky2: copy received packets on inefficient unaligned architecture | stephen hemminger | 2012-04-04 | 1 | -1/+12 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-04-02 | 1 | -2/+3 |
| |\ |
|
| | * | sky2: dont overwrite settings for PHY Quick link | Lino Sanfilippo | 2012-04-02 | 1 | -2/+3 |
| * | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 | 2 | -2/+0 |
| |\ \
| | |/
| |/| |
|
| | * | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 2 | -2/+0 |
* | | | pxa168_eth: Support the get_ts_info ethtool method. | Richard Cochran | 2012-04-04 | 1 | -0/+1 |
* | | | mv643xx_eth: Support the get_ts_info ethtool method. | Richard Cochran | 2012-04-04 | 1 | -0/+1 |
* | | | sky2: fix missing register reset on error path in sky2_test_msi() | Lino Sanfilippo | 2012-04-03 | 1 | -2/+2 |
|/ / |
|
* | | sky2: override for PCI legacy power management | stephen hemminger | 2012-03-21 | 1 | -0/+11 |
|/ |
|
* | pxa168: remove unused stats member. | Rami Rosen | 2012-03-16 | 1 | -1/+0 |
* | ethernet: unify return value of .ndo_set_mac_address if address is invalid | Danny Kukawka | 2012-02-23 | 2 | -2/+2 |
* | net: use eth_hw_addr_random() and reset addr_assign_type | Danny Kukawka | 2012-02-15 | 1 | -1/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-02-10 | 1 | -58/+13 |
|\ |
|
| * | Revert "skge: check for PCI dma mapping errors" | stephen hemminger | 2012-02-07 | 1 | -58/+13 |
* | | netdev: ethernet dev_alloc_skb to netdev_alloc_skb | Pradeep A Dalvi | 2012-02-06 | 2 | -2/+2 |
* | | drivers/net: Remove alloc_etherdev error messages | Joe Perches | 2012-01-31 | 2 | -6/+2 |
* | | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 2012-01-31 | 1 | -6/+4 |
|/ |
|
* | skge: add byte queue limit support | stephen hemminger | 2012-01-23 | 1 | -13/+24 |
* | mv643xx_eth: Add Rx Discard and Rx Overrun statistics | Paulius Zaleckas | 2012-01-23 | 1 | -0/+14 |
* | skge: check for PCI dma mapping errors | stephen hemminger | 2012-01-22 | 1 | -13/+58 |
* | skge: don't assert carrier until link is up | stephen hemminger | 2012-01-22 | 1 | -0/+1 |
* | pxa168-eth: use an unique MDIO bus name. | Florian Fainelli | 2012-01-10 | 1 | -1/+2 |
* | mv643xx-eth: use an unique MDIO bus name. | Florian Fainelli | 2012-01-10 | 1 | -1/+2 |
* | Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 1 | -4/+6 |
|\ |
|
| * | ARM: Orion: Get address map from plat-orion instead of via platform_data | Andrew Lunn | 2011-12-13 | 1 | -4/+6 |
* | | skge: fix warning when CONFIG_PM is defined but not CONFIG_PM_SLEEP | Daniel Halperin | 2012-01-03 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-01-02 | 1 | -0/+3 |
|\ \ |
|
| * | | skge: restore rx multicast filter on resume and after config changes | Florian Zumbiehl | 2011-12-30 | 1 | -0/+3 |
| |/ |
|
* | | sky2: add bql support | stephen hemminger | 2011-11-29 | 1 | -5/+13 |
* | | net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() | Axel Lin | 2011-11-29 | 1 | -12/+1 |
* | | net: mv643xx_eth: fix build error | Axel Lin | 2011-11-24 | 1 | -4/+5 |
* | | Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb... | Rick Jones | 2011-11-22 | 2 | -2/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-11-21 | 2 | -38/+69 |
|\ \
| |/ |
|
| * | sky2: fix hang in napi_disable | stephen hemminger | 2011-11-17 | 2 | -7/+11 |
| * | sky2: enforce minimum ring size | stephen hemminger | 2011-11-17 | 1 | -2/+12 |
| * | sky2: version 1.30 | stephen hemminger | 2011-11-16 | 1 | -1/+1 |
| * | sky2: used fixed RSS key | stephen hemminger | 2011-11-16 | 1 | -4/+9 |
| * | sky2: reduce default Tx ring size | stephen hemminger | 2011-11-16 | 1 | -1/+1 |
| * | sky2: rename up/down functions | stephen hemminger | 2011-11-16 | 1 | -10/+10 |
| * | sky2: pci posting issues | stephen hemminger | 2011-11-16 | 1 | -0/+3 |
| * | sky2: fix hang on shutdown (and other irq issues) | stephen hemminger | 2011-11-16 | 1 | -18/+27 |