Age | Commit message (Expand) | Author | Files | Lines |
2018-08-02 | be2net: fix spelling mistake "seqence" -> "sequence" | Colin Ian King | 1 | -1/+1 |
2018-08-02 | net: fec: check DMA addressing limitations | Stefan Agner | 1 | -0/+8 |
2018-08-01 | cxgb4: fix endian to test F_FW_PORT_CMD_DCBXDIS32 | Ganesh Goudar | 1 | -4/+3 |
2018-08-01 | net: hns3: fix return value error while hclge_cmd_csq_clean failed | Huazhong Tan | 1 | -3/+9 |
2018-08-01 | mlxsw: spectrum_router: Handle sysctl_ip_fwd_update_priority | Petr Machata | 1 | -1/+17 |
2018-08-01 | mlxsw: spectrum: Extract work-scheduling into a new function | Petr Machata | 1 | -15/+23 |
2018-08-01 | net: change Exar/Neterion menu items to be alphabetical | Jon Mason | 3 | -11/+16 |
2018-08-01 | be2net: Update the driver version to 12.0.0.0 | Suresh Reddy | 1 | -1/+1 |
2018-08-01 | be2net: gather debug info and reset adapter (only for Lancer) on a tx-timeout | Suresh Reddy | 1 | -1/+79 |
2018-08-01 | net/mlx5e: Fix uninitialized variable | Gustavo A. R. Silva | 1 | -1/+1 |
2018-08-01 | qed: Make some functions static | YueHaibing | 12 | -38/+43 |
2018-08-01 | net: ethernet: ti: cpsw: replace unnecessarily macroses on functions | Ivan Khoronzhuk | 1 | -32/+26 |
2018-07-31 | virtio-net: get rid of unnecessary container of rq stats | Jason Wang | 1 | -44/+36 |
2018-07-31 | virtio-net: correctly update XDP_TX counters | Jason Wang | 1 | -35/+4 |
2018-07-31 | mlx5: handle DMA mapping error case for XDP redirect | Jesper Dangaard Brouer | 1 | -0/+3 |
2018-07-30 | hv_netvsc: Add per-cpu ethtool stats for netvsc | Yidong Ren | 2 | -3/+114 |
2018-07-30 | net: phy: mscc: the extended page access register is 16 bits | Quentin Schulz | 1 | -1/+1 |
2018-07-30 | liquidio: remove redundant function cn23xx_dump_iq_regs | YueHaibing | 1 | -44/+0 |
2018-07-29 | qed: remove redundant functions qed_get_cm_pq_idx_rl | YueHaibing | 1 | -10/+0 |
2018-07-29 | net-next: mediatek: cleanup unnecessary get chip id and its user | Sean Wang | 2 | -45/+5 |
2018-07-29 | net-next: mediatek: improve more with using dma_zalloc_coherent | Sean Wang | 1 | -9/+7 |
2018-07-29 | Merge tag 'mlx5e-updates-2018-07-27' of git://git.kernel.org/pub/scm/linux/ke... | David S. Miller | 8 | -239/+320 |
2018-07-29 | failover: change mtu has RTNL | Stephen Hemminger | 1 | -2/+2 |
2018-07-29 | net: ethernet: ti: cpsw: add missed RX_CTAG feature for second slave | Ivan Khoronzhuk | 1 | -1/+1 |
2018-07-29 | Merge tag 'linux-can-next-for-4.19-20180727' of ssh://gitolite.kernel.org/pub... | David S. Miller | 22 | -2284/+6475 |
2018-07-29 | qed: remove redundant functions qed_set_gft_event_id_cm_hdr | YueHaibing | 1 | -13/+0 |
2018-07-29 | liquidio: remove redundant function cn23xx_dump_vf_iq_regs | YueHaibing | 1 | -30/+0 |
2018-07-29 | net: mvneta: Improve the buffer allocation method for SWBM | Yelena Krivosheev | 1 | -98/+183 |
2018-07-29 | net: mvneta: Verify hardware checksum only when offload checksum feature is set | Yelena Krivosheev | 1 | -1/+2 |
2018-07-29 | net: mvneta: Allocate page for the descriptor | Gregory CLEMENT | 2 | -41/+24 |
2018-07-29 | net: mvneta: discriminate error cause for missed packet | Gregory CLEMENT | 1 | -6/+22 |
2018-07-29 | net: mvneta: increase number of buffers in RX and TX queue | Yelena Krivosheev | 1 | -2/+2 |
2018-07-29 | net: mvneta: remove data pointer usage from device_node structure | Gregory CLEMENT | 3 | -6/+32 |
2018-07-29 | net: mvneta: fix mtu change on port without link | Yelena Krivosheev | 1 | -1/+0 |
2018-07-29 | net: ethernet: mvneta: Fix napi structure mixup on armada 3700 | Andrew Lunn | 1 | -10/+12 |
2018-07-28 | net/mlx5e: Issue direct lookup on vxlan ports by vport representors | Saeed Mahameed | 1 | -10/+2 |
2018-07-28 | net/mlx5e: Vxlan, move vxlan logic to core driver | Saeed Mahameed | 7 | -19/+19 |
2018-07-28 | net/mlx5e: Vxlan, add sync lock for add/del vxlan port | Saeed Mahameed | 1 | -3/+15 |
2018-07-28 | net/mlx5e: Vxlan, return values for add/del port | Saeed Mahameed | 2 | -11/+21 |
2018-07-28 | net/mlx5e: Vxlan, rename from mlx5e to mlx5 | Saeed Mahameed | 5 | -79/+104 |
2018-07-28 | net/mlx5e: Vxlan, rename struct mlx5e_vxlan to mlx5_vxlan_port | Saeed Mahameed | 2 | -34/+33 |
2018-07-28 | net/mlx5e: Vxlan, move netdev only logic to en_main.c | Saeed Mahameed | 3 | -61/+61 |
2018-07-28 | net/mlx5e: Vxlan, add direct delete function | Saeed Mahameed | 1 | -6/+13 |
2018-07-28 | net/mlx5e: Vxlan, cleanup an unused member in vxlan work | Gal Pressman | 3 | -8/+4 |
2018-07-27 | net/mlx5e: Vxlan, replace ports radix-tree with hash table | Gal Pressman | 3 | -17/+28 |
2018-07-27 | net/mlx5e: Vxlan, check maximum number of UDP ports | Gal Pressman | 2 | -0/+15 |
2018-07-27 | net/mlx5e: Vxlan, reflect 4789 UDP port default addition to software database | Gal Pressman | 1 | -13/+27 |
2018-07-27 | net: usb: sr9700: Replace mdelay() with msleep() in sr9700_bind() | Jia-Ju Bai | 1 | -1/+1 |
2018-07-27 | net: usb: pegasus: Replace mdelay() with msleep() in setup_pegasus_II() | Jia-Ju Bai | 1 | -1/+1 |
2018-07-27 | net: phy: marvell: Replace mdelay() with msleep() in m88e1116r_config_init() | Jia-Ju Bai | 1 | -1/+1 |