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