aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/ibmveth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-20ibmveth: consolidate kmalloc of array, memset 0 to kcallocNicholas Mc Guire1-3/+1
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-2/+3
2015-07-15ibmveth: add support for TSO6Thomas Falcon1-25/+120
2015-04-30ibmveth: Add support for Large Receive OffloadThomas Falcon1-1/+16
2015-04-30ibmveth: Add GRO supportThomas Falcon1-1/+1
2015-04-30ibmveth: Add support for TSOThomas Falcon1-1/+18
2015-04-30ibmveth: change rx buffer default allocation for CMOThomas Falcon1-0/+3
2015-04-23ibmveth: Fix off-by-one error in ibmveth_change_mtu()David Gibson1-2/+2
2015-03-10ibmveth: enable interrupts after napi_complete()Yongbae Park1-2/+2
2015-03-03ibmveth: Add function to enable live MAC address changesThomas Falcon1-1/+23
2014-08-22ibmveth: Fix endian issues with rx_no_buffer statisticAnton Blanchard1-4/+14
2014-03-24ibmveth: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-14ibmveth: Don't receive packets when the napi budget == 0Eric W. Biederman1-2/+2
2014-03-06ibmveth: Fix endian issues with MAC addressesAnton Blanchard1-9/+16
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-4/+8
2013-12-30powerpc/iommu: Update the generic code to use dynamic iommu page sizesAlistair Popple1-6/+9
2013-12-30powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple1-4/+5
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-2/+2
2013-09-04ibmveth: Fix little endian issuesAnton Blanchard1-2/+2
2013-05-05net/eth/ibmveth: Fixup retrieval of MAC addressBenjamin Herrenschmidt1-13/+10
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-4/+2
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-1/+0
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+2
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03ibmveth: remove __dev* attributesBill Pemberton1-3/+3
2012-09-05ibmveth: Fix alignment of rx queue bugSantiago Leon1-17/+9
2012-03-28powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt1-5/+2
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-2/+4
2011-10-19net: add skb frag size accessorsEric Dumazet1-3/+3
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-2/+2
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-20/+40
2011-09-15ibmveth: convert to SKB paged frag API.Ian Campbell1-3/+2
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-11ehea/ibm*: Move the IBM driversJeff Kirsher1-0/+1619