summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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-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/+6Star
| |\
| * | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-211-2/+0Star
| * | 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/+3Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-101-1/+5
| |\ \
| * | | ixgbe: fix crash when injecting AER after failed resetEmil Tantilov2017-10-091-0/+3
| * | | ixgbe: Update adaptive ITR algorithmAlexander Duyck2017-10-091-53/+162
| * | | ixgbe: add counter for times Rx pages gets allocated, not recycledJesper Dangaard Brouer2017-10-091-0/+4
| * | | ixgbe: restore normal RSS after last macvlan offload is removedShannon Nelson2017-10-091-0/+11
| * | | bpf, ixgbe: add meta data supportDaniel Borkmann2017-09-261-4/+26
| * | | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-261-0/+1
* | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-12/+6Star
|\ \ \ \ | | |_|/ | |/| |
| * | | ixgbe: Fix Tx map failure pathAlexander Duyck2017-10-261-12/+6Star
| | |/ | |/|
* / | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-4/+4
|/ /
* | ixgbe: fix masking of bits read from IXGBE_VXLANCTRL registerSabrina Dubroca2017-10-091-1/+1
* | ixgbe: Return error when getting PHY address if PHY access is not supportedMark D Rustad2017-10-091-0/+4
|/
* ixgbe: use return codes from ndo_xdp_xmit that are distinguishableJesper Dangaard Brouer2017-08-241-2/+2
* ixgbe: change ndo_xdp_xmit return code on xmit errorsJesper Dangaard Brouer2017-08-191-1/+1
* net/sched: Fix the logic error to decide the ingress qdiscChris Mi2017-08-181-1/+1
* net: sched: use newly added classid identity helpersJiri Pirko2017-08-111-1/+1
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-3/+3
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-11/+6Star
* ixgbe: push cls_u32 and mqprio setup_tc processing into separate functionsJiri Pirko2017-08-071-28/+39
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-4/+5
* net: sched: change names of action number helpers to be aligned with the restJiri Pirko2017-08-041-1/+1
* ixgbe: Update NW_MNG_IF_SEL support for X553Tony Nguyen2017-07-261-1/+1
* xdp: Add batching support to redirect mapJohn Fastabend2017-07-171-3/+25
* xdp: add trace event for xdp redirectJohn Fastabend2017-07-171-1/+1
* ixgbe: add initial support for xdp redirectJohn Fastabend2017-07-171-1/+40
* bpf: ixgbe: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau2017-06-161-0/+2
* ixgbe: pci_set_drvdata must be called before register_netdevJeff Mahoney2017-06-141-1/+1
* ixgbe: Bump version numberTony Nguyen2017-06-141-1/+1
* ixgbe: check for Tx timestamp timeouts during watchdogJacob Keller2017-06-141-0/+1
* ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller2017-06-141-10/+13
* ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller2017-06-141-5/+15
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-2/+5
* ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen2017-05-311-2/+6
* ixgbe: Resolve truncation warning for q_vector->nameTony Nguyen2017-05-311-7/+7
* ixgbe: Correct thermal sensor event checkMark Rustad2017-05-311-2/+1Star
* ixgbe: enable L3/L4 filtering for Tx switched packetsEmil Tantilov2017-05-311-0/+3
* ixgbe: initialize u64_stats_sync structures early at ixgbe_probeLiwei Song2017-05-311-4/+4
* ixgbe/ixgbevf: Enables TSO for MPLS encapsulated packetsScott Peterson2017-05-311-2/+10
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-091-14/+2Star
|\
| * ixgbe: Use pcie_flr() instead of duplicating itChristoph Hellwig2017-04-271-14/+2Star