| Commit message (Expand) | Author | Age | Files | Lines |
* | qede: Use NETIF_F_GRO_HW. | Michael Chan | 2017-12-19 | 4 | -18/+25 |
* | net: xdp: make the stack take care of the tear down | Jakub Kicinski | 2017-12-03 | 1 | -4/+0 |
* | net: bpf: rename ndo_xdp to ndo_bpf | Jakub Kicinski | 2017-11-05 | 3 | -4/+4 |
* | bpf: add meta pointer for direct access | Daniel Borkmann | 2017-09-26 | 1 | -0/+1 |
* | qed: Read per queue coalesce from hardware | Rahul Verma | 2017-07-27 | 1 | -5/+42 |
* | qed: Add support for vf coalesce configuration. | Rahul Verma | 2017-07-27 | 1 | -10/+28 |
* | qede: Add ethtool support for Energy efficient ethernet. | Sudarsana Reddy Kalluru | 2017-07-27 | 1 | -0/+84 |
* | qed/qede: Add setter APIs support for RX flow classification | Chopra, Manish | 2017-07-27 | 4 | -52/+347 |
* | qede: Add getter APIs support for RX flow classification | Chopra, Manish | 2017-07-27 | 3 | -8/+144 |
* | qed*: Set rdma generic functions prefix | Michal Kalderon | 2017-06-20 | 3 | -79/+79 |
* | qed*: qede_roce.[ch] -> qede_rdma.[ch] | Michal Kalderon | 2017-06-20 | 4 | -3/+3 |
* | qed: Chain support for external PBL | Mintz, Yuval | 2017-06-20 | 1 | -4/+4 |
* | bpf: qede: Report bpf_prog ID during XDP_QUERY_PROG | Martin KaFai Lau | 2017-06-16 | 1 | -0/+1 |
* | networking: introduce and use skb_put_data() | Johannes Berg | 2017-06-16 | 1 | -2/+1 |
* | qede: VF XDP support | Mintz, Yuval | 2017-06-05 | 1 | -3/+31 |
* | qed*: L2 interface to use the SB structures directly | Mintz, Yuval | 2017-06-05 | 1 | -2/+2 |
* | qed: Replace set_id() api with set_name() | Mintz, Yuval | 2017-05-24 | 1 | -2/+2 |
* | qede: Log probe of PCI device | Mintz, Yuval | 2017-05-24 | 1 | -2/+38 |
* | qede: Fix sparse warnings | Manish Chopra | 2017-05-24 | 4 | -18/+22 |
* | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL | Miroslav Lichvar | 2017-05-21 | 1 | -0/+1 |
* | qede: Support 1G advertisment. | Sudarsana Reddy Kalluru | 2017-05-21 | 1 | -0/+8 |
* | qede: qedr closure after setting state | Mintz, Yuval | 2017-05-21 | 1 | -1/+2 |
* | qede: Don't use an internal MAC field | Mintz, Yuval | 2017-05-21 | 3 | -28/+38 |
* | qede: Add missing Status-block free | Sudarsana Reddy Kalluru | 2017-05-21 | 1 | -4/+7 |
* | qede: Honor user request for Tx buffers | Sudarsana Reddy Kalluru | 2017-05-21 | 3 | -15/+15 |
* | qede: Allow WoL to activate by default | Mintz, Yuval | 2017-05-21 | 1 | -0/+6 |
* | qede: Split PF/VF ndos. | Mintz, Yuval | 2017-05-09 | 2 | -6/+21 |
* | qede: Fix XDP memory leak on unload | Suddarsana Reddy Kalluru | 2017-05-09 | 1 | -0/+3 |
* | qede: Fix possible misconfiguration of advertised autoneg value. | sudarsana.kalluru@cavium.com | 2017-05-04 | 1 | -0/+5 |
* | qed*: Fix possible overflow for status block id field. | sudarsana.kalluru@cavium.com | 2017-05-04 | 1 | -3/+2 |
* | qed*: Fix issues in the ptp filter config implementation. | sudarsana.kalluru@cavium.com | 2017-05-02 | 1 | -6/+28 |
* | qede: Fix concurrency issue in PTP Tx path processing. | sudarsana.kalluru@cavium.com | 2017-05-02 | 2 | -2/+7 |
* | qede: Add support for PTP resource locking. | sudarsana.kalluru@cavium.com | 2017-04-27 | 3 | -99/+75 |
* | qed/qede: Add UDP ports in bulletin board | Chopra, Manish | 2017-04-25 | 3 | -0/+13 |
* | qede: Configure UDP ports in local context. | Chopra, Manish | 2017-04-25 | 3 | -36/+52 |
* | qede: Disable tunnel offloads for non offloaded UDP ports | Chopra, Manish | 2017-04-25 | 1 | -6/+17 |
* | qed/qede: Enable tunnel offloads based on hw configuration | Chopra, Manish | 2017-04-25 | 2 | -11/+31 |
* | qed: Support dcbnl IEEE selector field. | sudarsana.kalluru@cavium.com | 2017-04-24 | 1 | -0/+5 |
* | qede: allocate enough data for ->arfs_fltr_bmap | Dan Carpenter | 2017-04-20 | 1 | -1/+2 |
* | qede: Add aRFS support | Chopra, Manish | 2017-04-17 | 3 | -5/+508 |
* | qede: Support XDP adjustment of headers | Mintz, Yuval | 2017-04-07 | 3 | -11/+12 |
* | qede: Add support for ingress headroom | Mintz, Yuval | 2017-04-07 | 3 | -17/+24 |
* | qede: Prevent VFs from using XDP | Mintz, Yuval | 2017-04-07 | 1 | -0/+5 |
* | qede: Correct XDP forward unmapping | Mintz, Yuval | 2017-04-07 | 3 | -14/+20 |
* | qede: Update receive statistic once per NAPI | Mintz, Yuval | 2017-04-07 | 1 | -10/+11 |
* | qed*: Add support for QL41xxx adapters | Mintz, Yuval | 2017-03-14 | 3 | -140/+210 |
* | qed*: Utilize Firmware 8.15.3.0 | Mintz, Yuval | 2017-03-13 | 1 | -1/+1 |
* | qed*: Fix link indication race | Mintz, Yuval | 2017-02-20 | 1 | -5/+0 |
* | qede: Prevent index problems in loopback test | Sudarsana Reddy Kalluru | 2017-02-20 | 1 | -3/+3 |
* | qede: Free netdevice only after stoping slowpath | Mintz, Yuval | 2017-02-20 | 1 | -2/+8 |