| Commit message (Expand) | Author | Age | Files | Lines |
* | i825xx: Move the Intel 82586/82593/82596 based drivers | Jeff Kirsher | 2011-08-11 | 1 | -1412/+0 |
* | drivers/net: normalize TX_TIMEOUT | Eric Dumazet | 2010-11-09 | 1 | -1/+1 |
* | lasi82596: fix netdev_mc_count conversion | Helge Deller | 2010-06-21 | 1 | -1/+1 |
* | drivers/net: remove useless semicolons | Joe Perches | 2010-05-18 | 1 | -1/+1 |
* | net: trans_start cleanups | Eric Dumazet | 2010-05-10 | 1 | -2/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 1 | -1/+1 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+1 |
* | | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 | 1 | -3/+3 |
|/ |
|
* | net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2 | Jiri Pirko | 2010-02-26 | 1 | -3/+4 |
* | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 | 1 | -3/+3 |
* | drivers/net/lib82596.c: use %pM to shown MAC address | H Hartley Sweeten | 2009-12-30 | 1 | -5/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-10 | 1 | -1/+1 |
|\ |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | | drivers/net: request_irq - Remove unnecessary leading & from second arg | Joe Perches | 2009-11-19 | 1 | -1/+1 |
* | | net: Use netdev_alloc_skb_ip_align() | Eric Dumazet | 2009-10-13 | 1 | -6/+5 |
|/ |
|
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-06 | 1 | -2/+2 |
* | lib82596: convert to net_device_ops | Alexander Beregalov | 2009-04-16 | 1 | -9/+14 |
* | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-04 | 1 | -1/+0 |
* | net: convert print_mac to %pM | Johannes Berg | 2008-10-28 | 1 | -9/+4 |
* | LIB82596: correct data types for hardware addresses | Thomas Bogendoerfer | 2007-12-01 | 1 | -25/+25 |
* | [NETDRVR] lib82596, netxen: delete pointless tests from irq handler | Jeff Garzik | 2007-10-24 | 1 | -7/+1 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-11 | 1 | -10/+8 |
* | [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code | Jeff Garzik | 2007-10-11 | 1 | -37/+27 |
* | Extract chip specific code out of lasi_82596.c | Thomas Bogendoerfer | 2007-07-09 | 1 | -0/+1434 |