aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-10-27i40e: fix call of ndo_dflt_bridge_getlink()Huaibin Wang1-1/+1
2016-10-27i40e: disable MSI-X interrupts if we cannot reserve enough vectorsGuilherme G Piccoli1-0/+1
2016-10-27i40e: Fix configure TCs after initial DCB disableDavid Ertman2-27/+5
2016-10-27ixgbe: fix panic when using macvlan with l2-fwd-offload enabledEmil Tantilov1-4/+8
2016-10-27net: bgmac: fix spelling mistake: "connecton" -> "connection"Colin Ian King1-1/+1
2016-10-27kalmia: avoid potential uninitialized variable useArnd Bergmann1-1/+1
2016-10-27macsec: Fix header length if SCI is added if explicitly disabledTobias Brunner1-8/+18
2016-10-27ethernet: fix min/max MTU typosStefan Richter2-2/+2
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg4-6/+6
2016-10-27genetlink: statically initialize familiesJohannes Berg4-35/+55
2016-10-27genetlink: no longer support using static family IDsJohannes Berg4-4/+0
2016-10-27at803x: double check SGMII side autonegZefir Kurtisi1-0/+39
2016-10-27Revert "at803x: fix suspend/resume for SGMII link"Zefir Kurtisi1-26/+0
2016-10-27Merge tag 'iwlwifi-next-for-kalle-2016-10-25-2' of git://git.kernel.org/pub/s...Kalle Valo12-75/+249
2016-10-27brcmfmac: avoid maybe-uninitialized warning in brcmf_cfg80211_start_apArnd Bergmann1-1/+1
2016-10-27Merge tag 'iwlwifi-for-kalle-2015-10-25' of git://git.kernel.org/pub/scm/linu...Kalle Valo9-53/+128
2016-10-27wireless: deprecate WDS and disable by defaultJohannes Berg5-2/+27
2016-10-26netvsc: fix incorrect receive checksum offloadingStephen Hemminger1-8/+11
2016-10-26net: netcp: add missing of_node_put() in netcp_probe()Wei Yongjun1-0/+4
2016-10-26net: ena: use setup_timer() and mod_timer()Wei Yongjun1-6/+3
2016-10-26amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun1-0/+1
2016-10-26net: ns83820: use dev_kfree_skb_irq instead of kfree_skbWei Yongjun1-1/+1
2016-10-26net: eth: altera: Fix error return code in altera_tse_probe()Wei Yongjun1-0/+2
2016-10-26net: dsa: mv88e6xxx: use setup_timer to simplify the codeWei Yongjun1-3/+2
2016-10-26net: netcp: drop kfree for memory allocated with devm_kzallocWei Yongjun1-2/+0
2016-10-26rocker: fix error return code in rocker_world_check_init()Wei Yongjun1-1/+1
2016-10-26net: phy: broadcom: Add support for BCM54612EXo Wang1-0/+48
2016-10-26iwlwifi: mvm: use dev_coredumpsg()Aviya Erenfeld1-45/+55
2016-10-26iwlwifi: mvm: enable dynamic queue allocation modeLiad Kaufman1-3/+2
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-1/+1
2016-10-23net: fec: Call swap_buffer() prior to IP header alignmentFabio Estevam1-3/+3
2016-10-23bnx2x: Use the correct divisor value for PHC clock readings.Sudarsana Reddy Kalluru1-1/+1
2016-10-23mlxsw: Convert resources into arrayJiri Pirko8-190/+223
2016-10-23mlxsw: cmd: Push resource query defines to cmd.hJiri Pirko2-6/+9
2016-10-23mlxsw: reg: Generare register names automaticallyJiri Pirko1-123/+73
2016-10-23mlxsw: reg: Use helper macro to define registersJiri Pirko1-240/+66
2016-10-23mlxsw: item: Make char *buf arg constant for gettersJiri Pirko4-19/+23
2016-10-23mlxsw: item: Make struct mlxsw_item args constJiri Pirko1-12/+15
2016-10-22qede: Fix incorrrect usage of APIs for un-mapping DMA memoryManish Chopra2-6/+6
2016-10-22qed: Zero-out the buffer paased to dcbx_query() APISudarsana Reddy Kalluru1-0/+2
2016-10-22qede: Reconfigure rss indirection direction table when rss count is updatedSudarsana Reddy Kalluru1-0/+7
2016-10-22qed*: Reduce the memory footprint for Rx pathSudarsana Reddy Kalluru2-1/+2
2016-10-22qede: Loopback implementation should ignore the normal trafficSudarsana Reddy Kalluru3-35/+49
2016-10-22qede: Do not allow RSS config for 100G devicesSudarsana Reddy Kalluru1-0/+6
2016-10-22qede: get_channels() need to populate max tx/rx coalesce valuesSudarsana Reddy Kalluru1-0/+2
2016-10-22net: dsa: bcm_sf2: Do not rely on kexec_in_progressFlorian Fainelli1-2/+3
2016-10-21hv_netvsc: fix a race between netvsc_send() and netvsc_init_buf()Vitaly Kuznetsov1-0/+7
2016-10-20net: use core MTU range checking in misc driversJarod Wilson5-20/+10
2016-10-20net: use core MTU range checking in virt driversJarod Wilson6-26/+29
2016-10-20net: use core MTU range checking in core net infraJarod Wilson7-88/+74