aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ibmveth.c
AgeCommit message (Expand)Author
2010-12-10netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings
2010-10-21ibmveth: Free irq on error pathDenis Kirjanov
2010-10-21ibmveth: Cleanup error handling inside ibmveth_openDenis Kirjanov
2010-09-06ibmveth: Update module information and versionSantiago Leon
2010-09-06ibmveth: Remove some unnecessary include filesSantiago Leon
2010-09-06ibmveth: Convert driver specific assert to BUG_ONSantiago Leon
2010-09-06ibmveth: Return -EINVAL on all ->probe errorsSantiago Leon
2010-09-06ibmveth: Coding style fixesSantiago Leon
2010-09-06ibmveth: Some formatting fixesSantiago Leon
2010-09-06ibmveth: Convert driver specific error functions to netdev_errSantiago Leon
2010-09-06ibmveth: Convert driver specific debug to netdev_dbgSantiago Leon
2010-09-06ibmveth: Remove redundant function prototypesSantiago Leon
2010-09-06ibmveth: Convert to netdev_alloc_skbSantiago Leon
2010-09-06ibmveth: remove procfs codeSantiago Leon
2010-09-06ibmveth: Enable IPv6 checksum offloadSantiago Leon
2010-09-06ibmveth: Remove duplicate checksum offload setup codeSantiago Leon
2010-09-06ibmveth: Add optional flush of rx bufferSantiago Leon
2010-09-06ibmveth: Add scatter-gather supportSantiago Leon
2010-09-06ibmveth: Use lighter weight read memory barrier in ibmveth_pollAnton Blanchard
2010-09-06ibmveth: Add rx_copybreakSantiago Leon
2010-09-06ibmveth: Add tx_copybreakSantiago Leon
2010-09-06ibmveth: Remove LLTXSantiago Leon
2010-09-06ibmveth: batch rx buffer replacementSantiago Leon
2010-09-06ibmveth: Remove integer divide caused by modulusSantiago Leon
2010-08-19ibmveth: Fix opps during MTU change on an active deviceRobert Jennings
2010-07-16ibmveth: lost IRQ while closing/opening device leads to service lossRobert Jennings
2010-05-17drivers/net: Use kcalloc or kzallocJulia Lawall
2010-05-17ibmveth: Add suspend/resume supportBrian King
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-05-17net/ibmveth: fix panic in probeStephen Rothwell
2009-05-17net: remove needless (now buggy) & from dev->dev_addrJiri Pirko
2009-05-04net: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman
2009-04-16ibmveth: convert to net_device_opsAlexander Beregalov
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2009-01-13powerpc: Cleanup from l64 to ll64 change: drivers/netStephen Rothwell
2009-01-06ibmveth: use consistent typesStephen Rothwell
2008-12-28net: ehea NAPI interface cleanup fixStephen Rothwell
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller