summaryrefslogtreecommitdiffstats
path: root/drivers/net/starfire.c
Commit message (Expand)AuthorAgeFilesLines
* starfire: Temporary kludge to fix powerpc build.David S. Miller2010-09-011-1/+1
* starfire: use BUILD_BUG_ON for netdrv_addr_tAkinobu Mita2010-08-281-5/+1
* starfire: use PCI_VDEVICEAkinobu Mita2010-08-281-1/+1
* starfire: Use the instance of net_device_stats from net_device.Kulikov Vasiliy2010-07-051-24/+23
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-2/+0
* net: trans_start cleanupsEric Dumazet2010-05-101-3/+1
* net: convert multicast list to list_headJiri Pirko2010-04-031-5/+5
* net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko2010-02-261-2/+1
* net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko2010-02-181-2/+2
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-281-1/+4
|\
| * starfire: clean up properly if firmware loading failsBen Hutchings2010-01-261-1/+4
* | 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/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-1/+1
|\
| * Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-1/+1
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
|/
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* starfire: fix non-constant printk warningsStephen Hemminger2009-02-261-1/+1
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-3/+3
* starfire: update to net_device_opsStephen Hemminger2009-01-071-12/+22
* starfire: use request_firmware()Jaswinder Singh Rajput2009-01-041-6/+48
* drivers/net: fix sparse warnings: make do-while a compound statementHannes Eder2008-12-251-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-231-0/+5
|\
| * drivers/net: starfire: Fix napi ->poll() weight handlingJarek Poplawski2008-12-161-0/+5
* | net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-3/+3
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* | net: convert print_mac to %pMJohannes Berg2008-10-271-9/+4
|/
* starfire: delete non NAPI code from the driver.Francois Romieu2008-07-071-66/+45
* netdrv: don't truncate VLAN TCI with VLAN strippingPatrick McHardy2008-07-061-1/+1
* [NET]: Undo code bloat in hot paths due to print_mac().David S. Miller2008-04-081-6/+5
* starfire: secton fixAndrew Morton2008-02-091-1/+1
* starfire VLAN fixAl Viro2007-12-141-1/+1
* starfire: trivial endianness annotationsAl Viro2007-10-101-44/+44
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-12/+14
* [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-23/+28
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-07-121-1/+1
|\
| * PCI: add pci_try_set_mwiRandy Dunlap2007-07-111-1/+1
* | [NET]: Kill eth_copy_and_sum().David S. Miller2007-07-101-1/+1
|/
* starfire list alpha as 64 bit archmaximilian attems2007-07-021-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-021-3/+2
* [PATCH] severing skbuff.h -> mm.hAl Viro2006-12-041-0/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-241-4/+4
|\
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-2/+2
| * drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-1/+1
OpenPOWER on IntegriCloud