summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2016-07-01net/mlx5e: Log link state changesShaker Daibes1-2/+5
2016-07-01net/mlx5e: Validate BW weight values of ETSRana Shahout2-3/+6
2016-07-01net/mlx5e: Fix select queue callbackRana Shahout2-3/+18
2016-07-01net/mlx5e: Copy all L2 headers into inline segmentMatthew Finlay1-2/+2
2016-07-01net/mlx5e: Handle RQ flush in error casesDaniel Jurgens3-3/+61
2016-07-01net/mlx5e: Implement ndo_tx_timeout callbackDaniel Jurgens2-0/+47
2016-07-01net/mlx5e: Timeout if SQ doesn't flush during closeDaniel Jurgens3-3/+56
2016-07-01net/mlx5: Add timeout handle to commands with callbackMohamad Haj Yahia1-7/+31
2016-07-01net/mlx5: Fix potential deadlock in command mode changeMohamad Haj Yahia1-46/+33
2016-07-01net/mlx5: Fix wait_vital for VFs and remove fixed sleepDaniel Jurgens1-26/+15
2016-07-01net/mlx5: Fix incorrect page count when in internal errorDaniel Jurgens1-19/+44
2016-07-01net/mlx5: Avoid calling sleeping function by the health poll threadMohamad Haj Yahia1-3/+8
2016-07-01net/mlx5: Fix teardown errors that happen in pci error handlerMohamad Haj Yahia1-4/+8
2016-07-01net: mvneta: fix open() error cleanupRussell King - ARM Linux1-0/+2
2016-07-01qlcnic: add wmb() call in transmit data path.Sony Chacko1-0/+2
2016-06-29ixgbevf: ixgbevf_write/read_posted_mbx should use IXGBE_ERR_MBX to initialize...Xin Long1-2/+2
2016-06-29e1000e: keep Rx/Tx HW_VLAN_CTAG in syncJarod Wilson1-12/+9
2016-06-29qed: Protect the doorbell BAR with the write barriers.Sudarsana Reddy Kalluru1-7/+3
2016-06-29e1000e: keep VLAN interfaces functional after rxvlan offJarod Wilson1-2/+13
2016-06-29qlcnic: use the correct ring in qlcnic_83xx_process_rcv_ring_diag()Dan Carpenter1-1/+1
2016-06-29ibmvnic: fix to use list_for_each_safe() when delete itemsWei Yongjun1-7/+7
2016-06-29net: thunderx: Fix TL4 configuration for secondary QsetsSunil Goutham1-3/+13
2016-06-29net: thunderx: Fix link status reportingSunil Goutham2-31/+62
2016-06-29net/mlx5e: Reorganize ethtool statisticsGal Pressman5-163/+130
2016-06-29net/mlx5e: Fix number of PFC counters reported to ethtoolGal Pressman1-1/+3
2016-06-29net/mlx5e: Prevent adding the same vxlan portMatthew Finlay1-0/+3
2016-06-29net/mlx5e: Check for BlueFlame capability before allocating SQ uarGal Pressman1-1/+1
2016-06-29net/mlx5e: Change enum to better reflect usageEli Cohen2-4/+4
2016-06-29net/mlx5: Add ConnectX-5 PCIe 4.0 to list of supported devicesMajd Dibbiny1-1/+2
2016-06-29net/mlx5: Update command stringsEli Cohen1-0/+1
2016-06-28net/mlx5: use mlx5_buf_alloc_node instead of mlx5_buf_alloc in mlx5_wq_ll_createWang Sheng-Hui1-7/+8
2016-06-28net: bgmac: Remove superflous netif_carrier_on()Florian Fainelli1-2/+0
2016-06-28net: bgmac: Start transmit queue in bgmac_openFlorian Fainelli1-0/+3
2016-06-28net: bgmac: Fix SOF bit checkingFlorian Fainelli1-2/+3
2016-06-27net: smsc911x: Fix bug where PHY interrupts are overwritten by 0Jeremy Linton1-2/+0
2016-06-22net/mlx4_en: Avoid unregister_netdev at shutdown flowEran Ben Elisha2-3/+19
2016-06-22net/mlx4_en: Fix the return value of a failure in VLAN VID add/killKamal Heib1-7/+11
2016-06-19qed: Add missing port-modeYuval Mintz2-0/+2
2016-06-19qed: Fix returning unlimited SPQ entriesYuval Mintz1-3/+18
2016-06-19qed*: Don't reset statistics on inner reloadYuval Mintz2-4/+6
2016-06-19qed: Prevent VF from Tx-switching 'promisc'Yuval Mintz1-4/+0
2016-06-19qed: Correct default vlan behaviorYuval Mintz1-0/+1
2016-06-17net: tilegx: use correct timespec64 typeArnd Bergmann1-3/+3
2016-06-17mlxsw: switchx2: Don't count internal TX header bytes to statsNogah Frankel1-1/+4
2016-06-17mlxsw: spectrum: Don't count internal TX header bytes to statsNogah Frankel1-1/+5
2016-06-16nfp: use correct index to mask link state irqJakub Kicinski1-3/+3
2016-06-16mlx4e: Do not attempt to offload VXLAN ports that are unrecognizedAlexander Duyck1-3/+8
2016-06-16net: sfc: avoid -Wtype-limits warningArnd Bergmann1-1/+2
2016-06-15net/mlx4_en: initialize cmd.context_lock spinlock earlierEric Dumazet2-1/+1
2016-06-14net: alx: Work around the DMA RX overflow issueFeng Tang2-51/+14