Age | Commit message (Expand) | Author | Files | Lines |
2011-07-01 | net: am79c961a: Omit check for multicast bit in netdev_for_each_mc_addr | Tobias Klauser | 1 | -8/+6 |
2011-06-22 | net: remove mm.h inclusion from netdevice.h | Alexey Dobriyan | 1 | -0/+1 |
2011-06-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -102/+106 |
2011-06-12 | net: ep93xx_eth: fix DMA API violations | Mika Westerberg | 1 | -5/+13 |
2011-06-12 | net: ep93xx_eth: drop GFP_DMA from call to dma_alloc_coherent() | Mika Westerberg | 1 | -1/+1 |
2011-06-12 | net: ep93xx_eth: allocate buffers using kmalloc() | Mika Westerberg | 1 | -31/+20 |
2011-06-12 | net: ep93xx_eth: pass struct device to DMA API functions | Mika Westerberg | 1 | -10/+13 |
2011-06-12 | NET: am79c961: fix assembler warnings | Russell King - ARM Linux | 1 | -17/+18 |
2011-06-12 | NET: am79c961: ensure multicast filter is correctly set at open | Russell King - ARM Linux | 1 | -37/+40 |
2011-06-12 | NET: am79c961: ensure asm() statements are marked volatile | Russell King - ARM Linux | 1 | -7/+7 |
2011-06-07 | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 3 | -0/+3 |
2011-05-24 | ptp: Added a clock driver for the IXP46x. | Richard Cochran | 1 | -3/+192 |
2011-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2 | -5/+7 |
2011-05-06 | ARM: RiscPC: etherh: fix section mismatches | Russell King | 1 | -2/+2 |
2011-04-30 | ethtool: cosmetic: Use ethtool ethtool_cmd_speed API | David Decotigny | 2 | -5/+7 |
2011-01-24 | module: fix missing semicolons in MODULE macro usage | Rusty Russell | 1 | -1/+1 |
2011-01-14 | ks8695net: Use default implementation of ethtool_ops::get_link | Ben Hutchings | 1 | -15/+1 |
2011-01-14 | ks8695net: Disable non-working ethtool operations | Ben Hutchings | 1 | -183/+99 |
2011-01-06 | net: ixp4xx_eth: Return proper error for eth_init_one | Axel Lin | 1 | -1/+3 |
2010-12-07 | net: am79c961a: Omit private ndo_get_stats function | Tobias Klauser | 1 | -9/+0 |
2010-11-09 | drivers/net: normalize TX_TIMEOUT | Eric Dumazet | 1 | -1/+1 |
2010-08-20 | ep93xx_eth: Use net_device_stats from struct net_device | Tobias Klauser | 1 | -24/+15 |
2010-08-19 | ether3: Use net_device_stats from struct net_device | Tobias Klauser | 2 | -24/+10 |
2010-08-19 | ether1: Use net_device_stats from struct net_device | Tobias Klauser | 2 | -23/+12 |
2010-08-17 | am79c961a: Use net_device_stats from struct net_device | Tobias Klauser | 2 | -20/+16 |
2010-08-11 | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/... | Linus Torvalds | 1 | -1/+1 |
2010-07-19 | net: preserve ifreq parameter when calling generic phy_mii_ioctl(). | Richard Cochran | 1 | -1/+2 |
2010-07-16 | net/nuc900: enable Mac driver clock | Wan ZongShun | 1 | -0/+3 |
2010-06-01 | ixp4xx: Support the all multicast flag on the NPE devices. | Richard Cochran | 1 | -0/+11 |
2010-05-27 | IXP4xx: Make mdio_bus struct static in the Ethernet driver. | Krzysztof Hałasa | 1 | -1/+1 |
2010-05-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -5/+5 |
2010-05-10 | net: trans_start cleanups | Eric Dumazet | 8 | -13/+2 |
2010-05-07 | KS8695: Remove unnecessary memset of netdev private data | Tobias Klauser | 1 | -1/+0 |
2010-05-04 | net: ep93xx_eth stops receiving packets | David S. Miller | 1 | -5/+5 |
2010-04-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 6 | -1/+5 |
2010-04-04 | net: convert multicast list to list_head | Jiri Pirko | 4 | -15/+15 |
2010-03-31 | net: remove redundant code | Eric Dumazet | 1 | -1/+0 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 6 | -1/+5 |
2010-03-20 | KS8695: update ksp->next_rx_desc_read at the end of rx loop | Yegor Yefremov | 1 | -15/+9 |
2010-03-08 | fix a race in ks8695_poll | Figo.zhang | 1 | -1/+1 |
2010-02-26 | KS8695: Don't call netif_carrier_off() from ndo_stop() | Yegor Yefremov | 1 | -1/+0 |
2010-02-23 | net/arm: convert to use netdev_for_each_mc_addr | Jiri Pirko | 5 | -30/+28 |
2010-02-12 | net: move am79c961's probe function to .devinit.text | Uwe Kleine-König | 1 | -1/+1 |
2010-02-12 | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 4 | -6/+6 |
2010-01-23 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2010-01-08 | ep93xx_eth.c general cleanup | H Hartley Sweeten | 1 | -72/+68 |
2010-01-05 | ARM: 5865/1: nuc900 ethernet driver needs mii | Li Jie | 1 | -0/+1 |
2009-12-13 | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/... | Linus Torvalds | 1 | -1/+1 |
2009-12-05 | IXP4xx: Fix normally-disabled debugging text in drivers/net/arm/ixp4xx_eth.c. | Krzysztof Hałasa | 1 | -1/+1 |
2009-12-02 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -9/+3 |