Age | Commit message (Expand) | Author | Files | Lines |
2016-12-02 | qed: Add support for hardware offloaded iSCSI. | Yuval Mintz | 9 | -2/+1371 |
2016-12-02 | net: atarilance: use %8ph for printing hex string | Rasmus Villemoes | 1 | -6/+2 |
2016-12-02 | net/mlx5e: skip loopback selftest with !CONFIG_INET | Arnd Bergmann | 1 | -1/+9 |
2016-12-02 | bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to caller | Daniel Borkmann | 3 | -3/+14 |
2016-12-02 | net/mlx5e: Remove flow encap entry in the correct place | Roi Dayan | 1 | -21/+22 |
2016-12-02 | net/mlx5e: Refactor tc del flow to accept mlx5e_tc_flow instance | Roi Dayan | 1 | -7/+6 |
2016-12-02 | net/mlx5e: Correct cleanup order when deleting offloaded TC rules | Roi Dayan | 1 | -2/+2 |
2016-12-02 | net/mlx5e: Remove redundant hashtable lookup in configure flower | Roi Dayan | 1 | -19/+7 |
2016-12-02 | net/mlx5e: Create UMR MKey per RQ | Tariq Toukan | 3 | -42/+35 |
2016-12-02 | net/mlx5e: Move function mlx5e_create_umr_mkey | Tariq Toukan | 1 | -37/+37 |
2016-12-02 | net/mlx5e: Implement Fragmented Work Queue (WQ) | Tariq Toukan | 5 | -17/+105 |
2016-12-02 | net: ethernet: altera_tse: add support for SGMII PCS | Neill Whillans | 2 | -0/+102 |
2016-12-01 | sfc: remove RESET_TYPE_RX_RECOVERY | Edward Cree | 2 | -5/+1 |
2016-12-01 | sfc: don't select SFC_FALCON | Edward Cree | 1 | -1/+0 |
2016-12-01 | sfc: fix debug message format string in efx_farch_handle_rx_not_ok | Edward Cree | 1 | -1/+1 |
2016-11-30 | ethernet :mellanox :mlx5: Replace pci_pool_alloc by pci_pool_zalloc | Souptick Joarder | 1 | -3/+2 |
2016-11-30 | ethernet :mellanox :mlx4: Replace pci_pool_alloc by pci_pool_zalloc | Souptick Joarder | 1 | -4/+2 |
2016-11-30 | net: ethernet: ti: cpsw: split tx budget according between channels | Ivan Khoronzhuk | 1 | -29/+130 |
2016-11-30 | net: ethernet: ti: cpsw: optimize end of poll cycle | Ivan Khoronzhuk | 1 | -18/+6 |
2016-11-30 | net: ethernet: ti: cpsw: add .ndo to set per-queue rate | Ivan Khoronzhuk | 1 | -0/+87 |
2016-11-30 | net: ethernet: ti: davinci_cpdma: add set rate for a channel | Ivan Khoronzhuk | 2 | -45/+289 |
2016-11-30 | net: ethernet: ti: davinci_cpdma: add weight function for channels | Ivan Khoronzhuk | 2 | -10/+115 |
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-30 | ehea: Remove unnecessary memset of stats in netdev private data | Tobias Klauser | 1 | -1/+0 |
2016-11-30 | liquidio CN23XX: VF init and destroy | Raghu Vatsavayi | 2 | -0/+108 |
2016-11-30 | liquidio CN23XX: VF interrupt | Raghu Vatsavayi | 6 | -7/+438 |
2016-11-30 | liquidio CN23XX: VF mailbox | Raghu Vatsavayi | 2 | -0/+69 |
2016-11-30 | liquidio CN23XX: init VF softcommand queues | Raghu Vatsavayi | 3 | -2/+84 |
2016-11-30 | liquidio CN23XX: VF register access | Raghu Vatsavayi | 3 | -0/+196 |
2016-11-30 | liquidio CN23XX: VF queue setup | Raghu Vatsavayi | 7 | -4/+207 |
2016-11-30 | liquidio CN23XX: VF config setup | Raghu Vatsavayi | 5 | -4/+191 |
2016-11-30 | liquidio CN23XX: VF registration | Raghu Vatsavayi | 5 | -0/+191 |
2016-11-30 | liquidio CN23XX: VF register definitions | Raghu Vatsavayi | 1 | -0/+274 |
2016-11-30 | net: brocade: bna: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -24/+30 |
2016-11-30 | sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver | Edward Cree | 44 | -1220/+18213 |
2016-11-30 | cpsw: ethtool: add support for nway reset | Yegor Yefremov | 1 | -0/+13 |
2016-11-30 | cpsw: ethtool: add support for getting/setting EEE registers | Yegor Yefremov | 1 | -0/+26 |
2016-11-30 | mlxsw: core: Change order of operations in removal path | Ido Schimmel | 1 | -1/+1 |
2016-11-30 | mlxsw: core: Add missing rollback in error path | Ido Schimmel | 1 | -0/+1 |
2016-11-30 | mlxsw: spectrum_buffers: Limit size of pools | Ido Schimmel | 1 | -0/+3 |