summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qede
Commit message (Expand)AuthorAgeFilesLines
* qede: Register l2 queues with doorbell overflow recovery mechanismAriel Elior2018-11-301-0/+9
* qede - Add a statistic for a case where driver drops tx packet due to memory ...Michael Shteinbok2018-11-293-2/+4
* qede: Update link status only when interface is ready.Sudarsana Reddy Kalluru2018-11-272-2/+7
* qede: Simplify the usage of qede-flags.Sudarsana Reddy Kalluru2018-11-273-8/+11
* qede: Check available link modes before link set from ethtool.Rahul Verma2018-10-161-19/+45
* qed: Add supported link and advertise link to display in ethtool.Rahul Verma2018-10-161-4/+27
* qede: Add driver support for 20G link speed.Sudarsana Reddy Kalluru2018-10-021-0/+9
* net: qede: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang2018-09-191-1/+1
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-4/+2
* qed/qede: qede_setup_tc() can be statickbuild test robot2018-08-101-1/+1
* qede: Ingress tc flower offload (drop action) support.Manish Chopra2018-08-094-11/+362
* qede: Add destination ip based flow profile.Manish Chopra2018-08-091-48/+66
* qed/qede: Multi CoS support.Manish Chopra2018-08-094-44/+185
* qede: qede_fp: Mark expected switch fall-throughGustavo A. R. Silva2018-08-071-0/+2
* qede: Add driver callbacks for eeprom module query.Sudarsana Reddy Kalluru2018-07-191-0/+88
* xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-1/+0
* qede: Adverstise software timestamp caps when PHC is not available.Sudarsana Reddy Kalluru2018-07-021-2/+8
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-2/+3
* qed*: Add link change count value to ethtool statistics display.Sudarsana Reddy Kalluru2018-05-313-0/+4
* qed*: Support drop action classificationManish Chopra2018-05-254-0/+17
* qede: Support flow classification to the VFs.Manish Chopra2018-05-251-4/+30
* qed*: Support other classification modes.Manish Chopra2018-05-251-2/+29
* qede: Validate unsupported configurationsManish Chopra2018-05-251-0/+73
* qede: Refactor ethtool rx classification flow.Manish Chopra2018-05-251-182/+330
* qede: Add support for populating ethernet TLVs.Sudarsana Reddy Kalluru2018-05-221-0/+101
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-2/+1
|\
| * qede: Fix ref-cnt usage countMichal Kalderon2018-05-131-2/+1
* | qede: Add build_skb() support.Manish Chopra2018-05-174-174/+137
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-111-1/+1
|\ \ | |/
| * qede: Fix gfp flags sent to rdma event node allocationMichal Kalderon2018-05-101-1/+1
* | qed*: Refactor mf_mode to consist of bits.Sudarsana Reddy Kalluru2018-05-071-2/+2
* | qed* : Add new TLV to request PF to update MAC in bulletin boardShahed Shaikh2018-04-201-0/+4
* | qed* : use trust mode to allow VF to override forced MACShahed Shaikh2018-04-201-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-14/+6
|\
| * qede: Do not drop rx-checksum invalidated packets.Manish Chopra2018-03-291-8/+2
| * qede: Fix barrier usage after tx doorbell write.Manish Chopra2018-03-271-6/+4
* | qede: Ethtool flash update support.Sudarsana Reddy Kalluru2018-03-291-0/+9
|/
* qede: fix spelling mistake: "registeration" -> "registration"Colin Ian King2018-03-212-3/+3
* qede: Fix qedr link updateMichal Kalderon2018-03-161-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-073-0/+13
|\
| * xdp/qede: setup xdp_rxq_info and intro xdp_rxq_info_is_regJesper Dangaard Brouer2018-01-053-0/+13
* | qed*: Advance drivers' version to 8.33.0.20Tomer Tayar2018-01-021-3/+3
* | qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-021-5/+21
* | qed*: HSI renaming for different types of HWTomer Tayar2018-01-021-1/+1
|/
* qede: Use NETIF_F_GRO_HW.Michael Chan2017-12-194-18/+25
* net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-031-4/+0
* net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-053-4/+4
* bpf: add meta pointer for direct accessDaniel Borkmann2017-09-261-0/+1
* qed: Read per queue coalesce from hardwareRahul Verma2017-07-271-5/+42
* qed: Add support for vf coalesce configuration.Rahul Verma2017-07-271-10/+28