Age | Commit message (Expand) | Author | Files | Lines |
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 | ACPICA: AML Parser: ignore control method status in module-level code | Erik Schmauss | 1 | -7/+12 |
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-29 | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+9 |
2018-07-29 | net: mdio-mux: bcm-iproc: fix wrong getter and setter pair | Anton Vasilyev | 1 | -1/+1 |
2018-07-29 | enic: handle mtu change for vf properly | Govindarajulu Varadarajan | 1 | -51/+27 |
2018-07-29 | Merge tag 'gpio-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2 | -2/+7 |
2018-07-29 | net: lan78xx: fix rx handling before first packet is send | Stefan Wahren | 1 | -0/+2 |
2018-07-29 | nfp: flower: fix port metadata conversion bug | John Hurley | 1 | -1/+3 |
2018-07-28 | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -8/+59 |
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 |
2018-07-27 | net: nvidia: forcedeth: Replace GFP_ATOMIC with GFP_KERNEL in nv_probe() | Jia-Ju Bai | 1 | -2/+2 |
2018-07-27 | net: jme: Replace mdelay() with msleep() and usleep_range() in jme_wait_link() | Jia-Ju Bai | 1 | -2/+2 |
2018-07-27 | net: hisilicon: hns: Replace mdelay() with msleep() | Jia-Ju Bai | 2 | -4/+4 |
2018-07-27 | net: amd: pcnet32: Replace GFP_ATOMIC with GFP_KERNEL in pcnet32_alloc_ring() | Jia-Ju Bai | 1 | -4/+4 |
2018-07-27 | cxgb4: print ULD queue information managed by LLD | Rahul Lakkireddy | 1 | -19/+277 |
2018-07-27 | mlxsw: spectrum: Support ieee_setapp, ieee_delapp | Petr Machata | 2 | -2/+271 |
2018-07-27 | mlxsw: reg: Add QoS Priority to DSCP Mapping Register | Petr Machata | 1 | -0/+89 |
2018-07-27 | mlxsw: reg: Add QoS ReWrite Enable Register | Petr Machata | 1 | -0/+39 |
2018-07-27 | mlxsw: reg: Add QoS Priority Trust State Register | Petr Machata | 1 | -0/+39 |
2018-07-27 | mlxsw: reg: Add QoS Port DSCP to Priority Mapping Register | Petr Machata | 1 | -0/+52 |
2018-07-27 | Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-block | Linus Torvalds | 10 | -36/+148 |
2018-07-27 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
2018-07-27 | Merge tag 'pci-v4.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+2 |
2018-07-27 | Merge tag 'drm-fixes-2018-07-27' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 6 | -9/+41 |
2018-07-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -0/+9 |
2018-07-27 | ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation | Rafael J. Wysocki | 1 | -9/+17 |