index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ibm
/
ibmveth.c
Age
Commit message (
Expand
)
Author
2023-10-04
ibmveth: Remove condition to recompute TCP header checksum.
David Wilder
2023-08-23
ibmveth: Use dcbf rather than dcbfl
Michael Ellerman
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-08
ibmveth: Reduce default tx queues to 8
Nick Child
2022-10-24
ibmveth: Always stop tx queues during close
Nick Child
2022-09-30
ibmveth: Ethtool set queue support
Nick Child
2022-09-30
ibmveth: Implement multi queue on xmit
Nick Child
2022-09-30
ibmveth: Copy tx skbs into a premapped buffer
Nick Child
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
2022-01-06
ethernet: ibmveth: use default_groups in kobj_type
Greg Kroah-Hartman
2021-10-16
ethernet: ibmveth: use ether_addr_to_u64()
Jakub Kicinski
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-09-27
ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()
Cai Huoqing
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-06-23
ibmveth: Set CHECKSUM_PARTIAL if NULL TCP CSUM.
David Wilder
2021-05-19
ibmveth: fix kobj_to_dev.cocci warnings
YueHaibing
2021-03-02
vio: make remove callback return void
Uwe Kleine-König
2020-10-27
ibmveth: Fix use of ibmveth in a bridge.
Thomas Bogendoerfer
2020-10-14
ibmveth: Identify ingress large send packets.
David Wilder
2020-10-14
ibmveth: Switch order of ibmveth_helper calls.
David Wilder
2020-06-19
ibmveth: Fix max MTU limit
Thomas Falcon
2020-03-05
ibmveth: Remove unused page_offset macro
Matthew Wilcox (Oracle)
2020-02-29
net/ethtool: Introduce link_ksettings API for virtual network devices
Cris Forno
2019-11-14
ibmveth: Detect unsupported packets before sending to the hypervisor
Cris Forno
2019-08-13
ibmveth: Convert multicast list size for little-endian system
Thomas Falcon
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
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
[next]