aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-03ixgbe: add AF_XDP zero-copy Rx supportBjörn Töpel6-21/+745
2018-10-03ixgbe: move common Rx functions to ixgbe_txrx_common.hBjörn Töpel2-18/+37
2018-10-03ixgbe: added Rx/Tx ring disable/enable functionsBjörn Töpel2-0/+159
2018-10-03ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl1-2/+8
2018-10-03i40e: Remove unnecessary print statementNathan Chancellor1-2/+0
2018-10-03i40e: Use proper enum in i40e_ndo_set_vf_link_stateNathan Chancellor1-1/+1
2018-10-03ixgbevf: off by one in ixgbevf_ipsec_tx()Dan Carpenter1-1/+1
2018-10-03ixgbe: remove redundant function ixgbe_fw_recovery_mode()YueHaibing1-11/+0
2018-10-03ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limitRadoslaw Tyl1-4/+10
2018-10-03ixgbevf: fix msglen for ipsec mbx messagesShannon Nelson1-7/+4
2018-10-03Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller21-108/+3699
2018-10-03cxgb4: remove the unneeded locksGanesh Goudar2-55/+15
2018-10-03ice: Update version stringAnirudh Venkataramanan1-1/+1
2018-10-03ice: Use the right function to enable/disable VSIDave Ertman1-9/+14
2018-10-03ice: Add more flexibility on how we assign an ITR indexBrett Creeley3-47/+59
2018-10-03ice: Fix potential null pointer issuesDave Ertman1-6/+7
2018-10-03ice: Add code to go from ICE_FWD_TO_VSI_LIST to ICE_FWD_TO_VSIBrett Creeley1-9/+29
2018-10-03ice: Fix forward to queue group logicAnirudh Venkataramanan1-4/+10
2018-10-03ice: Extend malicious operations detection logicAnirudh Venkataramanan3-2/+60
2018-10-03ice: Notify VF of link status changeAnirudh Venkataramanan3-0/+17
2018-10-03ice: Implement virtchnl commands for AVF supportAnirudh Venkataramanan6-0/+1221
2018-10-03ice: Add handlers for VF netdevice operationsAnirudh Venkataramanan6-1/+629
2018-10-03ice: Add support for VF reset eventsAnirudh Venkataramanan10-1/+272
2018-10-03ice: Update VSI and queue management code to handle VF VSIAnirudh Venkataramanan6-34/+184
2018-10-03ice: Add handler to configure SR-IOVAnirudh Venkataramanan11-9/+1061
2018-10-03ice: Add support to detect SR-IOV capability and mailbox queuesAnirudh Venkataramanan8-1/+151
2018-10-02hv_netvsc: remove ndo_poll_controllerStephen Hemminger1-23/+0
2018-10-02cxgb4: Use proper enum in IEEE_FAUX_SYNCNathan Chancellor1-1/+1
2018-10-02cxgb4: Use proper enum in cxgb4_dcb_handle_fw_updateNathan Chancellor1-2/+2
2018-10-02dpaa_eth: Remove useless declarationNathan Chancellor1-2/+0
2018-10-02ipv6: add vrf table handling code for ipv6 mcastPatrick Ruddy1-0/+11
2018-10-02dpaa2-eth: Add ethtool support for flow classificationIoana Radulescu6-0/+549
2018-10-02dpaa2-eth: Configure Rx flow classification keyIoana Radulescu5-16/+148
2018-10-02dpaa2-eth: Rename structureIoana Radulescu2-7/+7
2018-10-02dpaa2-eth: Use new API for Rx flow hashingIoana Radulescu5-19/+142
2018-10-02net: usbnet: make driver_info constBen Dooks1-6/+6
2018-10-02Merge tag 'wireless-drivers-next-for-davem-2018-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller276-9949/+8620
2018-10-02Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller13-507/+952
2018-10-02qede: Add driver support for 20G link speed.Sudarsana Reddy Kalluru1-0/+9
2018-10-02qed: Add driver support for 20G link speed.Sudarsana Reddy Kalluru3-0/+16
2018-10-02ice: Fix error on driver removeDave Ertman1-0/+6
2018-10-02ice: Add support for dynamic interrupt moderationBrett Creeley7-24/+102
2018-10-02ice: Align ice_reset_req enum values to hardware reset valuesBrett Creeley2-5/+14
2018-10-02ice: Implement ethtool hook for RSS switchMd Fahad Iqbal Polash3-0/+40
2018-10-02ice: Split irq_tracker into sw_irq_tracker and hw_irq_trackerPreethi Banala3-64/+148
2018-10-02ice: Check for actual link state of port after resetDave Ertman3-2/+6
2018-10-02ice: Implement VSI replay frameworkAnirudh Venkataramanan6-51/+178
2018-10-02ice: Expand use of VSI handles part 2/2Anirudh Venkataramanan9-163/+132
2018-10-02ice: Expand use of VSI handles part 1/2Anirudh Venkataramanan4-200/+328
2018-10-01ibmvnic: Add ethtool private flag for driver-defined queue limitsThomas Falcon2-35/+100