summaryrefslogtreecommitdiffstats
path: root/drivers/net/ibmveth.c
Commit message (Expand)AuthorAgeFilesLines
* netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings2010-12-101-6/+1
* ibmveth: Free irq on error pathDenis Kirjanov2010-10-211-2/+4
* ibmveth: Cleanup error handling inside ibmveth_openDenis Kirjanov2010-10-211-24/+20
* ibmveth: Update module information and versionSantiago Leon2010-09-061-25/+23
* ibmveth: Remove some unnecessary include filesSantiago Leon2010-09-061-3/+0
* ibmveth: Convert driver specific assert to BUG_ONSantiago Leon2010-09-061-23/+11
* ibmveth: Return -EINVAL on all ->probe errorsSantiago Leon2010-09-061-2/+2
* ibmveth: Coding style fixesSantiago Leon2010-09-061-145/+172
* ibmveth: Some formatting fixesSantiago Leon2010-09-061-16/+16
* ibmveth: Convert driver specific error functions to netdev_errSantiago Leon2010-09-061-41/+47
* ibmveth: Convert driver specific debug to netdev_dbgSantiago Leon2010-09-061-24/+20
* ibmveth: Remove redundant function prototypesSantiago Leon2010-09-061-7/+1
* ibmveth: Convert to netdev_alloc_skbSantiago Leon2010-09-061-1/+1
* ibmveth: remove procfs codeSantiago Leon2010-09-061-113/+0
* ibmveth: Enable IPv6 checksum offloadSantiago Leon2010-09-061-11/+48
* ibmveth: Remove duplicate checksum offload setup codeSantiago Leon2010-09-061-17/+1
* ibmveth: Add optional flush of rx bufferSantiago Leon2010-09-061-0/+21
* ibmveth: Add scatter-gather supportSantiago Leon2010-09-061-60/+124
* ibmveth: Use lighter weight read memory barrier in ibmveth_pollAnton Blanchard2010-09-061-1/+1
* ibmveth: Add rx_copybreakSantiago Leon2010-09-061-6/+23
* ibmveth: Add tx_copybreakSantiago Leon2010-09-061-8/+20
* ibmveth: Remove LLTXSantiago Leon2010-09-061-6/+1
* ibmveth: batch rx buffer replacementSantiago Leon2010-09-061-5/+8
* ibmveth: Remove integer divide caused by modulusSantiago Leon2010-09-061-4/+7
* ibmveth: Fix opps during MTU change on an active deviceRobert Jennings2010-08-191-17/+15
* ibmveth: lost IRQ while closing/opening device leads to service lossRobert Jennings2010-07-161-1/+3
* drivers/net: Use kcalloc or kzallocJulia Lawall2010-05-171-2/+1
* ibmveth: Add suspend/resume supportBrian King2010-05-171-0/+12
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-1/+0
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
|/
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko2010-02-221-3/+2
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-2/+3
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-181-1/+1
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* net/ibmveth: fix panic in probeStephen Rothwell2009-05-171-1/+1
* net: remove needless (now buggy) & from dev->dev_addrJiri Pirko2009-05-171-2/+2
* net: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman2009-05-041-4/+4
* ibmveth: convert to net_device_opsAlexander Beregalov2009-04-161-10/+16
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-4/+4
* powerpc: Cleanup from l64 to ll64 change: drivers/netStephen Rothwell2009-01-131-8/+8
* ibmveth: use consistent typesStephen Rothwell2009-01-061-2/+2
* net: ehea NAPI interface cleanup fixStephen Rothwell2008-12-281-1/+1
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-3/+3
* netdevice: safe convert to netdev_priv() #part-2Wang Chen2008-11-121-17/+17
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
OpenPOWER on IntegriCloud