Age | Commit message (Expand) | Author | Files | Lines |
2016-12-02 | net: mvneta: Add network support for Armada 3700 SoC | Marcin Wojtas | 2 | -85/+209 |
2016-12-02 | net: mvneta: Only disable mvneta_bm for 64-bits | Gregory CLEMENT | 1 | -1/+2 |
2016-12-02 | net: mvneta: Convert to be 64 bits compatible | Marcin Wojtas | 1 | -1/+16 |
2016-12-02 | net: mvneta: Use cacheable memory to store the rx buffer virtual address | Gregory CLEMENT | 1 | -10/+24 |
2016-12-02 | net: mvneta: Do not allocate buffer in rxq init with HWBM | Gregory CLEMENT | 1 | -2/+2 |
2016-12-02 | net: mvneta: Optimize rx path for small frame | Gregory CLEMENT | 1 | -1/+1 |
2016-12-02 | mlx4: fix use-after-free in mlx4_en_fold_software_stats() | Eric Dumazet | 2 | -1/+5 |
2016-12-02 | net: thunderx: Fix transmit queue timeout issue | Sunil Goutham | 3 | -37/+54 |
2016-12-02 | net/mlx5e: Support adding ingress tc rule when egress device flag is set | Hadar Hen Zion | 1 | -0/+8 |
2016-12-02 | net/mlx5e: Save the represntor netdevice as part of the representor | Hadar Hen Zion | 4 | -10/+22 |
2016-12-02 | net/mlx5e: Bring back representor's ndos that were accidentally removed | Hadar Hen Zion | 1 | -0/+2 |
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 | 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 |