Age | Commit message (Expand) | Author | Files | Lines |
2012-12-03 | skge: remove __dev* attributes | Bill Pemberton | 2 | -12/+12 |
2012-11-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2012-11-03 | drivers/net: use tasklet_kill in device remove/close process | Xiaotian Feng | 1 | -1/+1 |
2012-10-31 | ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>( | Joe Perches | 1 | -4/+3 |
2012-10-08 | net: gro: selective flush of packets | Eric Dumazet | 1 | -1/+1 |
2012-10-08 | skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboard | Graham Gower | 1 | -0/+7 |
2012-10-07 | drivers/net/ethernet/marvell/sky2.c: fix error return code | Peter Senna Tschudin | 1 | -1/+4 |
2012-10-07 | drivers/net/ethernet/marvell/skge.c: fix error return code | Peter Senna Tschudin | 1 | -1/+3 |
2012-10-07 | net: remove skb recycling | Eric Dumazet | 1 | -16/+2 |
2012-07-25 | Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixes | Arnd Bergmann | 1 | -0/+6 |
2012-07-25 | ARM: Orion: fix driver probe error handling with respect to clk | Simon Baatz | 1 | -0/+6 |
2012-07-09 | sky2: Fix for interrupt handler | Mirko Lindner | 1 | -1/+3 |
2012-07-09 | sky2: Added support for Optima EEE | Mirko Lindner | 2 | -1/+18 |
2012-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+6 |
2012-06-08 | sky2: fix checksum bit management on some chips | stephen hemminger | 1 | -4/+6 |
2012-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+10 |
2012-06-06 | mv643xx_eth: Fix compile error for architectures without clk. | Andrew Lunn | 1 | -5/+10 |
2012-06-06 | ethernet: Remove casts to same type | Joe Perches | 2 | -4/+4 |
2012-05-26 | Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -11/+31 |
2012-05-16 | Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ... | Arnd Bergmann | 1 | -11/+31 |
2012-05-09 | ARM: Orion: Eth: Add clk/clkdev support. | Andrew Lunn | 1 | -11/+31 |
2012-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -12/+20 |
2012-05-01 | sky2: fix receive length error in mixed non-VLAN/VLAN traffic | stephen hemminger | 2 | -12/+17 |
2012-05-01 | sky2: propogate rx hash when packet is copied | stephen hemminger | 1 | -0/+3 |
2012-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -5/+15 |
2012-04-05 | sky2: copy received packets on inefficient unaligned architecture | stephen hemminger | 1 | -1/+12 |
2012-04-04 | pxa168_eth: Support the get_ts_info ethtool method. | Richard Cochran | 1 | -0/+1 |
2012-04-04 | mv643xx_eth: Support the get_ts_info ethtool method. | Richard Cochran | 1 | -0/+1 |
2012-04-04 | sky2: fix missing register reset on error path in sky2_test_msi() | Lino Sanfilippo | 1 | -2/+2 |
2012-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -2/+3 |
2012-04-03 | sky2: dont overwrite settings for PHY Quick link | Lino Sanfilippo | 1 | -2/+3 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2 | -2/+0 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 2 | -2/+0 |
2012-03-22 | sky2: override for PCI legacy power management | stephen hemminger | 1 | -0/+11 |
2012-03-17 | pxa168: remove unused stats member. | Rami Rosen | 1 | -1/+0 |
2012-02-24 | ethernet: unify return value of .ndo_set_mac_address if address is invalid | Danny Kukawka | 2 | -2/+2 |
2012-02-16 | net: use eth_hw_addr_random() and reset addr_assign_type | Danny Kukawka | 1 | -1/+2 |
2012-02-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -58/+13 |
2012-02-07 | Revert "skge: check for PCI dma mapping errors" | stephen hemminger | 1 | -58/+13 |
2012-02-06 | netdev: ethernet dev_alloc_skb to netdev_alloc_skb | Pradeep A Dalvi | 2 | -2/+2 |
2012-02-01 | drivers/net: Remove alloc_etherdev error messages | Joe Perches | 2 | -6/+2 |
2012-02-01 | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 1 | -6/+4 |
2012-01-23 | skge: add byte queue limit support | stephen hemminger | 1 | -13/+24 |
2012-01-23 | mv643xx_eth: Add Rx Discard and Rx Overrun statistics | Paulius Zaleckas | 1 | -0/+14 |
2012-01-23 | skge: check for PCI dma mapping errors | stephen hemminger | 1 | -13/+58 |
2012-01-23 | skge: don't assert carrier until link is up | stephen hemminger | 1 | -0/+1 |
2012-01-11 | pxa168-eth: use an unique MDIO bus name. | Florian Fainelli | 1 | -1/+2 |
2012-01-11 | mv643xx-eth: use an unique MDIO bus name. | Florian Fainelli | 1 | -1/+2 |
2012-01-10 | Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -4/+6 |
2012-01-03 | skge: fix warning when CONFIG_PM is defined but not CONFIG_PM_SLEEP | Daniel Halperin | 1 | -2/+2 |