aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ibmveth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-16ibmveth: Fix checksum offload failure handlingAnton Blanchard1-11/+20
2011-09-16ibmveth: Checksum offload is always disabledAnton Blanchard1-1/+1
2011-09-16ibmveth: Fix issue with DMA mapping failureAnton Blanchard1-5/+5
2011-09-16ibmveth: Fix DMA unmap errorBrian King1-1/+6
2011-08-24ibmveth: Fix leak when recycling skb and hypervisor returns errorAnton Blanchard1-3/+9
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-1/+1
2011-04-28net: ibmveth: force reconfiguring checksum settings on startupMichał Mirosław1-0/+2
2011-04-20net: ibmveth: convert to hw_featuresMichał Mirosław1-69/+27
2010-12-10netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings1-6/+1
2010-10-21ibmveth: Free irq on error pathDenis Kirjanov1-2/+4
2010-10-21ibmveth: Cleanup error handling inside ibmveth_openDenis Kirjanov1-24/+20
2010-09-06ibmveth: Update module information and versionSantiago Leon1-25/+23
2010-09-06ibmveth: Remove some unnecessary include filesSantiago Leon1-3/+0
2010-09-06ibmveth: Convert driver specific assert to BUG_ONSantiago Leon1-23/+11
2010-09-06ibmveth: Return -EINVAL on all ->probe errorsSantiago Leon1-2/+2
2010-09-06ibmveth: Coding style fixesSantiago Leon1-145/+172
2010-09-06ibmveth: Some formatting fixesSantiago Leon1-16/+16
2010-09-06ibmveth: Convert driver specific error functions to netdev_errSantiago Leon1-41/+47
2010-09-06ibmveth: Convert driver specific debug to netdev_dbgSantiago Leon1-24/+20
2010-09-06ibmveth: Remove redundant function prototypesSantiago Leon1-7/+1
2010-09-06ibmveth: Convert to netdev_alloc_skbSantiago Leon1-1/+1
2010-09-06ibmveth: remove procfs codeSantiago Leon1-113/+0
2010-09-06ibmveth: Enable IPv6 checksum offloadSantiago Leon1-11/+48
2010-09-06ibmveth: Remove duplicate checksum offload setup codeSantiago Leon1-17/+1
2010-09-06ibmveth: Add optional flush of rx bufferSantiago Leon1-0/+21
2010-09-06ibmveth: Add scatter-gather supportSantiago Leon1-60/+124
2010-09-06ibmveth: Use lighter weight read memory barrier in ibmveth_pollAnton Blanchard1-1/+1
2010-09-06ibmveth: Add rx_copybreakSantiago Leon1-6/+23
2010-09-06ibmveth: Add tx_copybreakSantiago Leon1-8/+20
2010-09-06ibmveth: Remove LLTXSantiago Leon1-6/+1
2010-09-06ibmveth: batch rx buffer replacementSantiago Leon1-5/+8
2010-09-06ibmveth: Remove integer divide caused by modulusSantiago Leon1-4/+7
2010-08-19ibmveth: Fix opps during MTU change on an active deviceRobert Jennings1-17/+15
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