aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/sunvnet.c
AgeCommit message (Expand)Author
2014-12-19sunvnet: fix a memory leak in vnet_handle_offloadsLi RongQing
2014-12-11vio: create routines for inc,dec vio dring indexesDwight Engen
2014-12-08sunvnet: fix incorrect rcu_read_unlock() in vnet_start_xmit()David L Stevens
2014-12-08sunvnet: add TSO supportDavid L Stevens
2014-12-08sunvnet: add GSO supportDavid L Stevens
2014-12-08sunvnet: add checksum offload supportDavid L Stevens
2014-12-08sunvnet: add scatter/gather supportDavid L Stevens
2014-12-08sunvnet: add VIO v1.7 and v1.8 supportDavid L Stevens
2014-12-08sunvnet: rename vnet_port_alloc_tx_bufs and move after version negotiationDavid L Stevens
2014-11-12sunvnet: fix NULL pointer dereferenceDavid L Stevens
2014-11-10sunvnet: Add missing rcu_read_unlock() in vnet_start_xmitSowmini Varadhan
2014-11-10sunvnet: vnet_ack() should check if !start_cons to send a missed triggerSowmini Varadhan
2014-11-10sunvnet: Fix race between vnet_start_xmit() and vnet_ack()Sowmini Varadhan
2014-11-06sunvnet: Return from vnet_napi_event() if no packets to readSowmini Varadhan
2014-11-06sunvnet: Fix indentation in maybe_tx_wakeup()Sowmini Varadhan
2014-10-30sunvnet: Use one Tx queue per vnet_portSowmini Varadhan
2014-10-30sunvnet: Reset LDC_EVENT_DATA_READY when napi completes.Sowmini Varadhan
2014-10-25sunvnet: Remove irqsave/irqrestore on vio.lockSowmini Varadhan
2014-10-25sunvnet: Use RCU to synchronize port usage with vnet_port_remove()Sowmini Varadhan
2014-10-25sunvnet: NAPIfy sunvnetSowmini Varadhan
2014-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2014-10-01sunvnet: fix potential NULL pointer dereferenceDavid L Stevens
2014-09-30vio: fix reuse of vio_dring slotDwight Engen
2014-09-30sunvnet: generate ICMP PTMUD messages for smaller port MTUsDavid L Stevens
2014-09-30sunvnet: allow admin to set sunvnet MTUDavid L Stevens
2014-09-30sunvnet: make transmit path zero-copy in the kernelDavid L Stevens
2014-09-30sunvnet: upgrade to VIO protocol version 1.6David L Stevens
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-12sunvnet: Avoid sending superfluous LDC messages.Sowmini Varadhan
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches
2014-09-08sunvnet - add missing rmb() for sunvnet driverDavid L Stevens
2014-08-13sunvnet: Schedule maybe_tx_wakeup() as a tasklet from ldc_rx pathSowmini Varadhan
2014-08-13sunvnet: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINSowmini Varadhan
2014-08-13sunvnet: Do not ask for an ACK for every dring transmitSowmini Varadhan
2014-07-28sunvnet: only use connected ports when sendingDavid L Stevens
2014-07-16sunvnet: clean up objects created in vnet_new() on vnet_exit()Sowmini Varadhan
2013-12-31net: sun: optimization of addr comparedingtianhong
2013-07-10sunvnet: vnet_port_remove must call unregister_netdevDave Kleikamp
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/sun: remove __dev* attributesBill Pemberton
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-03-28powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-11cassini/niu/sun*: Move the Sun driversJeff Kirsher