summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij2019-02-046-35/+65
* net/mlx5: Fix code style issue in mlx driverTonghao Zhang2019-02-041-1/+2
* sh_eth: offload RX checksum on SH7763Sergei Shtylyov2019-02-041-0/+1
* sh_eth: offload RX checksum on SH7734Sergei Shtylyov2019-02-041-0/+1
* sh_eth: offload RX checksum on R8A77980Sergei Shtylyov2019-02-041-0/+1
* sh_eth: offload RX checksum on R8A7740Sergei Shtylyov2019-02-041-0/+1
* sh_eth: offload RX checksum on R7S72100Sergei Shtylyov2019-02-041-0/+1
* sh_eth: RX checksum offload supportSergei Shtylyov2019-02-042-2/+59
* sh_eth: rename sh_eth_cpu_data::hw_checksumSergei Shtylyov2019-02-042-8/+8
* net: phy: aquantia: replace magic numbers with constantsHeiner Kallweit2019-02-031-14/+66
* net: phy: aquantia: use macro PHY_ID_MATCH_MODELHeiner Kallweit2019-02-031-18/+12
* net: phy: aquantia: remove unneeded includesHeiner Kallweit2019-02-031-3/+0
* net: phy: aquantia: Shorten name space prefix to aqr_Andrew Lunn2019-02-031-32/+32
* net: devlink: report cell size of shared buffersJakub Kicinski2019-02-032-0/+2
* socket: Use old_timeval types for socket timestampsDeepa Dinamani2019-02-031-1/+1
* cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()Arjun Vynipadath2019-02-034-40/+136
* net: phy: realtek: add generic Realtek PHY driverHeiner Kallweit2019-02-031-0/+9
* atheros: atl2: fix an indentaion issue on a return statementColin Ian King2019-02-021-1/+1
* atl1c: fix indentation issue on an if statementColin Ian King2019-02-021-4/+4
* bna: fix indentation issue on call to bfa_ioc_pf_failedColin Ian King2019-02-021-1/+1
* chelsio: clean up indentation issueColin Ian King2019-02-021-2/+1
* net: nixge: Separate ctrl and dma resourcesAlex Williams2019-02-021-16/+58
* r8169: remove rtl_wol_pll_power_downHeiner Kallweit2019-02-021-12/+4
* net: hns3: MAC table entry count function increases operation 0 value protect...liuzhongzhu2019-02-021-2/+5
* net: hns3: modify the upper limit judgment conditionliuzhongzhu2019-02-021-2/+2
* net: hns3: don't allow user to change vlan filter stateJian Shen2019-02-021-2/+1
* net: hns3: optimize the maximum TC macroliuzhongzhu2019-02-023-7/+6
* net: hns3: fix the problem that the supported port is emptyliuzhongzhu2019-02-025-4/+77
* net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()Huazhong Tan2019-02-021-4/+5
* net: hns3: move some set_bit statement into hclge_prepare_mac_addrWeihang Li2019-02-021-13/+11
* net: hns3: add hclge_cmd_check_retval() to parse comman's return valueWeihang Li2019-02-021-27/+33
* net: hns3: code optimization for hclge_rx_buffer_calcYunsheng Lin2019-02-021-77/+63
* net: hns3: Modify parameter type from int to bool in set_gro_enYonglong Liu2019-02-024-20/+12
* net: hns3: fix an issue for hns3_update_new_int_glPeng Li2019-02-021-1/+1
* net: hns3: fix a code style issue for hns3_update_new_int_gl()Peng Li2019-02-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-011-10/+82
|\
| * nfp: bpf: complete ALU32 logic shift supportsJiong Wang2019-02-011-5/+67
| * nfp: bpf: correct the behavior for shifts by zeroJiong Wang2019-02-011-10/+20
* | nfp: devlink: report the running and flashed versionsJakub Kicinski2019-02-011-0/+87
* | nfp: nsp: add support for versions commandJakub Kicinski2019-02-012-0/+81
* | nfp: devlink: report fixed versionsJakub Kicinski2019-02-011-1/+35
* | nfp: devlink: report driver name and serial numberJakub Kicinski2019-02-011-0/+24
* | nfp: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-011-2/+1
* | tulip: eeprom: use struct_size() in kmalloc()Gustavo A. R. Silva2019-02-011-3/+1
* | cxgb4: smt: use struct_size() in kvzalloc()Gustavo A. R. Silva2019-02-011-2/+1
* | cxgb4: sched: use struct_size() in kvzalloc()Gustavo A. R. Silva2019-02-011-1/+1
* | Merge tag 'mac80211-next-for-davem-2019-02-01' of git://git.kernel.org/pub/sc...David S. Miller2019-02-011-7/+0
|\ \
| * \ Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2019-02-01526-4571/+12124
| |\ \
| * | | virt_wifi: remove set but not used variable 'w_priv'YueHaibing2019-01-191-2/+0
| * | | virt_wifi: remove duplicated include from virt_wifi.cYueHaibing2019-01-191-5/+0