aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-25ixgbe: 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
2018-01-23ixgbe: clean up ipsec definesShannon Nelson1-13/+7
2018-01-12ixgbe: Fix kernel-doc format warningsTony Nguyen12-39/+99
2018-01-12ixgbe: Fix handling of macvlan Tx offloadAlexander Duyck2-10/+14
2018-01-12ixgbe: avoid bringing rings up/down as macvlans are added/removedAlexander Duyck2-58/+72
2018-01-12ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offloadAlexander Duyck2-108/+25
2018-01-12ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded ringsAlexander Duyck1-2/+8
2018-01-12ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck6-27/+29
2018-01-12ixgbe: Default to 1 pool always being allocatedAlexander Duyck2-5/+3
2018-01-12ixgbe: Assume provided MAC filter has been verified by macvlanAlexander Duyck1-4/+8
2018-01-09ixgbe: Drop l2_accel_priv data pointer from ring structAlexander Duyck2-11/+13
2018-01-09ixgbe: Use ring values to test for Tx pendingAlexander Duyck1-16/+4
2018-01-09ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devicesAlexander Duyck4-43/+34
2018-01-09ixgbe: There is no need to update num_rx_pools in L2 fwd offloadAlexander Duyck2-4/+1
2018-01-09ixgbe: Add support for macvlan offload RSS on X550 and clean-up pool handlingAlexander Duyck1-37/+25
2018-01-09ixgbe: Perform reinit any time number of VFs changeAlexander Duyck1-16/+3
2018-01-09ixgbe: Fix interaction between SR-IOV and macvlan offloadAlexander Duyck1-7/+5
2018-01-09ixgbe: Remove an obsolete comment about ITRTonghao Zhang1-2/+0
2018-01-09ixgbe: extend firmware version supportPaul Greenwalt7-14/+198
2018-01-09ixgbe: advertise highest capable link speedPaul Greenwalt1-9/+8
2018-01-09ixgbe: remove unused enum latency_rangeEmil Tantilov1-7/+0
2018-01-09ixgbe: enable multicast on shutdown for WOLEmil Tantilov1-7/+7
2018-01-05ixgbe: setup xdp_rxq_infoJesper Dangaard Brouer3-1/+15
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang1-2/+4
2017-11-21ixgbe: Fix skb list corruption on Power systemsBrian King1-1/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-106/+332
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-12/+6
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-2/+2
2017-11-02net: sched: move the can_offload check from binding phase to rule insertion phaseJiri Pirko1-0/+3
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+6
2017-10-26ixgbe: Fix Tx map failure pathAlexander Duyck1-12/+6
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland3-8/+8
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko1-2/+0
2017-10-21ixgbe: Convert ndo_setup_tc offloads to block callbacksJiri Pirko1-6/+39
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-50/+13
2017-10-09ixgbe: fix crash when injecting AER after failed resetEmil Tantilov1-0/+3
2017-10-09ixgbe: Update adaptive ITR algorithmAlexander Duyck3-55/+178
2017-10-09ixgbe: fix the FWSM.PT check in ixgbe_mng_present()Emil Tantilov1-2/+2
2017-10-09ixgbe: fix use of uninitialized paddingEmil Tantilov2-2/+4