aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hp100.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-08drivers/net: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser1-10/+8
2011-06-19hp100: fix an skb->len raceEric Dumazet1-2/+2
2011-05-31Revert "net: fix section mismatches"David S. Miller1-6/+6
2011-04-18net: fix section mismatchesMichał Mirosław1-6/+6
2011-03-31Fix common misspellingsLucas De Marchi1-8/+8
2010-09-26drivers/net: return operator cleanupEric Dumazet1-3/+3
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-08-02hp100: unmap memory on error pathDan Carpenter1-2/+4
2010-07-05hp100: Use the instance of net_device_stats from net_device.Kulikov Vasiliy1-25/+22
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-7/+3
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko1-3/+3
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+4
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-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-5/+8
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-3/+3
2009-06-17net: fix network drivers ndo_start_xmit() return valuesPatrick McHardy1-18/+17
2009-05-01net: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-2/+2
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-01-07hp100: update to net_device_opsStephen Hemminger1-8/+24
2008-12-16hp100: use roundup instead of open codingIlpo Järvinen1-4/+4
2008-12-03netdev: remove pathetic compile-command linesAlexey Dobriyan1-9/+0
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-01-28NULL noise in drivers/netAl Viro1-1/+1
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-2/+2
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-3/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-5/+0
2007-06-01net/hp100: fix section mismatch warningSam Ravnborg1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-02-06hp100: convert pci_module_init() to pci_register_driver()Richard Knutsson1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-10-02[PATCH] hp100: fix conditional compilation messJeff Garzik1-3/+5
2006-10-01[netdrvr] hp100: encapsulate all non-module codeJeff Garzik1-2/+3
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-77/+77
2006-08-14[PATCH] remove unnecessary config.h includes from drivers/net/Dave Jones1-1/+0
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu1-5/+2
2006-02-09Merge branch 'viro'Jeff Garzik1-22/+8
2006-01-28[PATCH] dead code removed in hp100Al Viro1-22/+8
2006-01-17[PATCH] drivers/net/*: use time_after() and friendsMarcelo Feitoza Parisi1-2/+3
2006-01-10spelling: s/retreive/retrieve/Adrian Bunk1-1/+1
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-09-14[PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan1-32/+16
2005-06-26drivers/net/: Use the DMA_{64,32}BIT_MASK constantsDomen Puncer1-1/+2