| Commit message (Expand) | Author | Age | Files | Lines |
* | ewrk3/tulip: Move the DEC - Tulip drivers | Jeff Kirsher | 2011-08-12 | 1 | -2011/+0 |
* | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 2011-06-06 | 1 | -0/+1 |
* | tulip: Use pr_<level> where appropriate | Joe Perches | 2011-05-09 | 1 | -2/+3 |
* | tulip: Convert uses of KERN_DEBUG | Joe Perches | 2011-05-09 | 1 | -11/+9 |
* | tulip: Convert printks to netdev_<level> | Joe Perches | 2011-05-09 | 1 | -14/+11 |
* | tulip: Use DEFINE_PCI_DEVICE_TABLE and static const | Joe Perches | 2010-12-21 | 1 | -6/+9 |
* | tulip: use integrated netdev stats | Eric Dumazet | 2010-09-03 | 1 | -5/+5 |
* | Tulip: don't initialize SBE xT3E3 WAN ports. | Krzysztof HaĆasa | 2010-08-02 | 1 | -0/+6 |
* | tulip: formatting of pointers in printk() | Kulikov Vasiliy | 2010-07-14 | 1 | -2/+2 |
* | tulip: implement wake-on-lan support | Steven Walter | 2010-06-01 | 1 | -7/+108 |
* | tulip: explicity set to D0 power state during init | Steven Walter | 2010-06-01 | 1 | -0/+7 |
* | net: trans_start cleanups | Eric Dumazet | 2010-05-10 | 1 | -3/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 1 | -0/+1 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 | 1 | -12/+15 |
|/ |
|
* | tulip: convert to use netdev_for_each_mc_addr | Jiri Pirko | 2010-02-18 | 1 | -11/+4 |
* | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 | 1 | -7/+11 |
* | tulip_core: Use dev_<level> and pr_<level> | Joe Perches | 2010-01-31 | 1 | -80/+82 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-01-28 | 1 | -0/+1 |
|\ |
|
| * | Please add support for Microsoft MN-120 PCMCIA network card | Ron Murray | 2010-01-23 | 1 | -0/+1 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-01-10 | 1 | -7/+25 |
|\| |
|
| * | dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board chips | Ben Hutchings | 2010-01-07 | 1 | -7/+25 |
* | | drivers/net/: use DEFINE_PCI_DEVICE_TABLE() | Alexey Dobriyan | 2010-01-07 | 1 | -1/+1 |
|/ |
|
* | drivers/net: Move && and || to end of previous line | Joe Perches | 2009-12-03 | 1 | -10/+12 |
* | drivers/net: request_irq - Remove unnecessary leading & from second arg | Joe Perches | 2009-11-18 | 1 | -2/+2 |
* | netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations | Ben Hutchings | 2009-09-03 | 1 | -2/+0 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-09-02 | 1 | -2/+3 |
|\ |
|
| * | drivers/net: fixed drivers that support netpoll use ndo_start_xmit() | Dongdong Deng | 2009-08-14 | 1 | -2/+3 |
* | | tulip: convert drivers to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 1 | -2/+3 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-08-12 | 1 | -6/+8 |
|\| |
|
| * | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 2009-07-08 | 1 | -6/+8 |
* | | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 | 1 | -1/+1 |
|/ |
|
* | tulip: fix crash on iface up with shirq debug | Kyle McMartin | 2009-03-18 | 1 | -16/+29 |
* | tulip: convert devices to new API | Stephen Hemminger | 2009-01-07 | 1 | -10/+17 |
* | drivers/net/tulip: fix sparse warnings: make do-while a compound statement | Hannes Eder | 2008-12-26 | 1 | -2/+2 |
* | net: convert print_mac to %pM | Johannes Berg | 2008-10-27 | 1 | -7/+4 |
* | drivers/net/tulip: update first comment in tulip files | Grant Grundler | 2008-06-24 | 1 | -5/+3 |
* | net: Eliminate flush_scheduled_work() calls while RTNL is held. | David S. Miller | 2008-06-12 | 1 | -1/+1 |
* | [netdrvr] tulip: oops in tulip_interrupt when hibernating with swsusp/suspend2 | Grant Grundler | 2008-05-30 | 1 | -2/+8 |
* | net: use get/put_unaligned_* helpers | Harvey Harrison | 2008-04-29 | 1 | -5/+5 |
* | [netdrvr] tulip: Better MWI workaround for 21143 rev 65 chip errata | Peter Horton | 2008-04-16 | 1 | -14/+5 |
* | [netdrvr] tulip_read_eeprom fixes for BUG 4420 | Grant Grundler | 2008-03-28 | 1 | -1/+6 |
* | endianness noise in tulip_core | Al Viro | 2008-01-12 | 1 | -1/+2 |
* | more trivial signedness fixes in drivers | Al Viro | 2007-10-14 | 1 | -2/+3 |
* | tulip: endianness annotations | Al Viro | 2007-10-10 | 1 | -5/+5 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-10 | 1 | -8/+7 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-10 | 1 | -1/+0 |
* | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 2007-10-10 | 1 | -2/+9 |
* | DDB5477: remove driver bits of support | Yoichi Yuasa | 2007-07-31 | 1 | -8/+0 |
* | fallout from Auke's pci ->revision patch | Al Viro | 2007-07-15 | 1 | -1/+1 |