aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-25hv_netvsc: Fix VF register on bonding devicesHaiyang Zhang1-2/+2
2016-07-25Merge tag 'wireless-drivers-next-for-davem-2016-07-22' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller71-628/+1126
2016-07-25libcxgb: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-07-25macsec: validate ICV length on link creationDavide Caratti1-1/+13
2016-07-25macsec: fix error codes when a SA is createdDavide Caratti1-22/+36
2016-07-25macsec: limit ICV length to 16 octetsDavide Caratti1-2/+2
2016-07-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller12-352/+350
2016-07-25libcxgb: export ppm release and tagmask set apiVarun Prakash1-0/+2
2016-07-25libcxgb: add library module for Chelsio driversVarun Prakash6-24/+78
2016-07-25cxgb4/cxgb4vf: Add link mode mask API to cxgb4 and cxgb4vfGanesh Goudar7-236/+446
2016-07-25net/bonding: Enforce active-backup policy for IPoIB bondsMark Bloch1-1/+10
2016-07-24mlxsw: spectrum: Add support in matchall mirror TC offloadingYotam Gigi2-1/+507
2016-07-24mlxsw: reg: Add the Monitoring Port Analyzer registerYotam Gigi1-0/+67
2016-07-24mlxsw: reg: Add Monitoring Port Analyzer Table registerYotam Gigi1-0/+54
2016-07-24mlxsw: reg: Add Shared Buffer Internal Buffer registerYotam Gigi1-0/+41
2016-07-24mlxsw: pci: Add max span resources to resources queryNogah Frankel2-0/+7
2016-07-24mlxsw: pci: Add resources query implementation.Nogah Frankel6-3/+109
2016-07-24cdc_ether: Improve ZTE MF823/831/910 handlingKristian Evensen1-0/+51
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-185/+512
2016-07-22i40e: Explicitly write platform-specific mac address after PF resetTushar Dave1-38/+49
2016-07-22i40e: add missing link advertise settingStefan Assmann1-0/+1
2016-07-22i40e: Move the mutex lock in i40e_client_unregisterCatherine Sullivan1-2/+2
2016-07-22i40e: Remove redundant memsetAmitoj Kaur Chawla1-1/+0
2016-07-22i40e/i40evf-bump version to 1.6.11Bimmy Pujari2-2/+2
2016-07-22i40e: refactor Rx filter handlingMitch Williams3-279/+261
2016-07-22i40evf: add hyperv dev idsJoshua Hay1-0/+2
2016-07-22i40e: Remove device ID 0x37D4Catherine Sullivan5-5/+0
2016-07-22i40e/i40evf: remove useless initializerMitch Williams2-5/+2
2016-07-22i40e: Fix to show correct Advertised Link Modes when link is downAvinash Dayanand1-19/+28
2016-07-22i40e: avoid null pointer dereferenceHeinrich Schuchardt1-1/+3
2016-07-22macsec: enable GRO and RPS on macsec devicesPaolo Abeni1-7/+25
2016-07-20net/mlx4_en: use READ_ONCE when freeing xdp_progBrenden Blanco1-2/+4
2016-07-20Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller9-167/+233
2016-07-20net: dsa: mv88e6xxx: kill last locked reg_readVivien Didelot1-16/+19
2016-07-20net: dsa: mv88e6xxx: rework EEPROM accessVivien Didelot2-283/+239
2016-07-20net: dsa: mv88e6xxx: remove unused phy_mutexVivien Didelot1-6/+0
2016-07-20net/faraday: Disallow using reversed MAC address from hardwareGavin Shan1-9/+0
2016-07-20net/mlx5e: Fix del vxlan port command buffer memsetSaeed Mahameed1-2/+2
2016-07-20fm10k: bump version numberJacob Keller1-1/+1
2016-07-20fm10k: return proper error code when pci_enable_msix_range failsJacob Keller1-1/+1
2016-07-20fm10k: force link to remain down for at least a second on resume eventsJacob Keller1-0/+4
2016-07-20fm10k: implement request_lport_map pointerJacob Keller3-13/+9
2016-07-20fm10k: check if PCIe link is restoredJacob Keller1-0/+13
2016-07-20fm10k: enable bus master after every resetJacob Keller1-0/+2
2016-07-20fm10k: use common flow for suspend and resumeJacob Keller1-70/+3
2016-07-20fm10k: implement reset_notify handler for PCIe FLR eventsJacob Keller1-0/+33
2016-07-20fm10k: use common reset flow when handling io errors from PCI stackJacob Keller1-53/+7
2016-07-20fm10k: implement prepare_suspend and handle_resumeJacob Keller1-0/+38
2016-07-20fm10k: split fm10k_reinit into two functionsJacob Keller1-5/+28
2016-07-20fm10k: wait for queues to drain if stop_hw() fails onceJacob Keller3-7/+40