summaryrefslogtreecommitdiffstats
path: root/drivers/net/ibmveth.c
Commit message (Expand)AuthorAgeFilesLines
* ehea/ibm*: Move the IBM driversJeff Kirsher2011-08-111-1619/+0Star
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-1/+1
* net: ibmveth: force reconfiguring checksum settings on startupMichał Mirosław2011-04-281-0/+2
* net: ibmveth: convert to hw_featuresMichał Mirosław2011-04-201-69/+27Star
* netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings2010-12-111-6/+1Star
* ibmveth: Free irq on error pathDenis Kirjanov2010-10-211-2/+4
* ibmveth: Cleanup error handling inside ibmveth_openDenis Kirjanov2010-10-211-24/+20Star
* ibmveth: Update module information and versionSantiago Leon2010-09-071-25/+23Star
* ibmveth: Remove some unnecessary include filesSantiago Leon2010-09-071-3/+0Star
* ibmveth: Convert driver specific assert to BUG_ONSantiago Leon2010-09-071-23/+11Star
* ibmveth: Return -EINVAL on all ->probe errorsSantiago Leon2010-09-071-2/+2
* ibmveth: Coding style fixesSantiago Leon2010-09-071-145/+172
* ibmveth: Some formatting fixesSantiago Leon2010-09-071-16/+16
* ibmveth: Convert driver specific error functions to netdev_errSantiago Leon2010-09-071-41/+47
* ibmveth: Convert driver specific debug to netdev_dbgSantiago Leon2010-09-071-24/+20Star
* ibmveth: Remove redundant function prototypesSantiago Leon2010-09-071-7/+1Star
* ibmveth: Convert to netdev_alloc_skbSantiago Leon2010-09-071-1/+1
* ibmveth: remove procfs codeSantiago Leon2010-09-071-113/+0Star
* ibmveth: Enable IPv6 checksum offloadSantiago Leon2010-09-071-11/+48
* ibmveth: Remove duplicate checksum offload setup codeSantiago Leon2010-09-071-17/+1Star
* ibmveth: Add optional flush of rx bufferSantiago Leon2010-09-071-0/+21
* ibmveth: Add scatter-gather supportSantiago Leon2010-09-071-60/+124
* ibmveth: Use lighter weight read memory barrier in ibmveth_pollAnton Blanchard2010-09-071-1/+1
* ibmveth: Add rx_copybreakSantiago Leon2010-09-071-6/+23
* ibmveth: Add tx_copybreakSantiago Leon2010-09-071-8/+20
* ibmveth: Remove LLTXSantiago Leon2010-09-071-6/+1Star
* ibmveth: batch rx buffer replacementSantiago Leon2010-09-071-5/+8
* ibmveth: Remove integer divide caused by modulusSantiago Leon2010-09-071-4/+7
* ibmveth: Fix opps during MTU change on an active deviceRobert Jennings2010-08-191-17/+15Star
* ibmveth: lost IRQ while closing/opening device leads to service lossRobert Jennings2010-07-161-1/+3
* drivers/net: Use kcalloc or kzallocJulia Lawall2010-05-181-2/+1Star
* ibmveth: Add suspend/resume supportBrian King2010-05-181-0/+12
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-1/+0Star
* 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-081-1/+1
* net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko2010-02-231-3/+2Star
* 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-191-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-061-1/+1
* net/ibmveth: fix panic in probeStephen Rothwell2009-05-181-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-051-4/+4
* ibmveth: convert to net_device_opsAlexander Beregalov2009-04-161-10/+16
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-4/+4