aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ibmveth.c
Commit message (Expand)AuthorAgeFilesLines
* ibmveth: fix bad UDP checksumsSantiago Leon2008-08-271-2/+3
* ibmveth: Fix multiple errors with dma_mapping_error conversionStephen Rothwell2008-07-281-4/+4
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-18/+20
* ibmveth: enable driver for CMORobert Jennings2008-07-251-34/+135
* ibmveth: Automatically enable larger rx buffer pools for larger mtuSantiago Leon2008-07-251-7/+13
* netdev: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-6/+3
* net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* Use single_open instead of manual manipulations.Pavel Emelyanov2008-03-261-39/+3
* Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-1/+1
* Kobject: change drivers/net/ibmveth.c to use kobject_init_and_addGreg Kroah-Hartman2008-01-241-4/+6
* kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2007-10-121-1/+1
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-101-3/+8
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-6/+3
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-101-5/+1
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-101-13/+5
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-4/+0
* ibmveth: Remove use of bitfieldsBrian King2007-10-101-45/+45
* ibmveth: Remove dead frag processing codeBrian King2007-10-101-83/+17
* ibmveth: Add ethtool driver stats hooksBrian King2007-10-101-0/+51
* ibmveth: Add ethtool TSO handlersBrian King2007-10-101-0/+2
* ibmveth: Implement ethtool hooks to enable/disable checksum offloadBrian King2007-10-101-2/+123
* ibmveth: Enable TCP checksum offloadBrian King2007-10-101-0/+53
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-3/+4
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-59/+58
* drivers/net/ibmveth.c: memset fixMariusz Kozlowski2007-08-071-2/+1
* ibmveth: Fix rx pool deactivate oopsBrian King2007-08-071-10/+14
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-1/+1
* ibmveth: Automatically enable larger rx buffer pools for larger mtuBrian King2007-06-091-4/+23
* ibmveth: Fix h_free_logical_lan error on pool resizeBrian King2007-06-091-22/+31
* Fix sparse errors in drivers/net/ibmveth.cMichael Ellerman2007-04-281-4/+6
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
* [PATCH] ibmveth: Remove ibmveth "liobn" fieldBenjamin Herrenschmidt2006-12-041-4/+0
* [PATCH] ibmveth: Fix index increment calculationDavid Gibson2006-10-211-4/+6
* [PATCH] ibmveth irq fixAndrew Morton2006-10-111-1/+1
* Merge branch 'master' into upstream-fixesJeff Garzik2006-10-111-4/+4
|\
| * IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+4
* | [PATCH] ibmveth: fix int rollover panicSantiago Leon2006-10-051-1/+6
* | [PATCH] ibmveth: rename proc entry nameSantiago Leon2006-10-051-2/+6
* | [PATCH] ibmveth: kdump interrupt fixSantiago Leon2006-10-051-0/+2
* | [PATCH] ibmveth: Add netpoll functionSantiago Leon2006-10-051-0/+11
* | [PATCH] ibmveth: Harden driver initilisationMichael Ellerman2006-10-051-6/+26
|/
* Merge branch 'master' into upstreamJeff Garzik2006-09-221-1/+2
|\
| * [POWERPC] clean up pseries hcall interfacesAnton Blanchard2006-08-011-1/+2
* | drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
|/
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-06-221-1/+1
|\
| * [PATCH] powerpc: Quiet VETH version printkOlof Johansson2006-04-221-1/+1
* | [netdrvr ibmlana, ibmveth] trim trailing whitespaceJeff Garzik2006-05-241-45/+45
* | [PATCH] ibmveth change buffer pools dynamicallySantiago Leon2006-05-241-43/+168
|/