aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qede
AgeCommit message (Expand)Author
2021-12-14qede: validate non LSO skb lengthManish Chopra
2021-09-22qede: Fix memset corruptionShai Malin
2021-01-12qede: fix offload for IPIP tunnel packetsManish Chopra
2020-06-22net: qed*: Reduce RX and TX default ring count when running inside kdump kernelBhupesh Sharma
2020-03-05qede: Fix race between rdma destroy workqueue and link change eventMichal Kalderon
2019-12-31qede: Fix multicast mac configurationManish Chopra
2019-12-31qede: Disable hardware gro when xdp prog is installedManish Chopra
2019-11-12qede: fix NULL pointer deref in __qede_remove()Manish Chopra
2019-05-16qede: fix write to free'd pointer error and double free of ptpColin Ian King
2019-03-13qede: Fix system crash on configuring channels.Sudarsana Reddy Kalluru
2018-08-21net_sched: remove list_head from tc_actionCong Wang
2018-08-10qed/qede: qede_setup_tc() can be statickbuild test robot
2018-08-09qede: Ingress tc flower offload (drop action) support.Manish Chopra
2018-08-09qede: Add destination ip based flow profile.Manish Chopra
2018-08-09qed/qede: Multi CoS support.Manish Chopra
2018-08-07qede: qede_fp: Mark expected switch fall-throughGustavo A. R. Silva
2018-07-19qede: Add driver callbacks for eeprom module query.Sudarsana Reddy Kalluru
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-07-02qede: Adverstise software timestamp caps when PHC is not available.Sudarsana Reddy Kalluru
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-05-31qed*: Add link change count value to ethtool statistics display.Sudarsana Reddy Kalluru
2018-05-25qed*: Support drop action classificationManish Chopra
2018-05-25qede: Support flow classification to the VFs.Manish Chopra
2018-05-25qed*: Support other classification modes.Manish Chopra
2018-05-25qede: Validate unsupported configurationsManish Chopra
2018-05-25qede: Refactor ethtool rx classification flow.Manish Chopra
2018-05-22qede: Add support for populating ethernet TLVs.Sudarsana Reddy Kalluru
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-17qede: Add build_skb() support.Manish Chopra
2018-05-13qede: Fix ref-cnt usage countMichal Kalderon
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-10qede: Fix gfp flags sent to rdma event node allocationMichal Kalderon
2018-05-07qed*: Refactor mf_mode to consist of bits.Sudarsana Reddy Kalluru
2018-04-20qed* : Add new TLV to request PF to update MAC in bulletin boardShahed Shaikh
2018-04-20qed* : use trust mode to allow VF to override forced MACShahed Shaikh
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-29qede: Do not drop rx-checksum invalidated packets.Manish Chopra
2018-03-29qede: Ethtool flash update support.Sudarsana Reddy Kalluru
2018-03-27qede: Fix barrier usage after tx doorbell write.Manish Chopra
2018-03-21qede: fix spelling mistake: "registeration" -> "registration"Colin Ian King
2018-03-16qede: Fix qedr link updateMichal Kalderon
2018-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-05xdp/qede: setup xdp_rxq_info and intro xdp_rxq_info_is_regJesper Dangaard Brouer
2018-01-02qed*: Advance drivers' version to 8.33.0.20Tomer Tayar
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar
2017-12-19qede: Use NETIF_F_GRO_HW.Michael Chan
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann