summaryrefslogtreecommitdiffstats
path: root/drivers/net/ibmveth.c
Commit message (Expand)AuthorAgeFilesLines
* netdev: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-6/+3Star
* net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-191-1/+0Star
* Use single_open instead of manual manipulations.Pavel Emelyanov2008-03-261-39/+3Star
* Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-251-1/+1
* Kobject: change drivers/net/ibmveth.c to use kobject_init_and_addGreg Kroah-Hartman2008-01-251-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-111-3/+8
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-6/+3Star
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-111-5/+1Star
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-111-13/+5Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-4/+0Star
* ibmveth: Remove use of bitfieldsBrian King2007-10-111-45/+45
* ibmveth: Remove dead frag processing codeBrian King2007-10-111-83/+17Star
* ibmveth: Add ethtool driver stats hooksBrian King2007-10-111-0/+51
* ibmveth: Add ethtool TSO handlersBrian King2007-10-111-0/+2
* ibmveth: Implement ethtool hooks to enable/disable checksum offloadBrian King2007-10-111-2/+123
* ibmveth: Enable TCP checksum offloadBrian King2007-10-111-0/+53
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-3/+4
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-111-59/+58Star
* drivers/net/ibmveth.c: memset fixMariusz Kozlowski2007-08-071-2/+1Star
* ibmveth: Fix rx pool deactivate oopsBrian King2007-08-071-10/+14
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-121-1/+1
* ibmveth: Automatically enable larger rx buffer pools for larger mtuBrian King2007-06-101-4/+23
* ibmveth: Fix h_free_logical_lan error on pool resizeBrian King2007-06-101-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-261-1/+0Star
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
* [PATCH] ibmveth: Remove ibmveth "liobn" fieldBenjamin Herrenschmidt2006-12-041-4/+0Star
* [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-231-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/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-06-231-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
|/
* [PATCH] powerpc/pseries: Change H_StudlyCaps to H_SHOUTING_CAPSSegher Boessenkool2006-04-011-15/+15
* [PATCH] disable DEBUG in ibmvethAnton Blanchard2005-11-111-1/+1
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-1/+0Star
* [PATCH] ibmveth fix panic in initial replenish cycleSantiago Leon2005-11-021-1/+1
* Merge ../linux-2.6 by handPaul Mackerras2005-10-311-79/+107
|\