summaryrefslogtreecommitdiffstats
path: root/drivers/net/dl2k.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-1/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-2/+0
* net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* net: convert multiple drivers to use netdev_for_each_mc_addrJiri Pirko2010-02-171-4/+1
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-3/+3
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-2/+2
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-181-1/+1
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-11/+7
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+2
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-8/+9
* net: dont update dev->trans_startEric Dumazet2009-05-291-5/+3
* dma-mapping: replace all DMA_48BIT_MASK macro with DMA_BIT_MASK(48)Yang Hongyang2009-04-071-1/+1
* dl2k: convert to net_device_opsStephen Hemminger2008-11-211-8/+14
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
* [netdrvr] kill sync_irq-before-freq_irq patternJeff Garzik2008-06-281-1/+1
* dl2k: use netdev_alloc_skbStephen Hemminger2008-05-221-4/+4
* dl2k: the restAl Viro2008-01-181-3/+4
* dl2k: MSCR, MSSR, ESR, PHY_SCR fixesAl Viro2008-01-181-20/+20
* dl2k: BMSR fixesAl Viro2008-01-181-16/+16
* dl2k: ANAR, ANLPAR fixesAl Viro2008-01-181-32/+42
* dl2k: BMCR_t fixesAl Viro2008-01-181-44/+32
* dl2k endianness fixes (.24 fodder?)Al Viro2007-12-221-24/+27
* network drivers: sparse warning fixesStephen Hemminger2007-10-101-4/+4
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-4/+3
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* dl2k: add Sundance/Tamarack TC902x Gigabit Ethernet Adapter supportKomuro2007-10-101-8/+15
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-07-121-2/+1
|\
| * PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-111-2/+1
* | [NET]: Kill eth_copy_and_sum().David S. Miller2007-07-101-2/+2
|/
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-4/+0
* 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-82/+82
|\
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-2/+2
| * drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-79/+79
| * drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
* | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
|/
* [netdrvr] Remove Linux-specific changelogs from several Becker template driversJeff Garzik2006-07-051-41/+2
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* typo fixes: infomation -> informationAdrian Bunk2006-06-301-1/+1
* [PATCH] dl2k needs dma-mapping.hAndrew Morton2006-05-151-0/+1
* dl2k: use DMA_48BIT_MASK constantFrancois Romieu2006-05-101-6/+6
* Merge branch 'upstream-fixes'Jeff Garzik2006-03-111-10/+15
|\
| * [PATCH] dl2k: DMA freeing errorJon Mason2006-03-111-10/+15
* | Massive net driver const-ification.Arjan van de Ven2006-03-031-2/+2
|/
* [NET]: Remove gratuitous use of skb->tail in network drivers.David S. Miller2005-06-281-4/+4
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1872
OpenPOWER on IntegriCloud