aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ibmveth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-16ibmveth: lost IRQ while closing/opening device leads to service lossRobert Jennings1-1/+3
2010-05-17drivers/net: Use kcalloc or kzallocJulia Lawall1-2/+1
2010-05-17ibmveth: Add suspend/resume supportBrian King1-0/+12
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
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-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko1-3/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+3
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-05-17net/ibmveth: fix panic in probeStephen Rothwell1-1/+1
2009-05-17net: remove needless (now buggy) & from dev->dev_addrJiri Pirko1-2/+2
2009-05-04net: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman1-4/+4
2009-04-16ibmveth: convert to net_device_opsAlexander Beregalov1-10/+16
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-4/+4
2009-01-13powerpc: Cleanup from l64 to ll64 change: drivers/netStephen Rothwell1-8/+8
2009-01-06ibmveth: use consistent typesStephen Rothwell1-2/+2
2008-12-28net: ehea NAPI interface cleanup fixStephen Rothwell1-1/+1
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen1-17/+17
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-08-27ibmveth: fix bad UDP checksumsSantiago Leon1-2/+3
2008-07-28ibmveth: Fix multiple errors with dma_mapping_error conversionStephen Rothwell1-4/+4
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-18/+20
2008-07-25ibmveth: enable driver for CMORobert Jennings1-34/+135
2008-07-25ibmveth: Automatically enable larger rx buffer pools for larger mtuSantiago Leon1-7/+13
2008-04-29netdev: use non-racy method for proc entries creationDenis V. Lunev1-6/+3
2008-04-18net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-03-26Use single_open instead of manual manipulations.Pavel Emelyanov1-39/+3
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: change drivers/net/ibmveth.c to use kobject_init_and_addGreg Kroah-Hartman1-4/+6
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman1-1/+1
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-3/+8
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-6/+3
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-5/+1
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-13/+5
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-4/+0
2007-10-10ibmveth: Remove use of bitfieldsBrian King1-45/+45
2007-10-10ibmveth: Remove dead frag processing codeBrian King1-83/+17
2007-10-10ibmveth: Add ethtool driver stats hooksBrian King1-0/+51
2007-10-10ibmveth: Add ethtool TSO handlersBrian King1-0/+2
2007-10-10ibmveth: Implement ethtool hooks to enable/disable checksum offloadBrian King1-2/+123
2007-10-10ibmveth: Enable TCP checksum offloadBrian King1-0/+53
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-3/+4
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-59/+58