- c288bc0 ethernet: ibmveth: use default_groups in kobj_type by Greg Kroah-Hartman · 3 years ago
- 5c8b348 ethernet: ibmveth: use ether_addr_to_u64() by Jakub Kicinski · 3 years, 3 months ago
- f3956eb ethernet: use eth_hw_addr_set() instead of ether_addr_copy() by Jakub Kicinski · 3 years, 4 months ago
- a96d317 ethernet: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 4 months ago
- 4247ef0 ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single() by Cai Huoqing · 3 years, 4 months ago
- a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 6 months ago
- 7525de2 ibmveth: Set CHECKSUM_PARTIAL if NULL TCP CSUM. by David Wilder · 3 years, 7 months ago
- 1756055 ibmveth: fix kobj_to_dev.cocci warnings by YueHaibing · 3 years, 8 months ago
- 386a966 vio: make remove callback return void by Uwe Kleine-König · 3 years, 11 months ago
- 2ac8af0 ibmveth: Fix use of ibmveth in a bridge. by Thomas Bogendoerfer · 4 years, 3 months ago
- 413f142 ibmveth: Identify ingress large send packets. by David Wilder · 4 years, 3 months ago
- 5ce9ad8 ibmveth: Switch order of ibmveth_helper calls. by David Wilder · 4 years, 3 months ago
- 5948378 ibmveth: Fix max MTU limit by Thomas Falcon · 4 years, 7 months ago
- 367ab29 ibmveth: Remove unused page_offset macro by Matthew Wilcox (Oracle) · 4 years, 11 months ago
- 9aedc6e2 net/ethtool: Introduce link_ksettings API for virtual network devices by Cris Forno · 4 years, 11 months ago
- 6f22754 ibmveth: Detect unsupported packets before sending to the hypervisor by Cris Forno · 5 years ago
- 66cf471 ibmveth: Convert multicast list size for little-endian system by Thomas Falcon · 5 years ago
- 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
- a0cfa79 ibmveth: Make array ibmveth_stats static by YueHaibing · 6 years ago
- e95d22c ibmveth: Do not process frames after calling napi_reschedule by Thomas Falcon · 6 years ago
- 756af9c ibmveth: fix DMA unmap error in ibmveth_xmit_start error path by Tyrel Datwyler · 6 years ago
- e641e99f net: ethernet: remove redundant include by zhong jiang · 6 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- d3757ba ethernet: Use octal not symbolic permissions by Joe Perches · 7 years ago
- 7145080 net: ibm: ibmveth: constify vio_device_id by Arvind Yadav · 7 years ago
- f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 8 years ago
- eb60a73 net: ibm: ibmveth: constify dev_pm_ops structures. by Arvind Yadav · 8 years ago
- d43732c ibmveth: properly unwind on init errors by Christoph Hellwig · 8 years ago
- 66aa067 ibmveth: Support to enable LSO/CSO for Trunk VEA. by Sivakumar Krishnasamy · 8 years ago
- 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
- 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 23d28a8 ibmveth: Add a proper check for the availability of the checksum features by Thomas Huth · 8 years ago
- 9ce8c2d net: ibm: ibmveth: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
- 94acf16 ibmveth: calculate gso_segs for large packets by Thomas Falcon · 8 years ago
- 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 7b59673 ibmveth: set correct gso_size and gso_type by Thomas Falcon · 8 years ago
- 110447f8 ethernet: fix min/max MTU typos by Stefan Richter · 8 years ago
- d894be5 ethernet: use net core MTU range checking in more drivers by Jarod Wilson · 8 years ago
- 2c42bf4 ibmveth: check return of skb_linearize in ibmveth_start_xmit by Thomas Falcon · 9 years ago
- 076ef44 ibmveth: consolidate kmalloc of array, memset 0 to kcalloc by Nicholas Mc Guire · 9 years ago
- a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
- 07e6a97 ibmveth: add support for TSO6 by Thomas Falcon · 10 years ago
- 9c7e8bc ibmveth: Add support for Large Receive Offload by Thomas Falcon · 10 years ago
- 92ec827 ibmveth: Add GRO support by Thomas Falcon · 10 years ago
- 8641dd8 ibmveth: Add support for TSO by Thomas Falcon · 10 years ago
- cd7c7ec ibmveth: change rx buffer default allocation for CMO by Thomas Falcon · 10 years ago
- 4fce148 ibmveth: Fix off-by-one error in ibmveth_change_mtu() by David Gibson · 10 years ago
- 4736edc ibmveth: enable interrupts after napi_complete() by Yongbae Park · 10 years ago
- c77c761 ibmveth: Add function to enable live MAC address changes by Thomas Falcon · 10 years ago
- cbd5228 ibmveth: Fix endian issues with rx_no_buffer statistic by Anton Blanchard · 10 years ago
- 26faa9d ibmveth: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
- cb013ea ibmveth: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 11 years ago
- d746ca9 ibmveth: Fix endian issues with MAC addresses by Anton Blanchard · 11 years ago
- 1b17366 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
- d084775 powerpc/iommu: Update the generic code to use dynamic iommu page sizes by Alistair Popple · 11 years ago
- e589a440 powerpc/iommu: Update constant names to reflect their hardcoded page size by Alistair Popple · 11 years ago
- 0ab75ae ethernet: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
- d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
- 0b536be ibmveth: Fix little endian issues by Anton Blanchard · 11 years ago
- 13f8520 net/eth/ibmveth: Fixup retrieval of MAC address by Benjamin Herrenschmidt · 12 years ago
- d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 12 years ago
- b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
- 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
- 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
- e11787a ibmveth: remove __dev* attributes by Bill Pemberton · 12 years ago
- d90c92f ibmveth: Fix alignment of rx queue bug by Santiago Leon · 12 years ago
- cb52d89 powerpc+sparc/vio: Modernize driver registration by Benjamin Herrenschmidt · 13 years ago
- c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
- 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
- 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
- 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
- 8838a53 ibmveth: convert to SKB paged frag API. by Ian Campbell · 13 years ago
- afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
- 9aa3283 ehea/ibm*: Move the IBM drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/ibmveth.c]
- 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
- a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
- 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 14 years ago
- b801a4e net: ibmveth: force reconfiguring checksum settings on startup by Michał Mirosław · 14 years ago
- b9367bf net: ibmveth: convert to hw_features by Michał Mirosław · 14 years ago
- ed4ba4b netdev: Use default implementation of ethtool_ops::get_link where possible by Ben Hutchings · 14 years ago
- e0e8ab5 ibmveth: Free irq on error path by Denis Kirjanov · 14 years ago
- 88426f2 ibmveth: Cleanup error handling inside ibmveth_open by Denis Kirjanov · 14 years ago
- 9d348af ibmveth: Update module information and version by Santiago Leon · 14 years ago
- c229609 ibmveth: Remove some unnecessary include files by Santiago Leon · 14 years ago
- 6485911 ibmveth: Convert driver specific assert to BUG_ON by Santiago Leon · 14 years ago
- be35ae9 ibmveth: Return -EINVAL on all ->probe errors by Santiago Leon · 14 years ago
- f148f61 ibmveth: Coding style fixes by Santiago Leon · 14 years ago
- 517e80e ibmveth: Some formatting fixes by Santiago Leon · 14 years ago
- 21c2dec ibmveth: Convert driver specific error functions to netdev_err by Santiago Leon · 14 years ago
- c43ced1 ibmveth: Convert driver specific debug to netdev_dbg by Santiago Leon · 14 years ago
- e295fe8 ibmveth: Remove redundant function prototypes by Santiago Leon · 14 years ago
- 003212c ibmveth: Convert to netdev_alloc_skb by Santiago Leon · 14 years ago
- d2684b5 ibmveth: remove procfs code by Santiago Leon · 14 years ago
- ab78df7 ibmveth: Enable IPv6 checksum offload by Santiago Leon · 14 years ago
- bc4c6f5 ibmveth: Remove duplicate checksum offload setup code by Santiago Leon · 14 years ago
- 0c26b67 ibmveth: Add optional flush of rx buffer by Santiago Leon · 14 years ago
- 6e8ab30 ibmveth: Add scatter-gather support by Santiago Leon · 14 years ago
- f89e49e ibmveth: Use lighter weight read memory barrier in ibmveth_poll by Anton Blanchard · 14 years ago
- 8d86c61 ibmveth: Add rx_copybreak by Santiago Leon · 14 years ago
- c08cc3c ibmveth: Add tx_copybreak by Santiago Leon · 14 years ago