summaryrefslogtreecommitdiffstats
path: root/drivers/net/tlan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | drivers/net: return operator cleanupEric Dumazet2010-09-261-1/+1
* | drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-4/+4
|/
* net: trans_start cleanupsEric Dumazet2010-05-101-2/+1
* net: convert multicast list to list_headJiri Pirko2010-04-031-4/+4
* net/various: remove trailing space in messagesFrans Pop2010-03-241-1/+1
* net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko2010-02-261-3/+4
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* drivers/net/tlan: Remove TRUE/FALSE defines, use boolJoe Perches2010-01-131-14/+14
* 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-2/+2
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-4/+3
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-031-2/+0
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-3/+3
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* tlan: update to net_device_opsStephen Hemminger2009-01-071-10/+16
* tlan: Remove broken support for big buffersSakari Ailus2008-12-161-134/+77
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-161-8/+15
|\
| * tlan: Fix pci memory unmappingSakari Ailus2008-12-161-4/+9
| * tlan: Fix small (< 64 bytes) datagram transmissionsSakari Ailus2008-12-161-4/+6
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-2/+0
|/
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-131-1/+2
* tlan: Fix two regressions introduced by 64bit conversion.Robert Fitzsimons2008-08-141-4/+4
* tlan: wrap source linesStephen Hemminger2008-05-301-106/+188
* tlan: proper shared IRQ supportStephen Hemminger2008-05-301-44/+17
* tlan: manage rx allocation failure betterStephen Hemminger2008-05-301-34/+29
* tlan: 64bit conversionStephen Hemminger2008-05-301-21/+17
* tlan: use netdevice statsStephen Hemminger2008-05-301-17/+16
* tlan: get rid of padding bufferStephen Hemminger2008-05-301-30/+7
* tlan: add static to function definitionsHarvey Harrison2008-02-231-32/+32
* drivers/net/tlan.c: compilation warning fixLeonardo Potenza2008-02-051-7/+18
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-111-4/+1
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-2/+0
* WorkStruct: make allyesconfigDavid Howells2006-11-221-1/+22
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+3
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-172/+172
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] drivers/net/tlan.c: #ifdef CONFIG_PCI the PCI specific codeAdrian Bunk2006-02-241-0/+2
* s/retreiv/retriev/gMatt Mackall2006-01-031-2/+2
* drivers/net/: Use the DMA_{64,32}BIT_MASK constantsDomen Puncer2005-06-261-1/+2
* Automatic merge of /spare/repo/netdev-2.6 branch iff-running2005-06-041-2/+2
|\
| * [netdrvrs] Use netif_carrier_* instead of IFF_RUNNING2005-05-121-2/+2
* | [PATCH] fix PROMISC/bridging in TLAN driverJames Harper2005-05-151-0/+1
* | [PATCH] tlan: restore deleted module parameters.Stephen Hemminger2005-05-151-0/+11
|/
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+3304
OpenPOWER on IntegriCloud