summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix disabling hide VLAN on VF resetPaul Greenwalt2018-03-121-1/+5
* ixgbe: Add receive length error counterTonghao Zhang2018-03-121-0/+1
* ixgbe: remove unneeded ipsec state free callbackShannon Nelson2018-03-121-13/+0Star
* ixgbe: fix ipsec trailer lengthShannon Nelson2018-03-121-1/+23
* ixgbe: check for 128-bit authenticationShannon Nelson2018-03-122-5/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-0/+8
|\
| * ixgbe: fix crash in build_skb Rx code pathEmil Tantilov2018-02-261-0/+8
* | ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL modeJacob Keller2018-02-261-1/+2
* | ixgbe: Avoid to write the RETA table when unnecessaryTonghao Zhang2018-02-261-2/+2
* | ixgbe: remove redundant initialization of 'pool'Colin Ian King2018-02-261-1/+0Star
|/
* ixgbe: don't set RXDCTL.RLPML for 82599Emil Tantilov2018-01-261-2/+6
* ixgbe: Fix && vs || typoDan Carpenter2018-01-261-1/+1
* ixgbe: add support for reporting 5G link speedPaul Greenwalt2018-01-261-0/+3
* ixgbe: Don't report unsupported timestamping filters for X550Miroslav Lichvar2018-01-261-18/+19
* ixgbe: use ARRAY_SIZE for array sizing calculation on array bufColin Ian King2018-01-261-1/+1
* ixgbe: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-261-4/+1Star
* ixgbe: register ipsec offload with the xfrm subsystemShannon Nelson2018-01-232-0/+23
* ixgbe: ipsec offload statsShannon Nelson2018-01-234-1/+10
* ixgbe: process the Tx ipsec offloadShannon Nelson2018-01-235-9/+112
* ixgbe: process the Rx ipsec offloadShannon Nelson2018-01-233-2/+115
* ixgbe: restore offloaded SAs after a resetShannon Nelson2018-01-233-0/+44
* ixgbe: add ipsec offload add and remove SAShannon Nelson2018-01-233-1/+399
* ixgbe: add ipsec data structuresShannon Nelson2018-01-232-0/+45
* ixgbe: add ipsec engine start and stop routinesShannon Nelson2018-01-231-0/+142
* ixgbe: add ipsec register access routinesShannon Nelson2018-01-235-0/+222
* ixgbe: clean up ipsec definesShannon Nelson2018-01-231-13/+7Star
* ixgbe: Fix kernel-doc format warningsTony Nguyen2018-01-1212-39/+99
* ixgbe: Fix handling of macvlan Tx offloadAlexander Duyck2018-01-122-10/+14
* ixgbe: avoid bringing rings up/down as macvlans are added/removedAlexander Duyck2018-01-122-58/+72
* ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offloadAlexander Duyck2018-01-122-108/+25Star
* ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded r...Alexander Duyck2018-01-121-2/+8
* ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck2018-01-126-27/+29
* ixgbe: Default to 1 pool always being allocatedAlexander Duyck2018-01-122-5/+3Star
* ixgbe: Assume provided MAC filter has been verified by macvlanAlexander Duyck2018-01-121-4/+8
* ixgbe: Drop l2_accel_priv data pointer from ring structAlexander Duyck2018-01-092-11/+13
* ixgbe: Use ring values to test for Tx pendingAlexander Duyck2018-01-091-16/+4Star
* ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devicesAlexander Duyck2018-01-094-43/+34Star
* ixgbe: There is no need to update num_rx_pools in L2 fwd offloadAlexander Duyck2018-01-092-4/+1Star
* ixgbe: Add support for macvlan offload RSS on X550 and clean-up pool handlingAlexander Duyck2018-01-091-37/+25Star
* ixgbe: Perform reinit any time number of VFs changeAlexander Duyck2018-01-091-16/+3Star
* ixgbe: Fix interaction between SR-IOV and macvlan offloadAlexander Duyck2018-01-091-7/+5Star
* ixgbe: Remove an obsolete comment about ITRTonghao Zhang2018-01-091-2/+0Star
* ixgbe: extend firmware version supportPaul Greenwalt2018-01-097-14/+198
* ixgbe: advertise highest capable link speedPaul Greenwalt2018-01-091-9/+8Star
* ixgbe: remove unused enum latency_rangeEmil Tantilov2018-01-091-7/+0Star
* ixgbe: enable multicast on shutdown for WOLEmil Tantilov2018-01-091-7/+7
* ixgbe: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-063-1/+15
* act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2017-12-061-2/+4
* ixgbe: Fix skb list corruption on Power systemsBrian King2017-11-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-157-106/+332
|\