summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
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 p...Jiri 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 ...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
2017-10-09ixgbe: add counter for times Rx pages gets allocated, not recycledJesper Dangaard Brouer3-0/+7
2017-10-09ixgbe: split Tx/Rx ring clearing for ethtool loopback testEmil Tantilov1-19/+34
2017-10-09ixgbe: add error checks when initializing the PHYEmil Tantilov1-2/+6
2017-10-09ixgbe: restore normal RSS after last macvlan offload is removedShannon Nelson1-0/+11
2017-10-09ixgbe: declare ixgbe_mac_operations structures as constBhumika Goyal1-2/+2
2017-10-09ixgbe: Clear SWFW_SYNC register during initEmil Tantilov1-7/+12
2017-10-09ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend1-8/+8
2017-10-09net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagDing Tianhong2-41/+0
2017-10-09Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong1-1/+1
2017-10-09ixgbe: fix masking of bits read from IXGBE_VXLANCTRL registerSabrina Dubroca1-1/+1
2017-10-09ixgbe: Return error when getting PHY address if PHY access is not supportedMark D Rustad1-0/+4
2017-09-26bpf, ixgbe: add meta data supportDaniel Borkmann1-4/+26
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+1
2017-08-24ixgbe: use return codes from ndo_xdp_xmit that are distinguishableJesper Dangaard Brouer1-2/+2
2017-08-18ixgbe: change ndo_xdp_xmit return code on xmit errorsJesper Dangaard Brouer1-1/+1
2017-08-18net/sched: Fix the logic error to decide the ingress qdiscChris Mi1-1/+1
2017-08-11net: sched: use newly added classid identity helpersJiri Pirko1-1/+1
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-3/+3
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-11/+6
2017-08-07ixgbe: push cls_u32 and mqprio setup_tc processing into separate functionsJiri Pirko1-28/+39