index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ibm
/
ibmveth.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vio: make remove callback return void
Uwe Kleine-König
2021-03-02
1
-3
/
+1
*
ibmveth: Fix use of ibmveth in a bridge.
Thomas Bogendoerfer
2020-10-28
1
-6
/
+0
*
ibmveth: Identify ingress large send packets.
David Wilder
2020-10-15
1
-1
/
+12
*
ibmveth: Switch order of ibmveth_helper calls.
David Wilder
2020-10-15
1
-5
/
+5
*
ibmveth: Fix max MTU limit
Thomas Falcon
2020-06-20
1
-1
/
+1
*
ibmveth: Remove unused page_offset macro
Matthew Wilcox (Oracle)
2020-03-06
1
-2
/
+0
*
net/ethtool: Introduce link_ksettings API for virtual network devices
Cris Forno
2020-03-01
1
-24
/
+33
*
ibmveth: Detect unsupported packets before sending to the hypervisor
Cris Forno
2019-11-15
1
-0
/
+26
*
ibmveth: Convert multicast list size for little-endian system
Thomas Falcon
2019-08-14
1
-4
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2019-05-21
1
-13
/
+1
*
ibmveth: Make array ibmveth_stats static
YueHaibing
2019-03-19
1
-1
/
+1
*
ibmveth: Do not process frames after calling napi_reschedule
Thomas Falcon
2019-01-25
1
-2
/
+0
*
ibmveth: fix DMA unmap error in ibmveth_xmit_start error path
Tyrel Datwyler
2019-01-01
1
-1
/
+5
*
net: ethernet: remove redundant include
zhong jiang
2018-09-19
1
-1
/
+0
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
1
-1
/
+1
*
ethernet: Use octal not symbolic permissions
Joe Perches
2018-03-26
1
-1
/
+1
*
net: ibm: ibmveth: constify vio_device_id
Arvind Yadav
2017-08-17
1
-1
/
+1
*
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2017-07-07
1
-85
/
+74
|
\
|
*
ibmveth: properly unwind on init errors
Christoph Hellwig
2017-06-20
1
-85
/
+74
*
|
net: ibm: ibmveth: constify dev_pm_ops structures.
Arvind Yadav
2017-06-29
1
-1
/
+1
*
|
ibmveth: Support to enable LSO/CSO for Trunk VEA.
Sivakumar Krishnasamy
2017-05-21
1
-18
/
+89
|
/
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-28
1
-2
/
+5
|
\
|
*
ibmveth: Add a proper check for the availability of the checksum features
Thomas Huth
2017-01-24
1
-2
/
+5
*
|
net: ibm: ibmveth: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-01-09
1
-12
/
+18
|
/
*
ibmveth: calculate gso_segs for large packets
Thomas Falcon
2016-12-17
1
-2
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-10
1
-2
/
+63
|
\
|
*
ibmveth: set correct gso_size and gso_type
Thomas Falcon
2016-12-10
1
-2
/
+63
*
|
ethernet: fix min/max MTU typos
Stefan Richter
2016-10-27
1
-1
/
+1
*
|
ethernet: use net core MTU range checking in more drivers
Jarod Wilson
2016-10-20
1
-3
/
+3
|
/
*
ibmveth: check return of skb_linearize in ibmveth_start_xmit
Thomas Falcon
2016-03-07
1
-1
/
+4
*
ibmveth: consolidate kmalloc of array, memset 0 to kcalloc
Nicholas Mc Guire
2015-12-20
1
-3
/
+1
*
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
2015-12-15
1
-2
/
+3
*
ibmveth: add support for TSO6
Thomas Falcon
2015-07-16
1
-25
/
+120
*
ibmveth: Add support for Large Receive Offload
Thomas Falcon
2015-04-30
1
-1
/
+16
*
ibmveth: Add GRO support
Thomas Falcon
2015-04-30
1
-1
/
+1
*
ibmveth: Add support for TSO
Thomas Falcon
2015-04-30
1
-1
/
+18
*
ibmveth: change rx buffer default allocation for CMO
Thomas Falcon
2015-04-30
1
-0
/
+3
*
ibmveth: Fix off-by-one error in ibmveth_change_mtu()
David Gibson
2015-04-23
1
-2
/
+2
*
ibmveth: enable interrupts after napi_complete()
Yongbae Park
2015-03-10
1
-2
/
+2
*
ibmveth: Add function to enable live MAC address changes
Thomas Falcon
2015-03-03
1
-1
/
+23
*
ibmveth: Fix endian issues with rx_no_buffer statistic
Anton Blanchard
2014-08-22
1
-4
/
+14
*
ibmveth: Call dev_consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2014-03-25
1
-1
/
+1
*
ibmveth: Don't receive packets when the napi budget == 0
Eric W. Biederman
2014-03-15
1
-2
/
+2
*
ibmveth: Fix endian issues with MAC addresses
Anton Blanchard
2014-03-06
1
-9
/
+16
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2014-01-28
1
-4
/
+8
|
\
|
*
powerpc/iommu: Update the generic code to use dynamic iommu page sizes
Alistair Popple
2013-12-30
1
-6
/
+9
|
*
powerpc/iommu: Update constant names to reflect their hardcoded page size
Alistair Popple
2013-12-30
1
-4
/
+5
*
|
ethernet: Fix FSF address in file headers
Jeff Kirsher
2013-12-06
1
-2
/
+1
|
/
*
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
2013-10-02
1
-2
/
+2
[next]