Age | Commit message (Expand) | Author | Files | Lines |
2017-01-02 | qed*: Advance driver versions to 8.10.10.20. | Mintz, Yuval | 2 | -2/+2 |
2017-01-02 | qed: Conserve RDMA resources when !QEDR | Ram Amrani | 1 | -1/+3 |
2017-01-02 | qed: Support Multicast on Tx-switching | Mintz, Yuval | 1 | -2/+5 |
2017-01-02 | qed*: Add support for ndo_set_vf_trust | Mintz, Yuval | 4 | -8/+160 |
2017-01-02 | qed*: RSS indirection based on queue-handles | Mintz, Yuval | 8 | -264/+391 |
2017-01-02 | qede: Remove unnecessary datapath dereference | Mintz, Yuval | 1 | -1/+1 |
2017-01-02 | qede - mark SKB as encapsulated | Manish Chopra | 1 | -1/+3 |
2017-01-02 | qede: Postpone reallocation until NAPI end | Mintz, Yuval | 3 | -7/+26 |
2017-01-02 | qed*: Change maximal number of queues | Mintz, Yuval | 3 | -8/+37 |
2017-01-02 | qede: Split filtering logic to its own file | Mintz, Yuval | 4 | -655/+710 |
2017-01-02 | qede: Break datapath logic into its own file | Mintz, Yuval | 4 | -1637/+1686 |
2017-01-02 | qed*: Update to dual-license | Mintz, Yuval | 41 | -166/+1081 |
2016-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
2016-12-18 | qed: fix old-style function definition | Arnd Bergmann | 1 | -1/+1 |
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-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -3/+3 |
2016-12-14 | treewide: Fix printk() message errors | Masanari Iida | 2 | -3/+3 |
2016-12-08 | bpf: xdp: Allow head adjustment in XDP prog | Martin KaFai Lau | 1 | -0/+5 |
2016-12-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2016-12-05 | net: ethernet: qlogic: set error code on failure | Pan Bian | 1 | -0/+1 |
2016-12-03 | qede: use reset to set network header | Zhang Shengju | 1 | -1/+1 |
2016-12-02 | qed: Add iSCSI out of order packet handling. | Yuval Mintz | 9 | -30/+1234 |
2016-12-02 | qed: Add support for hardware offloaded iSCSI. | Yuval Mintz | 9 | -2/+1371 |
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 | 10 | -543/+762 |
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 | qed: Optimize qed_chain datapath usage | Mintz, Yuval | 2 | -5/+6 |
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 | 5 | -22/+26 |
2016-11-10 | qed: Correct rdma params configuration | Ram Amrani | 1 | -9/+8 |
2016-11-10 | qed: configure ll2 RoCE v1/v2 flavor correctly | Ram Amrani | 2 | -3/+1 |
2016-11-09 | qed: Prevent stack corruption on MFW interaction | Mintz, Yuval | 2 | -5/+12 |
2016-11-03 | qede: Correctly map aggregation replacement pages | Mintz, Yuval | 1 | -1/+1 |
2016-11-01 | qed: Correct VF mac number | Mintz, Yuval | 3 | -0/+22 |
2016-11-01 | qede: Don't override priv_flags | Mintz, Yuval | 1 | -1/+1 |
2016-10-31 | qed: Learn resources from management firmware | Tomer Tayar | 6 | -62/+340 |
2016-10-31 | qed: Use VF-queue feature | Mintz, Yuval | 4 | -16/+54 |
2016-10-31 | qed: Learn of RDMA capabilities per-device | Mintz, Yuval | 2 | -8/+77 |
2016-10-31 | qede: Decouple ethtool caps from qed | Mintz, Yuval | 1 | -2/+2 |
2016-10-31 | qed*: Add support for WoL | Mintz, Yuval | 8 | -5/+166 |
2016-10-31 | qed: Add nvram selftest | Mintz, Yuval | 7 | -0/+258 |
2016-10-31 | qed*: Management firmware - notifications and defaults | Sudarsana Kalluru | 8 | -3/+459 |