Age | Commit message (Expand) | Author |
2019-03-19 | ibmveth: Make array ibmveth_stats static | YueHaibing |
2019-01-24 | ibmveth: Do not process frames after calling napi_reschedule | Thomas Falcon |
2018-12-31 | ibmveth: fix DMA unmap error in ibmveth_xmit_start error path | Tyrel Datwyler |
2018-09-18 | net: ethernet: remove redundant include | zhong jiang |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-03-26 | ethernet: Use octal not symbolic permissions | Joe Perches |
2017-08-17 | net: ibm: ibmveth: constify vio_device_id | Arvind Yadav |
2017-07-06 | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2017-06-29 | net: ibm: ibmveth: constify dev_pm_ops structures. | Arvind Yadav |
2017-06-20 | ibmveth: properly unwind on init errors | Christoph Hellwig |
2017-05-21 | ibmveth: Support to enable LSO/CSO for Trunk VEA. | Sivakumar Krishnasamy |
2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet |
2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-01-24 | ibmveth: Add a proper check for the availability of the checksum features | Thomas Huth |
2017-01-09 | net: ibm: ibmveth: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes |
2016-12-17 | ibmveth: calculate gso_segs for large packets | Thomas Falcon |
2016-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-12-09 | ibmveth: set correct gso_size and gso_type | Thomas Falcon |
2016-10-27 | ethernet: fix min/max MTU typos | Stefan Richter |
2016-10-20 | ethernet: use net core MTU range checking in more drivers | Jarod Wilson |
2016-03-07 | ibmveth: check return of skb_linearize in ibmveth_start_xmit | Thomas Falcon |
2015-12-20 | ibmveth: consolidate kmalloc of array, memset 0 to kcalloc | Nicholas Mc Guire |
2015-12-15 | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK | Tom Herbert |
2015-07-15 | ibmveth: add support for TSO6 | Thomas Falcon |
2015-04-30 | ibmveth: Add support for Large Receive Offload | Thomas Falcon |
2015-04-30 | ibmveth: Add GRO support | Thomas Falcon |
2015-04-30 | ibmveth: Add support for TSO | Thomas Falcon |
2015-04-30 | ibmveth: change rx buffer default allocation for CMO | Thomas Falcon |
2015-04-23 | ibmveth: Fix off-by-one error in ibmveth_change_mtu() | David Gibson |
2015-03-10 | ibmveth: enable interrupts after napi_complete() | Yongbae Park |
2015-03-03 | ibmveth: Add function to enable live MAC address changes | Thomas Falcon |
2014-08-22 | ibmveth: Fix endian issues with rx_no_buffer statistic | Anton Blanchard |
2014-03-24 | ibmveth: Call dev_consume_skb_any instead of dev_kfree_skb. | Eric W. Biederman |
2014-03-14 | ibmveth: Don't receive packets when the napi budget == 0 | Eric W. Biederman |
2014-03-06 | ibmveth: Fix endian issues with MAC addresses | Anton Blanchard |
2014-01-27 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds |
2013-12-30 | powerpc/iommu: Update the generic code to use dynamic iommu page sizes | Alistair Popple |
2013-12-30 | powerpc/iommu: Update constant names to reflect their hardcoded page size | Alistair Popple |
2013-12-06 | ethernet: Fix FSF address in file headers | Jeff Kirsher |
2013-10-02 | net:drivers/net: Miscellaneous conversions to ETH_ALEN | Joe Perches |
2013-09-04 | ibmveth: Fix little endian issues | Anton Blanchard |
2013-05-05 | net/eth/ibmveth: Fixup retrieval of MAC address | Benjamin Herrenschmidt |
2013-03-15 | drivers:net: Remove dma_alloc_coherent OOM messages | Joe Perches |
2013-02-04 | ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups | Joe Perches |
2013-01-06 | ethtool: fix drvinfo strings set in drivers | Jiri Pirko |
2012-12-07 | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman |
2012-12-03 | ibmveth: remove __dev* attributes | Bill Pemberton |
2012-09-05 | ibmveth: Fix alignment of rx queue bug | Santiago Leon |
2012-03-28 | powerpc+sparc/vio: Modernize driver registration | Benjamin Herrenschmidt |
2011-11-16 | net: introduce and use netdev_features_t for device features sets | Michał Mirosław |