summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: lan9303: Do not disable switch fabric port 0 at .probeEgil Hjelmeland2017-10-261-1/+1
* 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/+31
* Revert "net: bcmgenet: Software reset EPHY after power on"Doug Berger2017-10-263-18/+0
* net: bcmgenet: relax lock constraints to reduce IRQ latencyDoug Berger2017-10-261-15/+10
* net: bcmgenet: rework bcmgenet_netif_start and bcmgenet_netif_stopDoug Berger2017-10-261-32/+17
* net: bcmgenet: cleanup ring interrupt masking and unmaskingDoug Berger2017-10-261-23/+5
* net: bcmgenet: move NAPI initialization to ring initializationDoug Berger2017-10-261-34/+8
* net: bcmgenet: enable loopback during UniMAC sw_resetDoug Berger2017-10-261-45/+10
* net: bcmgenet: prevent duplicate calls of bcmgenet_dma_teardownDoug Berger2017-10-261-3/+1
* net: bcmgenet: correct bad mergeDoug Berger2017-10-261-17/+1
* ethernet: cavium: octeon: Switch to using netdev_info().Steven J. Hill2017-10-261-13/+11
* drivers/net: wan/sbni: Convert timers to use timer_setup()Kees Cook2017-10-251-13/+8
* drivers/net: sis: Convert timers to use timer_setup()Kees Cook2017-10-252-11/+9
* net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook2017-10-259-24/+22
* bonding: remove rtmsg_ifinfo called in bond_master_upper_dev_linkXin Long2017-10-251-8/+3
* 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/+0
* 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
* net: systemport: Guard against unmapped TX ringFlorian Fainelli2017-10-231-0/+3
* mlxsw: spectrum: Add another partition to KVD linearIdo Schimmel2017-10-231-2/+17
* mlxsw: spectrum: Increase number of linear entriesIdo Schimmel2017-10-232-3/+3
* mlxsw: spectrum_router: Populate adjacency entries according to weightsIdo Schimmel2017-10-231-12/+99
* mlxsw: spectrum_router: Prepare for large adjacency groupsIdo Schimmel2017-10-231-0/+58
* mlxsw: spectrum_router: Store weight in nexthop structIdo Schimmel2017-10-231-0/+7
* mlxsw: spectrum: Add ability to query KVDL allocation sizeIdo Schimmel2017-10-232-0/+18
* mlxsw: spectrum: Better represent KVDL partitionsIdo Schimmel2017-10-233-37/+238
* mlxsw: spectrum_dpipe: Add adjacency group sizeIdo Schimmel2017-10-233-7/+44