| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: add initial bpf tracepoints | Daniel Borkmann | 2017-01-25 | 1 | -0/+4 |
* | net: make ndo_get_stats64 a void function | stephen hemminger | 2017-01-08 | 1 | -5/+2 |
* | qed*: Advance driver versions to 8.10.10.20. | Mintz, Yuval | 2017-01-01 | 1 | -1/+1 |
* | qed*: Add support for ndo_set_vf_trust | Mintz, Yuval | 2017-01-01 | 2 | -8/+23 |
* | qed*: RSS indirection based on queue-handles | Mintz, Yuval | 2017-01-01 | 4 | -130/+171 |
* | qede: Remove unnecessary datapath dereference | Mintz, Yuval | 2017-01-01 | 1 | -1/+1 |
* | qede - mark SKB as encapsulated | Manish Chopra | 2017-01-01 | 1 | -1/+3 |
* | qede: Postpone reallocation until NAPI end | Mintz, Yuval | 2017-01-01 | 3 | -7/+26 |
* | qed*: Change maximal number of queues | Mintz, Yuval | 2017-01-01 | 1 | -1/+1 |
* | qede: Split filtering logic to its own file | Mintz, Yuval | 2017-01-01 | 4 | -655/+710 |
* | qede: Break datapath logic into its own file | Mintz, Yuval | 2017-01-01 | 4 | -1637/+1686 |
* | qed*: Update to dual-license | Mintz, Yuval | 2017-01-01 | 4 | -22/+91 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-12-15 | 1 | -2/+2 |
|\ |
|
| * | qede: fix general protection fault may occur on probe | Amrani, Ram | 2016-12-14 | 1 | -2/+2 |
* | | bpf: xdp: Allow head adjustment in XDP prog | Martin KaFai Lau | 2016-12-08 | 1 | -0/+5 |
* | | qede: use reset to set network header | Zhang Shengju | 2016-12-03 | 1 | -1/+1 |
* | | bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to caller | Daniel Borkmann | 2016-12-02 | 1 | -0/+7 |
* | | qede: Add support for XDP_TX | Mintz, Yuval | 2016-11-30 | 3 | -35/+216 |
* | | qede: Add basic XDP support | Mintz, Yuval | 2016-11-30 | 3 | -3/+127 |
* | | qede: Better utilize the qede_[rt]x_queue | Mintz, Yuval | 2016-11-30 | 3 | -125/+124 |
* | | qede: Don't check netdevice for rx-hash | Mintz, Yuval | 2016-11-30 | 1 | -22/+12 |
* | | qed*: Handle-based L2-queues. | Mintz, Yuval | 2016-11-30 | 2 | -49/+64 |
* | | qede: Revise state locking scheme | Mintz, Yuval | 2016-11-30 | 3 | -75/+122 |
* | | qede: Refactor data-path Rx flow | Mintz, Yuval | 2016-11-30 | 1 | -224/+264 |
* | | qede: Refactor statistics gathering | Mintz, Yuval | 2016-11-30 | 1 | -56/+86 |
* | | qede: Remove 'num_tc'. | Mintz, Yuval | 2016-11-30 | 3 | -127/+62 |
* | | qede: Optimize aggregation information size | Mintz, Yuval | 2016-11-30 | 2 | -44/+48 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-15 | 2 | -10/+17 |
|\ \ |
|
| * | | qede: Correctly map aggregation replacement pages | Mintz, Yuval | 2016-11-03 | 1 | -1/+1 |
| * | | qede: Fix statistics' strings for Tx/Rx queues | Mintz, Yuval | 2016-10-31 | 1 | -9/+16 |
* | | | qede: Don't override priv_flags | Mintz, Yuval | 2016-11-01 | 1 | -1/+1 |
* | | | qede: Decouple ethtool caps from qed | Mintz, Yuval | 2016-10-31 | 1 | -2/+2 |
* | | | qed*: Add support for WoL | Mintz, Yuval | 2016-10-31 | 3 | -0/+52 |
* | | | qed: Add nvram selftest | Mintz, Yuval | 2016-10-31 | 1 | -0/+7 |
* | | | qed*: Management firmware - notifications and defaults | Sudarsana Kalluru | 2016-10-31 | 2 | -0/+10 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-10-30 | 4 | -45/+74 |
|\| | |
|
| * | | qede: Fix out-of-bound fastpath memory access | Mintz, Yuval | 2016-10-29 | 1 | -2/+2 |
| * | | qede: Fix incorrrect usage of APIs for un-mapping DMA memory | Manish Chopra | 2016-10-22 | 2 | -6/+6 |
| * | | qede: Reconfigure rss indirection direction table when rss count is updated | Sudarsana Reddy Kalluru | 2016-10-22 | 1 | -0/+7 |
| * | | qed*: Reduce the memory footprint for Rx path | Sudarsana Reddy Kalluru | 2016-10-22 | 1 | -1/+1 |
| * | | qede: Loopback implementation should ignore the normal traffic | Sudarsana Reddy Kalluru | 2016-10-22 | 3 | -35/+49 |
| * | | qede: Do not allow RSS config for 100G devices | Sudarsana Reddy Kalluru | 2016-10-22 | 1 | -0/+6 |
| * | | qede: get_channels() need to populate max tx/rx coalesce values | Sudarsana Reddy Kalluru | 2016-10-22 | 1 | -0/+2 |
| * | | qed*: Fix Kconfig dependencies with INFINIBAND_QEDR | Yuval Mintz | 2016-10-14 | 1 | -1/+1 |
| |/ |
|
* | | ethernet/qlogic: use core min/max MTU checking | Jarod Wilson | 2016-10-18 | 3 | -10/+7 |
* | | qed*: Allow unicast filtering | Yuval Mintz | 2016-10-14 | 1 | -1/+3 |
* | | qede: Prevent GSO on long Geneve headers | Manish Chopra | 2016-10-14 | 1 | -0/+35 |
* | | qede: GSO support for tunnels with outer csum | Manish Chopra | 2016-10-14 | 2 | -3/+24 |
* | | qed: Pass MAC hints to VFs | Yuval Mintz | 2016-10-14 | 1 | -1/+5 |
|/ |
|
* | qede: Add qedr framework | Ram Amrani | 2016-10-03 | 4 | -9/+350 |