summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-03-24mlxsw: spectrum: Query cell size from firmwareIdo Schimmel4-83/+119
2017-03-24mlxsw: spectrum: Refactor port buffer configurationIdo Schimmel2-23/+37
2017-03-24mlxsw: spectrum_buffers: Query shared buffer size from firmwareIdo Schimmel1-4/+6
2017-03-24mlxsw: Query maximum number of ports from firmwareIdo Schimmel9-45/+125
2017-03-24mlxsw: spectrum_router: Query number of LPM trees from firmwareIdo Schimmel3-13/+41
2017-03-24Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller4-44/+1222
2017-03-24liquidio: do not reset Octeon if NIC firmware was preloadedFelix Manlunas2-13/+33
2017-03-24net: systemport: Simplify circular pointer arithmeticFlorian Fainelli1-5/+1
2017-03-24net: systemport: Clear status to reduce spurious interruptsFlorian Fainelli1-0/+10
2017-03-24net: systemport: Track per TX ring statisticsFlorian Fainelli2-7/+63
2017-03-24net: phy: Allow splitting MDIO bus/device support from PHYsFlorian Fainelli5-28/+57
2017-03-24net: phy: MDIO_BCM_UNIMAC should depend on OF_MDIOFlorian Fainelli1-1/+1
2017-03-24net: stmmac: add set_mac to the stmmac_opsLABBE Corentin5-9/+45
2017-03-24isdn: use setup_timerGeliang Tang30-114/+54
2017-03-24mlxsw: Remove debugfs interfaceIdo Schimmel2-315/+0
2017-03-24i40e: make use of hlist_for_each_entry_continueJacob Keller1-11/+4
2017-03-24i40e: add support for SCTPv4 FDir filtersJacob Keller4-0/+93
2017-03-24i40e: implement support for flexible word payloadJacob Keller4-12/+613
2017-03-24i40e: add parsing of flexible filter fields from userdefJacob Keller2-1/+118
2017-03-24i40e: partition the ring_cookie to get VF indexJacob Keller1-34/+40
2017-03-24i40e: allow changing input set for ntuple filtersJacob Keller1-3/+145
2017-03-24i40e: restore default input set for each flow typeJacob Keller2-0/+37
2017-03-24i40e: check current configured input set when adding ntuple filtersJacob Keller2-15/+121
2017-03-24i40e: correctly honor the mask fields for ETHTOOL_SRXCLSRLINSJacob Keller1-0/+83
2017-03-24net: dwc-xlgmac: use dual licenseJie Deng1-1/+2
2017-03-24net: dwc-xlgmac: declaration of dual license in headersJie Deng7-28/+14
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller129-1191/+2397
2017-03-23qedf: fix wrong le16 conversionArnd Bergmann1-3/+3
2017-03-23qed: Reserve VF feature before PFMintz, Yuval1-11/+16
2017-03-23qed: Don't waste SBs unused by RoCEMintz, Yuval1-8/+9
2017-03-23qed: Reduce verbosity of unimplemented MFW messagesMintz, Yuval1-1/+1
2017-03-23qed: Correct endian order of MAC passed to MFWMintz, Yuval1-2/+11
2017-03-23qed: Pass src/dst sizes when interacting with MFWTomer Tayar2-59/+66
2017-03-23qed: Revise MFW command lockingTomer Tayar2-136/+280
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds40-193/+429
2017-03-23net:ethernet:aquantia: Fix for RX checksum offload.Pavel Belous2-0/+2
2017-03-23amd-xgbe: Fix the ECC-related bit position definitionsLendacky, Thomas1-12/+12
2017-03-23netvsc: fix and cleanup rndis_filter_set_packet_filterstephen hemminger1-12/+6
2017-03-23netvsc: eliminate unnecessary skb == NULL checksstephen hemminger1-6/+3
2017-03-23netvsc: remove unnecessary lock on shutdownstephen hemminger1-4/+3
2017-03-23netvsc: use refcount_t for keeping track of sub channelsstephen hemminger2-33/+12
2017-03-23netvsc: uses RCU instead of removal flagstephen hemminger3-31/+10
2017-03-23netvsc: use RCU to protect inner device structurestephen hemminger3-24/+57
2017-03-23netvsc: change max channel calculationstephen hemminger2-17/+11
2017-03-23netvsc: handle offline mtu and channel changestephen hemminger1-9/+20
2017-03-23netvsc: fix NAPI performance regressionstephen hemminger2-23/+19
2017-03-23liquidio: fix tx completions in napi pollVSR Burru2-17/+22
2017-03-23liquidio: allocate RX buffers in OOM conditions in PF and VFSatanand Burla7-0/+103
2017-03-23net: vmxnet3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-11/+14
2017-03-23net: virtio_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-19/+29