aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-4/+4
2010-03-24net/various: remove trailing space in messagesFrans Pop1-1/+1
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko1-3/+4
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-01-13drivers/net/tlan: Remove TRUE/FALSE defines, use boolJoe Perches1-14/+14
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-4/+3
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-2/+0
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-2/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-3/+3
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-01-07tlan: update to net_device_opsStephen Hemminger1-10/+16
2008-12-16tlan: Remove broken support for big buffersSakari Ailus1-134/+77
2008-12-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+15
2008-12-16tlan: Fix pci memory unmappingSakari Ailus1-4/+9
2008-12-16tlan: Fix small (< 64 bytes) datagram transmissionsSakari Ailus1-4/+6
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-1/+2
2008-08-14tlan: Fix two regressions introduced by 64bit conversion.Robert Fitzsimons1-4/+4
2008-05-30tlan: wrap source linesStephen Hemminger1-106/+188
2008-05-30tlan: proper shared IRQ supportStephen Hemminger1-44/+17
2008-05-30tlan: manage rx allocation failure betterStephen Hemminger1-34/+29
2008-05-30tlan: 64bit conversionStephen Hemminger1-21/+17
2008-05-30tlan: use netdevice statsStephen Hemminger1-17/+16
2008-05-30tlan: get rid of padding bufferStephen Hemminger1-30/+7
2008-02-23tlan: add static to function definitionsHarvey Harrison1-32/+32
2008-02-05drivers/net/tlan.c: compilation warning fixLeonardo Potenza1-7/+18
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-4/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-2/+0
2006-11-22WorkStruct: make allyesconfigDavid Howells1-1/+22
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+3
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-172/+172
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-02-24[PATCH] drivers/net/tlan.c: #ifdef CONFIG_PCI the PCI specific codeAdrian Bunk1-0/+2
2006-01-03s/retreiv/retriev/gMatt Mackall1-2/+2
2005-06-26drivers/net/: Use the DMA_{64,32}BIT_MASK constantsDomen Puncer1-1/+2
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch iff-running1-2/+2
2005-05-15[PATCH] fix PROMISC/bridging in TLAN driverJames Harper1-0/+1
2005-05-15[PATCH] tlan: restore deleted module parameters.Stephen Hemminger1-0/+11
2005-05-12[netdrvrs] Use netif_carrier_* instead of IFF_RUNNING1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+3304