aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-10/+12
2016-11-18sunbmac: Fix compiler warningTushar Dave2-3/+4
2016-11-18sunqe: Fix compiler warningsTushar Dave2-7/+8
2016-10-31ldmvsw: tx queue stuck in stopped state after LDC resetAaron Young1-3/+13
2016-10-18ethernet/sun: use core min/max MTU checkingJarod Wilson7-24/+24
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson3-3/+0
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal2-2/+2
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-1790/+2420
2016-03-18ldmvsw: Checkpatch sunvnet.c and sunvnet_common.cAaron Young2-50/+56
2016-03-18ldmvsw: Add ldmvsw.c driver codeAaron Young3-0/+480
2016-03-18ldmvsw: Make sunvnet_common compatible with ldmvswAaron Young3-70/+121
2016-03-18ldmvsw: Split sunvnet driver into common codeAaron Young5-1743/+1816
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2016-02-07sunvnet: perf tracepoint invocations to trace LDC state machineSowmini Varadhan1-2/+22
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+0
2016-01-19sunvnet: Initialize network_header and transport_header in vnet_rx_one()Sowmini Varadhan1-3/+13
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-3/+0
2015-09-21sunvnet: Invoke SET_NETDEV_DEV() to set up the vdev in vnet_new()Sowmini Varadhan1-6/+11
2015-07-26niu: don't count tx error twice in case of headroom realloc failsJiri Pirko1-3/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+1
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-06-08PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas1-1/+0
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