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