summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* | xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer2018-04-171-1/+8
* | ixgbe: use xdp_return_frame APIJesper Dangaard Brouer2018-04-171-2/+4
|/
* ixgbe: tweak page counting for XDP_REDIRECTBjörn Töpel2018-03-231-3/+4
* ixgbe: enable TSO with IPsec offloadShannon Nelson2018-03-231-9/+22
* ixgbe: remove unneeded ipsec test in TX pathShannon Nelson2018-03-231-4/+2
* ixgbe: no need for ipsec csum feature checkShannon Nelson2018-03-231-6/+0
* ixgbe: add status reg reads to ixgbe_check_removePaul Greenwalt2018-03-231-11/+20
* 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: don't set RXDCTL.RLPML for 82599Emil Tantilov2018-01-261-2/+6
* ixgbe: add support for reporting 5G link speedPaul Greenwalt2018-01-261-0/+3
* ixgbe: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-251-4/+1
* ixgbe: register ipsec offload with the xfrm subsystemShannon Nelson2018-01-231-0/+6
* ixgbe: ipsec offload statsShannon Nelson2018-01-231-1/+4
* ixgbe: process the Tx ipsec offloadShannon Nelson2018-01-231-4/+22
* ixgbe: process the Rx ipsec offloadShannon Nelson2018-01-231-0/+3
* ixgbe: restore offloaded SAs after a resetShannon Nelson2018-01-231-0/+1
* ixgbe: add ipsec offload add and remove SAShannon Nelson2018-01-231-0/+1
* ixgbe: add ipsec register access routinesShannon Nelson2018-01-231-0/+1
* ixgbe: Fix kernel-doc format warningsTony Nguyen2018-01-121-11/+20
* ixgbe: Fix handling of macvlan Tx offloadAlexander Duyck2018-01-121-10/+10
* ixgbe: avoid bringing rings up/down as macvlans are added/removedAlexander Duyck2018-01-121-51/+51
* ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offloadAlexander Duyck2018-01-121-98/+23
* 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-121-10/+12
* ixgbe: Default to 1 pool always being allocatedAlexander Duyck2018-01-121-0/+1
* 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-091-10/+13
* ixgbe: Use ring values to test for Tx pendingAlexander Duyck2018-01-091-16/+4
* ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devicesAlexander Duyck2018-01-091-20/+15
* ixgbe: There is no need to update num_rx_pools in L2 fwd offloadAlexander Duyck2018-01-091-3/+0
* ixgbe: Add support for macvlan offload RSS on X550 and clean-up pool handlingAlexander Duyck2018-01-091-37/+25
* ixgbe: Fix interaction between SR-IOV and macvlan offloadAlexander Duyck2018-01-091-7/+5
* ixgbe: Remove an obsolete comment about ITRTonghao Zhang2018-01-091-2/+0
* ixgbe: extend firmware version supportPaul Greenwalt2018-01-091-2/+36
* ixgbe: advertise highest capable link speedPaul Greenwalt2018-01-091-9/+8
* ixgbe: remove unused enum latency_rangeEmil Tantilov2018-01-091-7/+0
* ixgbe: enable multicast on shutdown for WOLEmil Tantilov2018-01-091-7/+7
* ixgbe: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-051-1/+9
* 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-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-70/+253
|\
| * net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
| * net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-051-2/+2
| * net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko2017-11-021-0/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-12/+6
| |\
| * | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-211-2/+0
| * | ixgbe: Convert ndo_setup_tc offloads to block callbacksJiri Pirko2017-10-211-6/+39
| * | ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+3