aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-02net: hns3: modify hnae_ to hnae3_Peng Li11-336/+343
2018-07-02net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_singleHuazhong Tan3-49/+28
2018-07-02net: hns3: give default option while dependency HNS3 setHuazhong Tan1-6/+9
2018-07-02net: hns3: remove some unused members of some structuresHuazhong Tan4-5/+0
2018-07-02net: hns3: remove a redundant hclge_cmd_csq_doneHuazhong Tan1-6/+6
2018-07-02net: hns3: simplify hclge_cmd_csq_cleanHuazhong Tan1-16/+5
2018-07-02net: hns3: remove some redundant assignmentsHuazhong Tan2-10/+0
2018-07-02net: hns3: remove useless code in hclge_cmd_sendHuazhong Tan1-4/+2
2018-07-02net: hns3: remove unused hclge_ring_to_dma_dirHuazhong Tan1-2/+1
2018-07-02atm: zatm: remove redundant pointer zatm_devColin Ian King1-2/+0
2018-07-02net: phy: realtek: add support for RTL8211CHeiner Kallweit1-0/+17
2018-07-02TTY: isdn: Replace strncpy with memcpyGuenter Roeck1-2/+2
2018-07-02net: phy: realtek: add missing entry for RTL8211 to mdio_device_id tableHeiner Kallweit1-0/+1
2018-07-02r8169: remove old PHY reset hackHeiner Kallweit1-56/+1
2018-07-02netdevsim: fix sa_idx out of bounds checkColin Ian King1-1/+1
2018-06-30nfp: flower: enabled offloading of Team LAGJohn Hurley1-2/+3
2018-06-30nfp: flower: offload tos and tunnel flags for ipv4 udp tunnelsJohn Hurley2-2/+11
2018-06-30nfp: flower: extract ipv4 udp tunnel ttl from routeJohn Hurley1-1/+18
2018-06-30nfp: flower: ignore checksum actions when performing pedit actionsPieter Jansen van Vuuren1-8/+72
2018-06-30nfp: populate bus-info on representorsJakub Kicinski1-5/+3
2018-06-30nfp: make use of napi_consume_skb()Jakub Kicinski1-5/+6
2018-06-30nfp: implement netpoll ndo (thus enabling netconsole)Jakub Kicinski1-0/+18
2018-06-30nfp: fail probe if serial or interface id is missingJakub Kicinski3-14/+28
2018-06-30nfp: expose ring stats of inactive rings via ethtoolJakub Kicinski1-31/+19
2018-06-30Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller5-5/+2
2018-06-30r8169: remove TBI 1000BaseX supportHeiner Kallweit1-136/+20
2018-06-30net: usb: Mark expected switch fall-throughsGustavo A. R. Silva3-0/+4
2018-06-30net: phy: realtek: add support for RTL8211Heiner Kallweit1-0/+30
2018-06-30r8169: use standard debug output functionsHeiner Kallweit1-24/+12
2018-06-30s390/ism: add device driver for internal shared memorySebastian Ott4-0/+857
2018-06-30net: emaclite: Remove unnecessary spacesRadhey Shyam Pandey1-13/+14
2018-06-30net: emaclite: Fix block comments styleRadhey Shyam Pandey1-13/+21
2018-06-30net: emaclite: update kernel-doc commentsRadhey Shyam Pandey1-3/+12
2018-06-30net: emaclite: Simplify if-else statementsRadhey Shyam Pandey1-18/+16
2018-06-30net: emaclite: Use __func__ instead of hardcoded nameRadhey Shyam Pandey1-2/+2
2018-06-30net: mvpp2: Use htons when checking protocol infoMaxime Chevallier1-1/+1
2018-06-30net: mvpp2: prs: Drop unnecessary swab16 in vlan detectionMaxime Chevallier1-3/+3
2018-06-30net: mvpp2: prs: Drop unions representing TCAM and SRAM entriesMaxime Chevallier3-105/+87
2018-06-30net: mvpp2: Make TX / RX descriptors little-endianMaxime Chevallier2-47/+50
2018-06-30bnx2x: Mark expected switch fall-throughsGustavo A. R. Silva5-5/+9
2018-06-30net: stmmac: Add support for CBS QDISCJose Abreu4-0/+87
2018-06-29Merge tag 'mlx5e-updates-2018-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller13-48/+252
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2-3/+6
2018-06-29cxgb4: Support ethtool private flagsArjun Vynipadath1-0/+42
2018-06-29cxgb4: Add support for FW_ETH_TX_PKT_VM_WRArjun Vynipadath3-4/+383
2018-06-29net: ethernet: stmmac: dwmac-rk: Add GMAC support for px30David Wu1-0/+69
2018-06-29tg3: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+14
2018-06-29net: hns3: use lower_32_bits and upper_32_bitsHuazhong Tan1-4/+4
2018-06-29net: hns3: remove back in struct hclge_hwHuazhong Tan3-4/+2
2018-06-29net: hns3: remove the Redundant put_vector in hns3_client_uninitPeng Li1-4/+0