summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-24nfp: Remove switchdev.h inclusionFlorian Fainelli
2019-02-24net: lantiq: Do not use eth_change_mtu()Hauke Mehrtens
2019-02-24net: phy: improve definition of __ETHTOOL_LINK_MODE_MASK_NBITSHeiner Kallweit
2019-02-24Merge branch 'net-protodown-support-for-macvlan-and-vxlan'David S. Miller
2019-02-24vxlan: add ndo_change_proto_down supportAndy Roulin
2019-02-24macvlan: add ndo_change_proto_down supportAndy Roulin
2019-02-24net: dev: add generic protodown handlerAndy Roulin
2019-02-24Merge branch 'Add-tests-for-unlocked-flower-classifier-implementation'David S. Miller
2019-02-24selftests: concurrency: add test to verify parallel replace/deleteVlad Buslov
2019-02-24selftests: concurrency: add test to verify parallel add/deleteVlad Buslov
2019-02-24selftests: concurrency: add test to verify concurrent deleteVlad Buslov
2019-02-24selftests: concurrency: add test to verify concurrent replaceVlad Buslov
2019-02-24selftests: concurrency: add test to verify parallel rules replaceVlad Buslov
2019-02-24selftests: concurrency: add test to verify parallel rules deletionVlad Buslov
2019-02-24selftests: concurrency: add test to verify parallel rules insertionVlad Buslov
2019-02-24selftests: tdc_batch.py: add options needed for concurrency testsVlad Buslov
2019-02-24net: Skip GSO length estimation if transport header is not setMaxim Mikityanskiy
2019-02-24doc: add phylink documentation to the networking bookRussell King
2019-02-24net: phylink: update mac_config() documentationRussell King
2019-02-24net: Use RCU_INIT_POINTER() to set sk_wqLi RongQing
2019-02-24net: phy: let genphy_c45_read_abilities also check aneg capabilityHeiner Kallweit
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-23trace: events: neigh_update: print new state in string formatRoopa Prabhu
2019-02-23net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij
2019-02-23tcp: repaired skbs must init their tso_segsEric Dumazet
2019-02-23net/x25: fix a race in x25_bind()Eric Dumazet
2019-02-23net: dsa: Remove documentation for port_fdb_prepareHauke Mehrtens
2019-02-23Revert "bridge: do not add port to router list when receives query with sourc...Hangbin Liu
2019-02-23selftests: fib_tests: sleep after changing carrier. again.Thadeu Lima de Souza Cascardo
2019-02-23Merge branch 'net-phy-aquantia-improve-and-extend-driver'David S. Miller
2019-02-23net: phy: aquantia: use genphy_c45_read_statusHeiner Kallweit
2019-02-23net: phy: add genphy_c45_read_statusHeiner Kallweit
2019-02-23net: phy: don't change modes we don't care about in genphy_c45_read_lpaHeiner Kallweit
2019-02-23net: phy: aquantia: add support for auto-negotiation configurationAndrew Lunn
2019-02-23net: phy: aquantia: remove false 5G and 10G speed ability for AQCS109Heiner Kallweit
2019-02-23Merge tag 'mlx5-updates-2019-02-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2019-02-23Merge branch 'mlxsw-Add-support-for-new-port-types-and-speeds-for-Spectrum-2'David S. Miller
2019-02-23mlxsw: spectrum: Add Spectrum-2 ASIC support for new port types and speedsShalom Toledo
2019-02-23mlxsw: spectrum: Add Spectrum-2 ASIC port type-speed operationsShalom Toledo
2019-02-23mlxsw: reg: Add new port type-speed fields for PTYS registerShalom Toledo
2019-02-23mlxsw: reg: 80 columns wrapping changeShalom Toledo
2019-02-23mlxsw: reg: Rename p_eth_proto_adm to full name p_eth_proto_adminShalom Toledo
2019-02-23mlxsw: spectrum: Add port type-speed operationsShalom Toledo
2019-02-23mlxsw: spectrum: Rename port type-speed functions to ASIC specificShalom Toledo
2019-02-23mlxsw: spectrum: Query port connector type from firmwareShalom Toledo
2019-02-23mlxsw: spectrum: Remove unsupported eth_proto_lp_advertise field in PTYSShalom Toledo
2019-02-23mlxsw: spectrum: Remove duplicate port link mode entryShalom Toledo
2019-02-23net: set static variable an initial value in atl2_probe()Mao Wenan