summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sun
AgeCommit message (Expand)Author
2017-02-14ldmvsw: disable tso and gso for bridge operationsShannon Nelson
2017-02-14ldmvsw: update and simplify version stringShannon Nelson
2017-02-14sunvnet: remove extra rcu_read_unlocksShannon Nelson
2017-02-14sunvnet: straighten up message event handling logicShannon Nelson
2017-02-14sunvnet: add memory barrier before check for tx enableShannon Nelson
2017-02-14sunvnet: update version and version printingShannon Nelson
2017-02-14sunvnet: remove unused variable in maybe_tx_wakeupSowmini Varadhan
2017-02-14sunvnet: make sunvnet common code dynamically loadableShannon Nelson
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-18sunbmac: Fix compiler warningTushar Dave
2016-11-18sunqe: Fix compiler warningsTushar Dave
2016-10-31ldmvsw: tx queue stuck in stopped state after LDC resetAaron Young
2016-10-18ethernet/sun: use core min/max MTU checkingJarod Wilson
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-18ldmvsw: Checkpatch sunvnet.c and sunvnet_common.cAaron Young
2016-03-18ldmvsw: Add ldmvsw.c driver codeAaron Young
2016-03-18ldmvsw: Make sunvnet_common compatible with ldmvswAaron Young
2016-03-18ldmvsw: Split sunvnet driver into common codeAaron Young
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-02-07sunvnet: perf tracepoint invocations to trace LDC state machineSowmini Varadhan
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas
2016-01-19sunvnet: Initialize network_header and transport_header in vnet_rx_one()Sowmini Varadhan
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-09-21sunvnet: Invoke SET_NETDEV_DEV() to set up the vdev in vnet_new()Sowmini Varadhan
2015-07-26niu: don't count tx error twice in case of headroom realloc failsJiri Pirko
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker
2015-06-08PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas
2015-04-08sungem, sunhme, sunvnet: Update drivers to use dma_wmb/rmbAlexander Duyck
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-28niu: fix error handling in niu_class_to_ethflow()Dan Carpenter
2015-02-20sunvnet: failed trigger should not cause BUG_ON()David L Stevens
2015-02-11sunvnet: don't change gso data on clonesDavid L Stevens
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-02sunvnet: set queue mapping when doing packet copiesDavid L Stevens
2015-01-27sunvnet: improve error handling when a remote crashesDavid L Stevens
2015-01-27sunvnet: free pending tx buffers before clearing ring dataDavid L Stevens
2015-01-17niu: remove one compound_head() callEric Dumazet
2015-01-13sunvnet: fix rx packet length check to allow for TSODavid L Stevens
2014-12-19sunvnet: fix a memory leak in vnet_handle_offloadsLi RongQing
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds