aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qede (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-30qede: Register l2 queues with doorbell overflow recovery mechanismAriel Elior1-0/+9
2018-11-29qede - Add a statistic for a case where driver drops tx packet due to memory allocation failure.Michael Shteinbok3-2/+4
2018-11-27qede: Update link status only when interface is ready.Sudarsana Reddy Kalluru2-2/+7
2018-11-27qede: Simplify the usage of qede-flags.Sudarsana Reddy Kalluru3-8/+11
2018-10-16qede: Check available link modes before link set from ethtool.Rahul Verma1-19/+45
2018-10-16qed: Add supported link and advertise link to display in ethtool.Rahul Verma1-4/+27
2018-10-02qede: Add driver support for 20G link speed.Sudarsana Reddy Kalluru1-0/+9
2018-09-19net: qede: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang1-1/+1
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-4/+2
2018-08-10qed/qede: qede_setup_tc() can be statickbuild test robot1-1/+1
2018-08-09qede: Ingress tc flower offload (drop action) support.Manish Chopra4-11/+362
2018-08-09qede: Add destination ip based flow profile.Manish Chopra1-48/+66
2018-08-09qed/qede: Multi CoS support.Manish Chopra4-44/+185
2018-08-07qede: qede_fp: Mark expected switch fall-throughGustavo A. R. Silva1-0/+2
2018-07-19qede: Add driver callbacks for eeprom module query.Sudarsana Reddy Kalluru1-0/+88
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-1/+0
2018-07-02qede: Adverstise software timestamp caps when PHC is not available.Sudarsana Reddy Kalluru1-2/+8
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+3
2018-05-31qed*: Add link change count value to ethtool statistics display.Sudarsana Reddy Kalluru3-0/+4
2018-05-25qed*: Support drop action classificationManish Chopra4-0/+17
2018-05-25qede: Support flow classification to the VFs.Manish Chopra1-4/+30
2018-05-25qed*: Support other classification modes.Manish Chopra1-2/+29
2018-05-25qede: Validate unsupported configurationsManish Chopra1-0/+73
2018-05-25qede: Refactor ethtool rx classification flow.Manish Chopra1-182/+330
2018-05-22qede: Add support for populating ethernet TLVs.Sudarsana Reddy Kalluru1-0/+101
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2018-05-17qede: Add build_skb() support.Manish Chopra4-174/+137
2018-05-13qede: Fix ref-cnt usage countMichal Kalderon1-2/+1
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-10qede: Fix gfp flags sent to rdma event node allocationMichal Kalderon1-1/+1
2018-05-07qed*: Refactor mf_mode to consist of bits.Sudarsana Reddy Kalluru1-2/+2
2018-04-20qed* : Add new TLV to request PF to update MAC in bulletin boardShahed Shaikh1-0/+4
2018-04-20qed* : use trust mode to allow VF to override forced MACShahed Shaikh1-2/+1
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+6
2018-03-29qede: Do not drop rx-checksum invalidated packets.Manish Chopra1-8/+2
2018-03-29qede: Ethtool flash update support.Sudarsana Reddy Kalluru1-0/+9
2018-03-27qede: Fix barrier usage after tx doorbell write.Manish Chopra1-6/+4
2018-03-21qede: fix spelling mistake: "registeration" -> "registration"Colin Ian King2-3/+3
2018-03-16qede: Fix qedr link updateMichal Kalderon1-2/+2
2018-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-0/+13
2018-01-05xdp/qede: setup xdp_rxq_info and intro xdp_rxq_info_is_regJesper Dangaard Brouer3-0/+13
2018-01-02qed*: Advance drivers' version to 8.33.0.20Tomer Tayar1-3/+3
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar1-5/+21
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar1-1/+1
2017-12-19qede: Use NETIF_F_GRO_HW.Michael Chan4-18/+25
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski1-4/+0
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski3-4/+4
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+1
2017-07-27qed: Read per queue coalesce from hardwareRahul Verma1-5/+42
2017-07-27qed: Add support for vf coalesce configuration.Rahul Verma1-10/+28