summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-21net: mscc: ocelot: Register poll timeout should be wall time not attemptsSteen Hegelund1-28/+27
2018-12-21net: dsa: microchip: fix unicast frame leakTristram Ha1-4/+4
2018-12-21vxlan: Correct merge error.David S. Miller1-1/+1
2018-12-21Merge tag 'mlx5-updates-2018-12-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller9-103/+177
2018-12-21mlxsw: spectrum: Remove limitation regarding VID 1Ido Schimmel1-5/+0
2018-12-21mlxsw: spectrum: Switch to VID 4095 as default VIDIdo Schimmel3-21/+11
2018-12-21mlxsw: spectrum: Add an helper function to cleanup VLAN entriesIdo Schimmel1-5/+10
2018-12-21mlxsw: spectrum: Store pointer to default port VLAN in port structIdo Schimmel2-0/+2
2018-12-21mlxsw: spectrum: Allow controlling destruction of default port VLANIdo Schimmel1-4/+9
2018-12-21mlxsw: spectrum: Set PVID during port initializationIdo Schimmel1-0/+8
2018-12-21mlxsw: spectrum: Replace hard-coded default VID with a defineIdo Schimmel4-15/+20
2018-12-21mlxsw: spectrum_router: Do not force specific configuration orderIdo Schimmel3-2/+24
2018-12-21Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller13-26/+373
2018-12-20ixgbe: use mii_bus to handle MII related ioctlsSteve Douthit1-0/+18
2018-12-20ixgbe: register a mdiobusSteve Douthit5-0/+309
2018-12-20igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng1-3/+5
2018-12-20ice: Do not enable NAPI on q_vectors that have no ringsYoung Xiao1-4/+12
2018-12-20i40e: extend PTP gettime function to read system clockMiroslav Lichvar1-6/+12
2018-12-20i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko1-0/+3
2018-12-20e100: Fix passing zero to 'PTR_ERR' warning in e100_load_ucode_waitYueHaibing1-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller154-1113/+2104
2018-12-20igb: Change RXPBSIZE size when setting Qav modeJesus Sanchez-Palencia2-1/+2
2018-12-20igb: reduce CPU0 latency when updating statisticsJeff Kirsher3-10/+10
2018-12-20bnxt_en: Adjust default RX coalescing ticks to 10 us.Michael Chan1-1/+1
2018-12-20bnxt_en: Support for 64-bit flow handle.Venkat Duvvuru4-10/+78
2018-12-20bnxt_en: Increase context memory allocations on 57500 chips for RDMA.Michael Chan2-8/+59
2018-12-20bnxt_en: Add Level 2 context memory paging support.Michael Chan2-23/+108
2018-12-20bnxt_en: Enhance bnxt_alloc_ring()/bnxt_free_ring().Michael Chan2-6/+16
2018-12-20bnxt_en: Add support for 2nd firmware message channel.Venkat Duvvuru2-18/+117
2018-12-20bnxt_en: Introduce bnxt_get_hwrm_resp_addr & bnxt_get_hwrm_seq_id routines.Venkat Duvvuru3-19/+41
2018-12-20bnxt_en: Avoid arithmetic on void * pointer.Venkat Duvvuru1-3/+5
2018-12-20bnxt_en: Use macros for firmware message doorbell offsets.Venkat Duvvuru2-6/+10
2018-12-20bnxt_en: Set hwrm_intr_seq_id value to its inverted value.Venkat Duvvuru2-5/+6
2018-12-20bnxt_en: Update firmware interface spec. to 1.10.0.33.Michael Chan1-112/+502
2018-12-20Merge tag 'char-misc-4.20-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-5/+24
2018-12-20Merge tag 'tty-4.20-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-24/+5
2018-12-20Merge tag 'usb-4.20-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-4/+19
2018-12-20Merge tag 'mmc-v4.20-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds4-16/+32
2018-12-20net/mlx5: Fix LAG requirement when CONFIG_MLX5_ESWITCH is offAviv Heller1-5/+8
2018-12-20net/mlx5: Fix query_nic_sys_image_guid() error during initAviv Heller1-3/+13
2018-12-20net/mlx5e: Support tunnel encap over tagged EthernetEli Britstein1-20/+24
2018-12-20net/mlx5e: Support VLAN encap ETH header generationEli Britstein1-2/+13
2018-12-20net/mlx5e: Re-order route and encap header memory allocationEli Britstein1-28/+34
2018-12-20net/mlx5e: Tunnel encap ETH header helper functionEli Britstein1-12/+17
2018-12-20net/mlx5e: Fail attempt to offload e-switch TC encap flows with vlan on underlayEli Britstein1-0/+6
2018-12-20net/mlx5e: Tunnel routing output devs helper functionEli Britstein1-36/+34
2018-12-20net/mlx5e: Fail attempt to offload e-switch TC flows with egress upper devicesEli Britstein3-0/+15
2018-12-20net/mlx5e: Allow vlans on e-switch uplink repsOr Gerlitz1-1/+4
2018-12-20net/mlx5e: Increase VF representors' SQ size to 128Gavi Teitz1-3/+3
2018-12-20mlx5: extend PTP gettime function to read system clockMiroslav Lichvar3-11/+24