summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-25mlxsw: spectrum_acl: Introduce vregion mutexJiri Pirko1-0/+26
2019-02-25mlxsw: spectrum_acl: Refactor vregion association codeJiri Pirko1-67/+66
2019-02-25mlxsw: spectrum_acl: Introduce a mutex to guard region list updatesJiri Pirko1-2/+14
2019-02-25mlxsw: spectrum_acl: Split TCAM group structure into twoJiri Pirko2-101/+161
2019-02-25mlxsw: spectrum_acl: Remove unused ops field from group structureJiri Pirko1-1/+0
2019-02-25Merge branch 'net-dsa-microchip-add-MIB-counters-support'David S. Miller4-55/+270
2019-02-25net: dsa: microchip: add port_cleanup functionTristram Ha4-0/+31
2019-02-25net: dsa: microchip: remove unnecessary include headersTristram Ha1-4/+0
2019-02-25net: dsa: microchip: get port link statusTristram Ha3-0/+17
2019-02-25net: dsa: microchip: add MIB counter reading supportTristram Ha4-48/+205
2019-02-25net: dsa: microchip: prepare PHY for proper advertisementTristram Ha3-3/+17
2019-02-25Merge branch 'net-phy-marvell10g-Add-2-5GBaseT-support'David S. Miller3-14/+82
2019-02-25net: phy: marvell10g: add support for the 88x2110 PHYMaxime Chevallier2-0/+14
2019-02-25net: mvpp2: Add 2.5GBaseT supportMaxime Chevallier1-0/+1
2019-02-25net: phy: marvell10g: Force reading of 2.5/5GMaxime Chevallier1-0/+35
2019-02-25net: phy: marvell10g: Use a #define for 88X3310 family idMaxime Chevallier2-2/+3
2019-02-25net: phy: marvell10g: Use 2500BASEX when using 2.5GBASETMaxime Chevallier1-7/+19
2019-02-25net: phy: marvell10g: Use linkmode_set_bit helper instead of __set_bitMaxime Chevallier1-2/+2
2019-02-25net: phy: marvell10g: Use get_features to get the PHY abilitiesMaxime Chevallier1-3/+8
2019-02-25net: phy: check PMAPMD link status only in genphy_c45_read_linkHeiner Kallweit1-8/+1
2019-02-25Merge branch 'net-switchdev-h-inclusion-removal'David S. Miller4-4/+0
2019-02-25net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli3-3/+0
2019-02-25nfp: Remove switchdev.h inclusionFlorian Fainelli1-1/+0
2019-02-25net: lantiq: Do not use eth_change_mtu()Hauke Mehrtens1-1/+0
2019-02-25net: phy: improve definition of __ETHTOOL_LINK_MODE_MASK_NBITSHeiner Kallweit2-12/+9
2019-02-25Merge branch 'net-protodown-support-for-macvlan-and-vxlan'David S. Miller4-0/+22
2019-02-25vxlan: add ndo_change_proto_down supportAndy Roulin1-0/+1
2019-02-25macvlan: add ndo_change_proto_down supportAndy Roulin1-0/+1
2019-02-25net: dev: add generic protodown handlerAndy Roulin2-0/+20
2019-02-24Merge branch 'Add-tests-for-unlocked-flower-classifier-implementation'David S. Miller4-4/+297
2019-02-24selftests: concurrency: add test to verify parallel replace/deleteVlad Buslov1-0/+26
2019-02-24selftests: concurrency: add test to verify parallel add/deleteVlad Buslov2-3/+49
2019-02-24selftests: concurrency: add test to verify concurrent deleteVlad Buslov1-0/+25
2019-02-24selftests: concurrency: add test to verify concurrent replaceVlad Buslov2-1/+33
2019-02-24selftests: concurrency: add test to verify parallel rules replaceVlad Buslov1-0/+25
2019-02-24selftests: concurrency: add test to verify parallel rules deletionVlad Buslov1-0/+25
2019-02-24selftests: concurrency: add test to verify parallel rules insertionVlad Buslov3-0/+64
2019-02-24selftests: tdc_batch.py: add options needed for concurrency testsVlad Buslov1-4/+54
2019-02-24net: Skip GSO length estimation if transport header is not setMaxim Mikityanskiy1-1/+1
2019-02-24doc: add phylink documentation to the networking bookRussell King2-0/+269
2019-02-24net: phylink: update mac_config() documentationRussell King1-0/+7
2019-02-24net: Use RCU_INIT_POINTER() to set sk_wqLi RongQing1-3/+3
2019-02-24net: phy: let genphy_c45_read_abilities also check aneg capabilityHeiner Kallweit1-0/+11
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller171-931/+1419
2019-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-5/+21
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds64-420/+568
2019-02-24trace: events: neigh_update: print new state in string formatRoopa Prabhu1-3/+5
2019-02-24net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij2-0/+15
2019-02-24tcp: repaired skbs must init their tso_segsEric Dumazet1-0/+1
2019-02-24net/x25: fix a race in x25_bind()Eric Dumazet1-5/+8