summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2018-05-17ixgbe: cleanup sparse warningsCathy Zhou7-41/+55
2018-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+4
2018-05-11ixgbe: fix memory leak on ipsec allocationColin Ian King1-1/+1
2018-05-11ixgbe: return error on unsupported SFP module when resettingEmil Tantilov1-0/+3
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher34-906/+51
2018-04-25ixgbe: Avoid performing unnecessary resets for macvlan offloadAlexander Duyck2-62/+135
2018-04-25ixgbe: Drop real_adapter from l2 fwd acceleration structureAlexander Duyck2-13/+16
2018-04-25ixgbe/fm10k: Only support macvlan offload for types that support destination ...Alexander Duyck1-0/+7
2018-04-25ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicastAlexander Duyck1-4/+3
2018-04-25macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck1-29/+10
2018-04-25macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck1-6/+4
2018-04-25ixgbe: Drop support for macvlan specific unicast listsAlexander Duyck1-31/+0
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer1-11/+13
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2-9/+12
2018-04-17xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer1-1/+8
2018-04-17ixgbe: use xdp_return_frame APIJesper Dangaard Brouer2-2/+5
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-24ixgbe: tweak page counting for XDP_REDIRECTBjörn Töpel1-3/+4
2018-03-24ixgbe: enable TSO with IPsec offloadShannon Nelson2-11/+29
2018-03-24ixgbe: no need for esp trailer if GSOShannon Nelson1-16/+21
2018-03-24ixgbe: remove unneeded ipsec test in TX pathShannon Nelson1-4/+2
2018-03-24ixgbe: no need for ipsec csum feature checkShannon Nelson1-6/+0
2018-03-24ixgbe: fix read-modify-write in x550 phy setupPaul Greenwalt1-2/+2
2018-03-24ixgbe: add status reg reads to ixgbe_check_removePaul Greenwalt2-11/+21
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher18-0/+18
2018-03-12ixgbe: fix disabling hide VLAN on VF resetPaul Greenwalt1-1/+5
2018-03-12ixgbe: Add receive length error counterTonghao Zhang1-0/+1
2018-03-12ixgbe: remove unneeded ipsec state free callbackShannon Nelson1-13/+0
2018-03-12ixgbe: fix ipsec trailer lengthShannon Nelson1-1/+23
2018-03-12ixgbe: check for 128-bit authenticationShannon Nelson2-5/+12
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2018-02-26ixgbe: fix crash in build_skb Rx code pathEmil Tantilov1-0/+8
2018-02-26ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL modeJacob Keller1-1/+2
2018-02-26ixgbe: Avoid to write the RETA table when unnecessaryTonghao Zhang1-2/+2
2018-02-26ixgbe: remove redundant initialization of 'pool'Colin Ian King1-1/+0
2018-01-26ixgbe: don't set RXDCTL.RLPML for 82599Emil Tantilov1-2/+6
2018-01-26ixgbe: Fix && vs || typoDan Carpenter1-1/+1
2018-01-26ixgbe: add support for reporting 5G link speedPaul Greenwalt1-0/+3
2018-01-26ixgbe: Don't report unsupported timestamping filters for X550Miroslav Lichvar1-18/+19
2018-01-26ixgbe: use ARRAY_SIZE for array sizing calculation on array bufColin Ian King1-1/+1
2018-01-26ixgbe: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-4/+1
2018-01-23ixgbe: register ipsec offload with the xfrm subsystemShannon Nelson2-0/+23
2018-01-23ixgbe: ipsec offload statsShannon Nelson4-1/+10
2018-01-23ixgbe: process the Tx ipsec offloadShannon Nelson5-9/+112
2018-01-23ixgbe: process the Rx ipsec offloadShannon Nelson3-2/+115
2018-01-23ixgbe: restore offloaded SAs after a resetShannon Nelson3-0/+44
2018-01-23ixgbe: add ipsec offload add and remove SAShannon Nelson3-1/+399
2018-01-23ixgbe: add ipsec data structuresShannon Nelson2-0/+45
2018-01-23ixgbe: add ipsec engine start and stop routinesShannon Nelson1-0/+142
2018-01-23ixgbe: add ipsec register access routinesShannon Nelson5-0/+222