summaryrefslogtreecommitdiffstats
path: root/drivers/net/epic100.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-2/+2
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-2/+2
* | drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-1/+1
|/
* epic100: Use the instance of net_device_stats from net_device.Kulikov Vasiliy2010-07-051-25/+22
* epic100: Test __BIG_ENDIAN instead of (non-existent) CONFIG_BIG_ENDIANRoland Dreier2010-06-031-3/+4
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-4/+0
* net: trans_start cleanupsEric Dumazet2010-05-101-2/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-1/+0
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko2010-02-221-2/+1
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-3/+3
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-4/+4
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-181-1/+1
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-3/+2
|\
| * Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-3/+2
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
|/
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-3/+3
* epic100: update to net_device_opsStephen Hemminger2009-01-071-8/+13
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-3/+3
* netdevice: safe convert to netdev_priv() #part-2Wang Chen2008-11-121-21/+21
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* pci: use pci_ioremap_bar() in drivers/netArjan van de Ven2008-10-311-1/+1
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
* epic100 endianness annotations and fixesAl Viro2008-03-171-20/+27
* [NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller2008-01-081-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-5/+4
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-101-2/+0
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-18/+18
* [NET]: Kill eth_copy_and_sum().David S. Miller2007-07-101-1/+1
* remove broken URLs from net drivers' outputMarkus Dahms2007-05-091-6/+4
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-3/+0
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-2/+2
* Merge branch 'tmp' into upstreamJeff Garzik2006-09-121-3/+2
|\
| * [PATCH] Remove more unnecessary driver printk'sAndy Gospodarek2006-09-121-3/+2
* | drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
|/
* [netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...Jeff Garzik2006-07-051-8/+7
* [netdrvr] Use dev_printk() when ethernet interface isn't availableJeff Garzik2006-07-051-11/+12
* [netdrvr] epic100: minor cleanupsJeff Garzik2006-07-051-61/+10
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [netdrvr] Remove long-unused bits from Becker template driversJeff Garzik2006-06-261-17/+3
* [NET]: Avoid allocating skb in skb_padHerbert Xu2006-06-231-5/+2
* [netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*Jeff Garzik2006-05-261-28/+28
* Massive net driver const-ification.Arjan van de Ven2006-03-031-2/+2
* [PATCH] epic100: fix counting of work_done in epic_pollJohn W. Linville2005-10-181-2/+2
OpenPOWER on IntegriCloud