aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip/xircom_cb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-12ewrk3/tulip: Move the DEC - Tulip driversJeff Kirsher1-1154/+0
2011-05-09tulip: Convert uses of KERN_DEBUGJoe Perches1-1/+1
2011-05-09tulip: Convert printks to netdev_<level>Joe Perches1-61/+71
2011-05-09tulip: xircom_cb: Convert #ifdef DEBUG blocks and enter/leave usesJoe Perches1-121/+13
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings1-15/+0
2010-03-24net/tulip: remove trailing space in messagesFrans Pop1-3/+3
2010-01-31tulip/xircom_cb.c: Use dev_<level> and pr_<level>Joe Perches1-19/+25
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-09-01tulip: convert drivers to netdev_tx_tStephen Hemminger1-2/+4
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-01-07xircom: convert devices to new APIStephen Hemminger1-24/+19
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-2/+1
2008-02-05xircom_cb should return NETDEV_TX_BUSY when no descriptors availableErik Mouw1-1/+1
2008-01-12xircom_cb endianness fixesAl Viro1-28/+26
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-5/+2
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10net/tulip/xircom_cb.c: remove superfulous priv assignmentMariusz Kozlowski1-1/+0
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-4/+1
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-4/+1
2007-07-10[NET]: Kill eth_copy_and_sum().David S. Miller1-1/+1
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-3/+3
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-08-19[PATCH] xircom_cb: wire up errors from pci_register_driver()Alexey Dobriyan1-2/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-05-26[netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*Jeff Garzik1-104/+104
2006-02-09Merge branch 'viro'Jeff Garzik1-0/+3
2006-01-28[PATCH] missing include of asm/irq.h in drivers/netAl Viro1-0/+3
2006-01-27[PATCH] BUG_ON() Conversion in net/tulip/xircom_cb.cEric Sesterhenn / snakebyte1-4/+2
2005-09-14[PATCH] Correct xircom_cb use of CONFIG_NET_POLL_CONTROLLERKeith Owens1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1277