aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip/xircom_cb.c
Commit message (Expand)AuthorAgeFilesLines
* tulip: Convert uses of KERN_DEBUGJoe Perches2011-05-091-1/+1
* tulip: Convert printks to netdev_<level>Joe Perches2011-05-091-61/+71
* tulip: xircom_cb: Convert #ifdef DEBUG blocks and enter/leave usesJoe Perches2011-05-091-121/+13
* ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-171-15/+0
* net/tulip: remove trailing space in messagesFrans Pop2010-03-241-3/+3
* tulip/xircom_cb.c: Use dev_<level> and pr_<level>Joe Perches2010-01-311-19/+25
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-181-1/+1
* tulip: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+4
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* xircom: convert devices to new APIStephen Hemminger2009-01-071-24/+19
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* net: convert print_mac to %pMJohannes Berg2008-10-271-2/+1
* xircom_cb should return NETDEV_TX_BUSY when no descriptors availableErik Mouw2008-02-051-1/+1
* xircom_cb endianness fixesAl Viro2008-01-121-28/+26
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-5/+2
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* net/tulip/xircom_cb.c: remove superfulous priv assignmentMariusz Kozlowski2007-10-101-1/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-07-121-4/+1
|\
| * PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-111-4/+1
* | [NET]: Kill eth_copy_and_sum().David S. Miller2007-07-101-1/+1
|/
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-3/+3
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
* [PATCH] xircom_cb: wire up errors from pci_register_driver()Alexey Dobriyan2006-08-191-2/+1
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*Jeff Garzik2006-05-261-104/+104
* Merge branch 'viro'Jeff Garzik2006-02-091-0/+3
|\
| * [PATCH] missing include of asm/irq.h in drivers/netAl Viro2006-01-281-0/+3
* | [PATCH] BUG_ON() Conversion in net/tulip/xircom_cb.cEric Sesterhenn / snakebyte2006-01-271-4/+2
|/
* [PATCH] Correct xircom_cb use of CONFIG_NET_POLL_CONTROLLERKeith Owens2005-09-141-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1277