summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ixgbe: Fix Tx map failure pathAlexander Duyck2017-10-261-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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-094-50/+13
|\ \ | |/
| * ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend2017-10-091-8/+8
| * net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagDing Tianhong2017-10-092-41/+0
| * Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong2017-10-091-1/+1
| * 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: fix crash when injecting AER after failed resetEmil Tantilov2017-10-091-0/+3
* | ixgbe: Update adaptive ITR algorithmAlexander Duyck2017-10-093-55/+178
* | ixgbe: fix the FWSM.PT check in ixgbe_mng_present()Emil Tantilov2017-10-091-2/+2
* | ixgbe: fix use of uninitialized paddingEmil Tantilov2017-10-092-2/+4
* | ixgbe: add counter for times Rx pages gets allocated, not recycledJesper Dangaard Brouer2017-10-093-0/+7
* | ixgbe: split Tx/Rx ring clearing for ethtool loopback testEmil Tantilov2017-10-091-19/+34
* | ixgbe: add error checks when initializing the PHYEmil Tantilov2017-10-091-2/+6
* | ixgbe: restore normal RSS after last macvlan offload is removedShannon Nelson2017-10-091-0/+11
* | ixgbe: declare ixgbe_mac_operations structures as constBhumika Goyal2017-10-091-2/+2
* | ixgbe: Clear SWFW_SYNC register during initEmil Tantilov2017-10-091-7/+12
* | bpf, ixgbe: add meta data supportDaniel Borkmann2017-09-261-4/+26
* | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-261-0/+1
|/
* 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-181-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/+6
* 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: Disable flow control for XFITony Nguyen2017-07-252-27/+35
* ixgbe: Do not support flow control autonegotiation for X553Tony Nguyen2017-07-251-6/+19
* ixgbe: Update NW_MNG_IF_SEL support for X553Tony Nguyen2017-07-253-6/+14
* ixgbe: Enable LASI interrupts for X552 devicesTony Nguyen2017-07-251-9/+22
* ixgbe: Ensure MAC filter was added before setting MACVLANTony Nguyen2017-07-251-3/+6
* 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
* ixgbe: NULL xdp_tx rings on resource cleanupJohn Fastabend2017-07-171-2/+6
* bpf: ixgbe: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau2017-06-161-0/+2
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* ixgbe: pci_set_drvdata must be called before register_netdevJeff Mahoney2017-06-131-1/+1
* ixgbe: Resolve cppcheck format string warningTony Nguyen2017-06-131-1/+1
* ixgbe: fix writes to PFQDEEmil Tantilov2017-06-131-1/+1
* ixgbe: Bump version numberTony Nguyen2017-06-131-1/+1
* ixgbe: check for Tx timestamp timeouts during watchdogJacob Keller2017-06-133-0/+29
* ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller2017-06-133-10/+17
OpenPOWER on IntegriCloud