aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qede (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-12/+24
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-16/+0
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2019-04-12qede: fix write to free'd pointer error and double free of ptpColin Ian King1-4/+3
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon2-16/+0
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-2/+2
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2-5/+3
2019-03-20qede: Populate mbi version in ethtool driver query data.Sudarsana Reddy Kalluru1-5/+19
2019-03-07qede: Fix internal loopback failure with jumbo mtu configurationSudarsana Reddy Kalluru1-2/+5
2019-02-08qede: Add ethtool interface for SmartAN query.Sudarsana Reddy Kalluru1-1/+10
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+20
2019-02-06qed*: Advance drivers version to 8.37.0.20Manish Chopra1-1/+1
2019-02-06qede: Fix system crash on configuring channels.Sudarsana Reddy Kalluru3-0/+19
2019-02-06qede: use ethtool_rx_flow_rule() to remove duplicated parser codePablo Neira Ayuso1-203/+76
2019-02-06qede: place ethtool_rx_flow_spec after code after TC flower codebasePablo Neira Ayuso1-132/+132
2019-02-06drivers: net: use flow action infrastructurePablo Neira Ayuso1-6/+6
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso1-49/+36
2019-01-28qede: Error recovery processTomer Tayar3-70/+288
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