aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-03net: dsa: sja1105: Add support for configuring address ageing timeVladimir Oltean2-2/+31
2019-05-03net: dsa: sja1105: Add support for ethtool port countersVladimir Oltean4-1/+427
2019-05-03net: dsa: sja1105: Add support for VLAN operationsVladimir Oltean4-2/+291
2019-05-03ether: Add dedicated Ethertype for pseudo-802.1Q DSA taggingVladimir Oltean1-0/+1
2019-05-03net: dsa: sja1105: Error out if RGMII delays are requested in DTVladimir Oltean3-1/+41
2019-05-03net: dsa: sja1105: Add support for FDB and MDB managementVladimir Oltean3-0/+239
2019-05-03net: dsa: Introduce driver for NXP SJA1105 5-port L2 switchVladimir Oltean14-0/+4000
2019-05-03lib: Add support for generic packing operationsVladimir Oltean6-0/+437
2019-05-03net: macb: shrink macb_platform_data structureNicolas Ferre2-57/+11
2019-05-03net: macb: remove redundant struct phy_device declarationNicolas Ferre1-2/+0
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller167-725/+1373
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds67-289/+544
2019-05-02Merge tag 'for-linus-20190502' of git://git.kernel.dk/linux-blockLinus Torvalds3-93/+161
2019-05-02Merge tag 'pci-v5.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-4/+32
2019-05-02Merge tag 'mtd/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-6/+6
2019-05-02PCI/LINK: Add Kconfig option (default off)Keith Busch3-1/+13
2019-05-02net: ll_temac: Fix typo bug for 32-bitEsben Haabendal1-1/+1
2019-05-02ice: Use dev_err when ice_cfg_vsi_lan failsBrett Creeley1-3/+6
2019-05-02ice: Refactor link event flowBrett Creeley2-48/+65
2019-05-02ice: Add missing PHY type to link settingsTony Nguyen1-0/+1
2019-05-02ice: Add reg_idx variable in ice_q_vector structureBrett Creeley4-26/+76
2019-05-02ice: Remove runtime change of PFINT_OICR_ENA registerMd Fahad Iqbal Polash2-23/+3
2019-05-02ice: Fix issue when adding more than allowed VLANsAkeem G Abodunrin2-7/+21
2019-05-02ice: Remove unnecessary wait when disabling/enabling Rx queuesBrett Creeley1-8/+2
2019-05-02ice: Add ability to update rx-usecs-highBrett Creeley4-2/+33
2019-05-02ice: Add 52 byte RSS hash key supportPaul Greenwalt2-7/+8
2019-05-02ice: Use ice_for_each_q_vector macro where possibleBrett Creeley2-8/+8
2019-05-02ice: Validate ring existence and its q_vector per VSIMaciej Fijalkowski1-1/+2
2019-05-02ice: Reduce scope of variable in ice_vsi_cfg_rxqsBrett Creeley1-7/+11
2019-05-02ice: Resolve static analysis reported issueBruce Allan1-10/+2
2019-05-02ice: Return configuration error without queue to disableAkeem G Abodunrin1-7/+10
2019-05-02ice: Create framework for VSI queue contextAnirudh Venkataramanan7-56/+205
2019-05-01udp: fix GRO packet of deathEric Dumazet1-3/+10
2019-05-01Merge tag 'for-v5.1-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds2-6/+3
2019-05-01net/mlx5: E-Switch, Use atomic rep state to serialize state changeBodong Wang2-20/+18
2019-05-01net/mlx5: E-Switch, Fix the check of legal vportBodong Wang2-45/+46
2019-05-01net/mlx5: E-Switch, Use getter to access all vport arrayBodong Wang2-9/+11
2019-05-01net/mlx5: Use available mlx5_vport structParav Pandit1-58/+51
2019-05-01net/mlx5: Reuse mlx5_esw_for_each_vf_vport macro in two filesParav Pandit3-52/+58
2019-05-01net/mlx5: Remove unused mlx5_query_nic_vport_vlansBodong Wang2-65/+0
2019-05-01net/mlx5e: remove meaningless CFLAGS_tracepoint.oMasahiro Yamada1-2/+0
2019-05-01net/mlx5e: Put the common XDP code into a functionMaxim Mikityanskiy1-36/+27
2019-05-01net/mlx5e: ethtool, Add support for EEPROM high pages queryErez Alfasi3-10/+39
2019-05-01ethtool: Add SFF-8436 and SFF-8636 max EEPROM length definitionsErez Alfasi1-0/+3
2019-05-01net/mlx5e: Return error when trying to insert existing flower filterVlad Buslov1-0/+1
2019-05-01net/mlx5e: Replace TC VLAN pop with VLAN 0 rewrite in prio tag modeEli Britstein1-0/+36
2019-05-01net/mlx5e: ACLs for priority tag modeEli Britstein3-12/+193
2019-05-01net/mlx5e: Turn on HW tunnel offload in all TIRsTariq Toukan4-1/+7
2019-05-01net/mlx5e: Take common TIR context settings into a functionTariq Toukan1-28/+21
2019-05-01ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau1-20/+18