summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qede
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-12qede: fix write to free'd pointer error and double free of ptpColin Ian King
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2019-03-20qede: Populate mbi version in ethtool driver query data.Sudarsana Reddy Kalluru
2019-03-07qede: Fix internal loopback failure with jumbo mtu configurationSudarsana Reddy Kalluru
2019-02-08qede: Add ethtool interface for SmartAN query.Sudarsana Reddy Kalluru
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-06qed*: Advance drivers version to 8.37.0.20Manish Chopra
2019-02-06qede: Fix system crash on configuring channels.Sudarsana Reddy Kalluru
2019-02-06qede: use ethtool_rx_flow_rule() to remove duplicated parser codePablo Neira Ayuso
2019-02-06qede: place ethtool_rx_flow_spec after code after TC flower codebasePablo Neira Ayuso
2019-02-06drivers: net: use flow action infrastructurePablo Neira Ayuso
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso
2019-01-28qede: Error recovery processTomer Tayar
2018-11-30qede: Register l2 queues with doorbell overflow recovery mechanismAriel Elior
2018-11-29qede - Add a statistic for a case where driver drops tx packet due to memory ...Michael Shteinbok
2018-11-27qede: Update link status only when interface is ready.Sudarsana Reddy Kalluru
2018-11-27qede: Simplify the usage of qede-flags.Sudarsana Reddy Kalluru
2018-10-16qede: Check available link modes before link set from ethtool.Rahul Verma
2018-10-16qed: Add supported link and advertise link to display in ethtool.Rahul Verma
2018-10-02qede: Add driver support for 20G link speed.Sudarsana Reddy Kalluru
2018-09-19net: qede: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang
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