aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-04-08sungem, sunhme, sunvnet: Update drivers to use dma_wmb/rmbAlexander Duyck3-18/+18
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-2/+2
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2015-02-28niu: fix error handling in niu_class_to_ethflow()Dan Carpenter1-4/+2
2015-02-20sunvnet: failed trigger should not cause BUG_ON()David L Stevens1-0/+2
2015-02-11sunvnet: don't change gso data on clonesDavid L Stevens1-13/+10
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-02-02sunvnet: set queue mapping when doing packet copiesDavid L Stevens1-0/+1
2015-01-27sunvnet: improve error handling when a remote crashesDavid L Stevens1-28/+34
2015-01-27sunvnet: free pending tx buffers before clearing ring dataDavid L Stevens1-10/+11
2015-01-17niu: remove one compound_head() callEric Dumazet1-2/+1
2015-01-13sunvnet: fix rx packet length check to allow for TSODavid L Stevens1-1/+6
2014-12-19sunvnet: fix a memory leak in vnet_handle_offloadsLi RongQing1-0/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-4/+0
2014-12-11vio: create routines for inc,dec vio dring indexesDwight Engen1-23/+7
2014-12-08sunvnet: fix incorrect rcu_read_unlock() in vnet_start_xmit()David L Stevens1-3/+1
2014-12-08sunvnet: add TSO supportDavid L Stevens2-9/+95
2014-12-08sunvnet: add GSO supportDavid L Stevens1-1/+72
2014-12-08sunvnet: add checksum offload supportDavid L Stevens1-3/+34
2014-12-08sunvnet: add scatter/gather supportDavid L Stevens1-21/+76
2014-12-08sunvnet: add VIO v1.7 and v1.8 supportDavid L Stevens1-10/+92
2014-12-08sunvnet: rename vnet_port_alloc_tx_bufs and move after version negotiationDavid L Stevens1-10/+8
2014-12-08niu: Use eth_skb_pad helperAlexander Duyck1-7/+2
2014-12-05net: cassini: Deletion of an unnecessary check before the function call "vfree"Markus Elfring1-2/+1
2014-11-12sunvnet: fix NULL pointer dereferenceDavid L Stevens1-0/+2
2014-11-10sunvnet: Add missing rcu_read_unlock() in vnet_start_xmitSowmini Varadhan1-1/+3
2014-11-10sunvnet: vnet_ack() should check if !start_cons to send a missed triggerSowmini Varadhan1-1/+1
2014-11-10sunvnet: Fix race between vnet_start_xmit() and vnet_ack()Sowmini Varadhan1-4/+6
2014-11-06sunvnet: Return from vnet_napi_event() if no packets to readSowmini Varadhan1-3/+2
2014-11-06sunvnet: Fix indentation in maybe_tx_wakeup()Sowmini Varadhan1-1/+1
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+57
2014-11-01sunhme: Add DMA mapping error checks.David S. Miller1-5/+57
2014-10-30sunvnet: Use one Tx queue per vnet_portSowmini Varadhan2-31/+65
2014-10-30sunvnet: Reset LDC_EVENT_DATA_READY when napi completes.Sowmini Varadhan1-0/+1
2014-10-25sunvnet: Remove irqsave/irqrestore on vio.lockSowmini Varadhan1-25/+5
2014-10-25sunvnet: Use RCU to synchronize port usage with vnet_port_remove()Sowmini Varadhan1-29/+33
2014-10-25sunvnet: NAPIfy sunvnetSowmini Varadhan2-44/+135
2014-10-20net: ethernet: sun: drop owner assignment from platform_driversWolfram Sang4-4/+0
2014-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-2/+2
2014-10-01sunvnet: fix potential NULL pointer dereferenceDavid L Stevens1-1/+1
2014-09-30vio: fix reuse of vio_dring slotDwight Engen1-2/+2
2014-09-30sunvnet: generate ICMP PTMUD messages for smaller port MTUsDavid L Stevens1-1/+36
2014-09-30sunvnet: allow admin to set sunvnet MTUDavid L Stevens2-4/+9
2014-09-30sunvnet: make transmit path zero-copy in the kernelDavid L Stevens2-45/+182
2014-09-30sunvnet: upgrade to VIO protocol version 1.6David L Stevens2-18/+89
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2014-09-12sunvnet: Avoid sending superfluous LDC messages.Sowmini Varadhan2-5/+72
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches3-4/+4
2014-09-08sunvnet - add missing rmb() for sunvnet driverDavid L Stevens1-2/+5