aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-20Merge tag 'wireless-drivers-next-2019-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller128-1371/+50458
2019-12-20net: hns3: only print misc interrupt status when handling failsHuazhong Tan1-3/+6
2019-12-20net: hns3: add a log for getting chain failure in hns3_nic_uninit_vector_data()Huazhong Tan1-1/+6
2019-12-20net: hns3: add some VF VLAN information for command "ip link show"Huazhong Tan1-0/+3
2019-12-20net: hns3: implement ndo_features_check ops for hns3 driverYunsheng Lin1-0/+32
2019-12-20net: hns3: get FD rules location before dump in debugfsYufeng Mo1-7/+67
2019-12-20net: hns3: optimization for CMDQ uninitializationHuazhong Tan2-15/+3
2019-12-20net: hns3: remove useless mutex vport_cfg_mutex in the struct hclge_devHuazhong Tan3-13/+0
2019-12-20net: hns3: check FE bit before calling hns3_add_frag()Yunsheng Lin1-33/+13
2019-12-20net: dsa: add support for Atheros AR9331 built-in switchOleksij Rempel5-0/+869
2019-12-19net: bcmgenet: Add software counters to track reallocationsDoug Berger2-0/+8
2019-12-19net: bcmgenet: Be drop monitor friendly while re-allocating headroomDoug Berger1-1/+2
2019-12-19net: bcmgenet: Turn on offloads by defaultDoug Berger1-3/+5
2019-12-19net: bcmgenet: Utilize bcmgenet_set_features() during resume/openDoug Berger1-0/+8
2019-12-19net: bcmgenet: Refactor bcmgenet_set_features()Doug Berger1-19/+19
2019-12-19net: bcmgenet: use CHECKSUM_COMPLETE for NETIF_F_RXCSUMDoug Berger2-13/+8
2019-12-19net: bcmgenet: enable NETIF_F_HW_CSUM featureDoug Berger1-17/+12
2019-12-19net: bcmgenet: enable NETIF_F_HIGHDMA flagDoug Berger1-2/+10
2019-12-19net: systemport: Set correct DMA maskFlorian Fainelli1-0/+8
2019-12-19nfp: tls: implement the stream sync RX resyncJakub Kicinski9-16/+172
2019-12-19nfp: pass packet pointer to nfp_net_parse_meta()Jakub Kicinski1-10/+8
2019-12-19nfp: flower: update flow merge code to support IPv6 tunnelsJohn Hurley1-5/+23
2019-12-19nfp: flower: support ipv6 tunnel keep-alive messages from fwJohn Hurley4-0/+67
2019-12-19nfp: flower: handle notifiers for ipv6 route changesJohn Hurley2-68/+181
2019-12-19nfp: flower: handle ipv6 tunnel no neigh requestJohn Hurley4-8/+116
2019-12-19nfp: flower: modify pre-tunnel and set tunnel action for ipv6John Hurley3-30/+62
2019-12-19nfp: flower: offload list of IPv6 tunnel endpoint addressesJohn Hurley5-1/+141
2019-12-19nfp: flower: compile match for IPv6 tunnelsJohn Hurley4-51/+246
2019-12-19nfp: flower: move udp tunnel key match compilation to helper functionJohn Hurley1-22/+35
2019-12-19nfp: flower: pass flow rule pointer directly to match functionsJohn Hurley1-49/+27
2019-12-19hdlcdrv: replace unnecessary assertion in hdlcdrv_registerAditya Pakki1-2/+0
2019-12-19net: mvpp2: cycle comphy to power it downRussell King1-0/+10
2019-12-19net: sfp: report error on failure to read sfp soft statusRussell King1-2/+9
2019-12-19net: phy: marvell: use genphy_check_and_restart_aneg()Russell King1-20/+1
2019-12-19net: phy: marvell: use phy_modify_changed()Russell King1-16/+10
2019-12-19net: phy: marvell: use existing clause 37 definitionsRussell King1-18/+8
2019-12-19net: phy: marvell: consolidate phy status readingRussell King1-43/+17
2019-12-19net: phy: marvell: use positive logic for link stateRussell King1-4/+3
2019-12-19net: phy: marvell: initialise link partner state earlierRussell King1-20/+5
2019-12-19net: phy: marvell: rearrange to use genphy_read_lpa()Russell King1-34/+32
2019-12-19net: phy: provide and use genphy_read_status_fixed()Russell King3-47/+40
2019-12-19net: phy: add genphy_check_and_restart_aneg()Russell King1-17/+31
2019-12-19net: phy: use phy_resolve_aneg_pause()Russell King3-14/+3
2019-12-19net: phy: remove redundant .aneg_done initialisersRussell King2-7/+0
2019-12-19Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo30-302/+568
2019-12-19ath11k: Use sizeof_field() instead of FIELD_SIZEOF()Kees Cook1-1/+1
2019-12-19ath11k: explicitly cast wmi commands to their correct struct typeJohn Crispin1-3/+3
2019-12-19wil6210: add support for set_cqm_rssi_configDedy Lansky4-0/+130
2019-12-19wil6210: support set_multicast_to_unicast cfg80211 operationAhmad Masri3-1/+48
2019-12-19wil6210: fix MID valid bits in Rx status messageDedy Lansky1-4/+4