aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-12net: nps_enet: Fix PCS resetNoam Camus1-0/+1
2016-07-11r8152: Add support for setting pass through MAC address on RTL8153-ADMario Limonciello1-2/+74
2016-07-11bnxt_en: initialize rc to zero to avoid returning garbageColin Ian King1-1/+1
2016-07-09ibmvnic: Fix passive VNIC server login processThomas Falcon2-2/+61
2016-07-09ibmvnic: simplify and improve driver probe functionThomas Falcon1-56/+103
2016-07-09ibmvnic: dispose irq mappingsThomas Falcon1-0/+2
2016-07-09ibmvnic: properly start and stop tx queuesThomas Falcon1-2/+3
2016-07-08r8152: remove the setting of LAN_WAKE_ENhayeswang1-7/+1
2016-07-08ppp: defer netns reference release for ppp channelWANG Cong1-2/+3
2016-07-08net: mvneta: set real interrupt per packet for tx_doneDmitri Epshtein1-1/+1
2016-07-05cxgb4: update latest firmware version supportedGanesh Goudar1-6/+6
2016-07-05net/mlx5: Avoid setting unused var when modifying vport node GUIDOr Gerlitz1-3/+0
2016-07-05bonding: fix enslavement slave link notificationsAviv Heller1-0/+1
2016-07-05r8152: fix runtime function for RTL8152hayeswang1-7/+17
2016-07-04Revert "fsl/fman: fix error handling"David S. Miller1-1/+1
2016-07-04fsl/fman: fix error handlingChristophe Jaillet1-1/+1
2016-07-04cdc_ncm: workaround for EM7455 "silent" data interfaceBjørn Mork1-0/+7
2016-07-04geneve: fix max_mtu settingHaishuang Yan1-2/+7
2016-07-02net: phy: dp83867: Fix initialization of PHYCR registerStefan Hauser1-4/+9
2016-07-02enc28j60: Fix race condition in enc28j60 driverSergio Valverde1-2/+5
2016-07-02net: stmmac: Fix null-function call in ISR on stmmac1000Matt Corallo1-1/+1
2016-07-01net: bcmsysport: Device stats are unsigned longFlorian Fainelli1-1/+1
2016-07-01macsec: set actual real device for xmit when !protect_framesDaniel Borkmann1-0/+1
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-01bonding: prevent out of bound accessesEric Dumazet2-9/+9
2016-07-01net: mvneta: fix open() error cleanupRussell King - ARM Linux1-0/+2
2016-07-01r8152: clear LINK_OFF_WAKE_EN after autoresumehayeswang1-0/+11
2016-07-01qlcnic: add wmb() call in transmit data path.Sony Chacko1-0/+2
2016-06-30usbnet: Stop RX Q on MTU changeSoohoon Lee1-3/+7
2016-06-29ixgbevf: ixgbevf_write/read_posted_mbx should use IXGBE_ERR_MBX to initialize ret_valXin 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