aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/calxeda (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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-03virtchnl: Added support to exchange additional speed valuesYashaswini Raghuram Prathivadi Bhayankaram1-0/+15
2018-10-02tls: Add support for inplace records encryptionVakul Garg2-18/+74
2018-10-02net: dsa: lantiq: Fix path in MAINTAINERS fileHauke Mehrtens1-1/+1
2018-10-02hv_netvsc: remove ndo_poll_controllerStephen Hemminger1-23/+0
2018-10-02MAINTAINERS: Fix wrong include file pathAndrew Lunn1-1/+1
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 Ruddy2-12/+47
2018-10-02ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman4-4/+4
2018-10-02bridge: mcast: Default back to multicast enabled stateIdo Schimmel1-0/+1
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 Dooks2-7/+7
2018-10-02tcp: do not release socket ownership in tcp_close()Eric Dumazet3-9/+5
2018-10-02net: inet6_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski1-2/+1
2018-10-02net: rtm_to_fib6_config() - use new style struct initializer instead of memsetMaciej Żenczykowski1-11/+12
2018-10-02net: rtmsg_to_fib6_config() - use new style struct initializer instead of memsetMaciej Żenczykowski1-16/+16
2018-10-02net: ip6_update_pmtu() - use new style struct initializer instead of memsetMaciej Żenczykowski1-9/+8
2018-10-02net: remove 1 always zero parameter from ip6_redirect_no_header()Maciej Żenczykowski3-6/+3
2018-10-02net: ip6_redirect_no_header() - use new style struct initializer instead of memsetMaciej Żenczykowski1-9/+8
2018-10-02net: ip6_redirect() - use new style struct initializer instead of memsetMaciej Żenczykowski1-10/+9
2018-10-02net: inet_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski1-2/+1
2018-10-02net: ip_rt_get_source() - use new style struct initializer instead of memsetMaciej Żenczykowski1-12/+9