summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: reg: Avoid magic number in PPCNTNogah Frankel2017-10-271-30/+42
* mlxsw: spectrum: Change stats cache to be localNogah Frankel2017-10-272-19/+9Star
* liquidio: deprecate 1-bit flag indicating watchdog kernel thread is runningFelix Manlunas2017-10-271-10/+4Star
* net: systemport: Check DSA notifier master against ourselfFlorian Fainelli2017-10-271-15/+18
* drivers/net: sxgbe: Convert timers to use timer_setup()Kees Cook2017-10-271-9/+7Star
* drivers/net: realtek: Convert timers to use timer_setup()Kees Cook2017-10-272-9/+10
* drivers/net: nuvoton: Convert timers to use timer_setup()Kees Cook2017-10-271-5/+4Star
* drivers/net: netronome: Convert timers to use timer_setup()Kees Cook2017-10-274-12/+12
* drivers/net: 3com/3c515: Convert timers to use timer_setup()Kees Cook2017-10-271-5/+5
* net: stmmac: sun8i: Restore the compatiblesCorentin Labbe2017-10-271-0/+8
* net: stmmac: dwmac-sun8i: Handle integrated/external MDIOsCorentin Labbe2017-10-272-130/+224
* net: stmmac: snps, dwmac-mdio MDIOs are automatically registeredCorentin Labbe2017-10-271-4/+0Star
* cxgb4: fix overflow in collecting IBQ and OBQ dumpRahul Lakkireddy2017-10-263-7/+30
* net: hns3: fix the bug when reuse command description in hclge_add_mac_vlan_tblLipeng2017-10-261-3/+3
* net: hns3: fix a bug in hclge_uninit_client_instanceLipeng2017-10-261-2/+8
* net: hns3: add nic_client check when initialize roce base informationLipeng2017-10-261-1/+1
* net: hns3: fix the bug of hns3_set_txbd_baseinfoLipeng2017-10-261-1/+1
* net: bcmgenet: use dev->phydev instead of priv->phydevDoug Berger2017-10-263-34/+31Star
* Revert "net: bcmgenet: Software reset EPHY after power on"Doug Berger2017-10-263-18/+0Star
* net: bcmgenet: relax lock constraints to reduce IRQ latencyDoug Berger2017-10-261-15/+10Star
* net: bcmgenet: rework bcmgenet_netif_start and bcmgenet_netif_stopDoug Berger2017-10-261-32/+17Star
* net: bcmgenet: cleanup ring interrupt masking and unmaskingDoug Berger2017-10-261-23/+5Star
* net: bcmgenet: move NAPI initialization to ring initializationDoug Berger2017-10-261-34/+8Star
* net: bcmgenet: enable loopback during UniMAC sw_resetDoug Berger2017-10-261-45/+10Star
* net: bcmgenet: prevent duplicate calls of bcmgenet_dma_teardownDoug Berger2017-10-261-3/+1Star
* net: bcmgenet: correct bad mergeDoug Berger2017-10-261-17/+1Star
* ethernet: cavium: octeon: Switch to using netdev_info().Steven J. Hill2017-10-261-13/+11Star
* drivers/net: sis: Convert timers to use timer_setup()Kees Cook2017-10-252-11/+9Star
* net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook2017-10-259-24/+22Star
* mlxsw: spectrum: mr_tcam: Include the mr_tcam header fileYotam Gigi2017-10-241-0/+1
* mlxsw: spectrum: mr: Make the function mlxsw_sp_mr_dev_vif_lookup staticYotam Gigi2017-10-241-1/+1
* mlxsw: spectrum: mr: Fix various endianness issuesYotam Gigi2017-10-241-5/+6
* mlxsw: spectrum_dpipe: Fix entries dump of the adjacency tableArkadi Sharshevsky2017-10-241-0/+1
* liquidio: pass date and time info to NIC firmwareVeerasenareddy Burru2017-10-244-3/+166
* nfp: bpf: optimize mov64 a littleJakub Kicinski2017-10-241-6/+15
* nfp: bpf: support stack accesses via non-constant pointersJakub Kicinski2017-10-243-10/+45
* nfp: bpf: support accessing the stack beyond 64 bytesJakub Kicinski2017-10-243-14/+111
* nfp: bpf: allow stack accesses via modified stack registersJakub Kicinski2017-10-243-17/+33
* nfp: bpf: optimize the RMW for stack accessesJakub Kicinski2017-10-241-8/+25
* nfp: bpf: add stack read supportJakub Kicinski2017-10-241-5/+76
* nfp: bpf: add stack write supportJakub Kicinski2017-10-244-5/+147
* nfp: bpf: refactor nfp_bpf_check_ptr()Jakub Kicinski2017-10-241-6/+12
* nfp: bpf: add helper for emitting nopsJakub Kicinski2017-10-241-3/+8
* net: hns3: fix a bug about hns3_clean_tx_ringLipeng2017-10-242-4/+4
* net: hns3: remove redundant memset when alloc bufferLipeng2017-10-241-2/+0Star
* net: hns3: fix the TX/RX ring.queue_index in hns3_ring_get_cfgLipeng2017-10-241-2/+2
* net: hns3: get vf count by pci_sriov_get_totalvfsLipeng2017-10-241-1/+2
* net: hns3: fix the ops check in hns3_get_rxnfcLipeng2017-10-241-1/+1
* net: hns3: fix the bug when map buffer failLipeng2017-10-241-1/+1
* net: hns3: fix a bug when alloc new bufferLipeng2017-10-241-1/+1