Age | Commit message (Expand) | Author | Files | Lines |
2018-05-25 | qede: Support flow classification to the VFs. | Manish Chopra | 1 | -4/+30 |
2018-05-25 | qed*: Support other classification modes. | Manish Chopra | 1 | -2/+29 |
2018-05-25 | qede: Validate unsupported configurations | Manish Chopra | 1 | -0/+73 |
2018-05-25 | qede: Refactor ethtool rx classification flow. | Manish Chopra | 1 | -182/+330 |
2018-05-22 | qede: Add support for populating ethernet TLVs. | Sudarsana Reddy Kalluru | 1 | -0/+101 |
2018-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
2018-05-17 | qede: Add build_skb() support. | Manish Chopra | 4 | -174/+137 |
2018-05-13 | qede: Fix ref-cnt usage count | Michal Kalderon | 1 | -2/+1 |
2018-05-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2018-05-10 | qede: Fix gfp flags sent to rdma event node allocation | Michal Kalderon | 1 | -1/+1 |
2018-05-07 | qed*: Refactor mf_mode to consist of bits. | Sudarsana Reddy Kalluru | 1 | -2/+2 |
2018-04-20 | qed* : Add new TLV to request PF to update MAC in bulletin board | Shahed Shaikh | 1 | -0/+4 |
2018-04-20 | qed* : use trust mode to allow VF to override forced MAC | Shahed Shaikh | 1 | -2/+1 |
2018-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -14/+6 |
2018-03-29 | qede: Do not drop rx-checksum invalidated packets. | Manish Chopra | 1 | -8/+2 |
2018-03-29 | qede: Ethtool flash update support. | Sudarsana Reddy Kalluru | 1 | -0/+9 |
2018-03-27 | qede: Fix barrier usage after tx doorbell write. | Manish Chopra | 1 | -6/+4 |
2018-03-21 | qede: fix spelling mistake: "registeration" -> "registration" | Colin Ian King | 2 | -3/+3 |
2018-03-16 | qede: Fix qedr link update | Michal Kalderon | 1 | -2/+2 |
2018-01-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 3 | -0/+13 |
2018-01-05 | xdp/qede: setup xdp_rxq_info and intro xdp_rxq_info_is_reg | Jesper Dangaard Brouer | 3 | -0/+13 |
2018-01-02 | qed*: Advance drivers' version to 8.33.0.20 | Tomer Tayar | 1 | -3/+3 |
2018-01-02 | qed*: Utilize FW 8.33.1.0 | Tomer Tayar | 1 | -5/+21 |
2018-01-02 | qed*: HSI renaming for different types of HW | Tomer Tayar | 1 | -1/+1 |
2017-12-19 | qede: Use NETIF_F_GRO_HW. | Michael Chan | 4 | -18/+25 |
2017-12-03 | net: xdp: make the stack take care of the tear down | Jakub Kicinski | 1 | -4/+0 |
2017-11-05 | net: bpf: rename ndo_xdp to ndo_bpf | Jakub Kicinski | 3 | -4/+4 |
2017-09-26 | bpf: add meta pointer for direct access | Daniel Borkmann | 1 | -0/+1 |
2017-07-27 | qed: Read per queue coalesce from hardware | Rahul Verma | 1 | -5/+42 |
2017-07-27 | qed: Add support for vf coalesce configuration. | Rahul Verma | 1 | -10/+28 |
2017-07-27 | qede: Add ethtool support for Energy efficient ethernet. | Sudarsana Reddy Kalluru | 1 | -0/+84 |
2017-07-27 | qed/qede: Add setter APIs support for RX flow classification | Chopra, Manish | 4 | -52/+347 |
2017-07-27 | qede: Add getter APIs support for RX flow classification | Chopra, Manish | 3 | -8/+144 |
2017-06-20 | qed*: Set rdma generic functions prefix | Michal Kalderon | 3 | -79/+79 |
2017-06-20 | qed*: qede_roce.[ch] -> qede_rdma.[ch] | Michal Kalderon | 4 | -3/+3 |
2017-06-20 | qed: Chain support for external PBL | Mintz, Yuval | 1 | -4/+4 |
2017-06-16 | bpf: qede: Report bpf_prog ID during XDP_QUERY_PROG | Martin KaFai Lau | 1 | -0/+1 |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 1 | -2/+1 |
2017-06-04 | qede: VF XDP support | Mintz, Yuval | 1 | -3/+31 |
2017-06-04 | qed*: L2 interface to use the SB structures directly | Mintz, Yuval | 1 | -2/+2 |
2017-05-24 | qed: Replace set_id() api with set_name() | Mintz, Yuval | 1 | -2/+2 |
2017-05-24 | qede: Log probe of PCI device | Mintz, Yuval | 1 | -2/+38 |
2017-05-24 | qede: Fix sparse warnings | Manish Chopra | 4 | -18/+22 |
2017-05-21 | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL | Miroslav Lichvar | 1 | -0/+1 |
2017-05-21 | qede: Support 1G advertisment. | Sudarsana Reddy Kalluru | 1 | -0/+8 |
2017-05-21 | qede: qedr closure after setting state | Mintz, Yuval | 1 | -1/+2 |
2017-05-21 | qede: Don't use an internal MAC field | Mintz, Yuval | 3 | -28/+38 |
2017-05-21 | qede: Add missing Status-block free | Sudarsana Reddy Kalluru | 1 | -4/+7 |
2017-05-21 | qede: Honor user request for Tx buffers | Sudarsana Reddy Kalluru | 3 | -15/+15 |
2017-05-21 | qede: Allow WoL to activate by default | Mintz, Yuval | 1 | -0/+6 |