aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-29ipv4: Create cleanup helper for fib_nhDavid Ahern2-12/+18
2019-03-29ipv4: Create init helper for fib_nhDavid Ahern2-89/+95
2019-03-29ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern3-27/+22
2019-03-29ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabledDavid Ahern1-6/+9
2019-03-28Merge branch 'selftests-forwarding-Add-new-test-cases'David S. Miller10-108/+872
2019-03-28selftests: mlxsw: Add a new test for strict priorityPetr Machata1-0/+311
2019-03-28selftests: mlxsw: Add qos_lib.shPetr Machata2-92/+109
2019-03-28selftests: mlxsw: qos_mc_aware: Configure shared buffersPetr Machata1-0/+19
2019-03-28selftests: forwarding: devlink_lib: Add shared buffer helpersPetr Machata1-0/+95
2019-03-28selftests: forwarding: devlink_lib: Simplify deduction of DEVLINK_DEVPetr Machata1-3/+2
2019-03-28selftests: forwarding: devlink_lib: Avoid double sourcing of lib.shPetr Machata4-11/+8
2019-03-28selftests: forwarding: Test action VLAN modifyDanielle Ratson1-0/+164
2019-03-28selftests: forwarding: Add PCP match and VLAN match testsAmit Cohen1-1/+58
2019-03-28selftests: forwarding: Add reverse path forwarding (RPF) test casesIdo Schimmel1-1/+106
2019-03-28net: mvneta: Add 2500BaseT supportMaxime Chevallier1-0/+1
2019-03-28openvswitch: Add timeout support to ct actionYi-Hung Wei2-1/+32
2019-03-28netfilter: Export nf_ct_{set,destroy}_timeout()Yi-Hung Wei3-87/+110
2019-03-28Merge branch 's390-next'David S. Miller5-371/+440
2019-03-28s390/qeth: send IDX cmds via qeth_send_control_data()Julian Wiedmann2-212/+206
2019-03-28s390/qeth: use callback to finalize cmdJulian Wiedmann3-31/+50
2019-03-28s390/qeth: let qeth_notify_reply() set the notify reasonJulian Wiedmann1-14/+8
2019-03-28s390/qeth: clarify default cmd callbackJulian Wiedmann1-8/+9
2019-03-28s390/qeth: don't poll for cmd IO completionJulian Wiedmann3-41/+35
2019-03-28s390/qeth: convert IP table spinlock to mutexJulian Wiedmann4-29/+28
2019-03-28s390/qeth: defer IPv6 address notifier eventsJulian Wiedmann3-7/+57
2019-03-28s390/qeth: add wrapper for IP table accessJulian Wiedmann1-16/+17
2019-03-28s390/qeth: remove locking for RX modeset cacheJulian Wiedmann4-14/+0
2019-03-28s390/qeth: defer RX modesettingJulian Wiedmann3-17/+48
2019-03-28Merge branch 'net-call-for-phys_port_name-into-devlink-directly-if-possible'David S. Miller16-94/+164
2019-03-28net: devlink: add warning for ndo_get_phys_port_name set when not neededJiri Pirko1-0/+18
2019-03-28nfp: do not handle nn->port defined case in nfp_net_get_phys_port_name()Jiri Pirko1-1/+4
2019-03-28dsa: do not support ndo_get_phys_port_name for non-legacy portsJiri Pirko1-0/+7
2019-03-28dsa: implement ndo_get_devlink_portJiri Pirko1-0/+8
2019-03-28bnxt: remove ndo_get_phys_port_name implementationJiri Pirko1-18/+0
2019-03-28bnxt: implement ndo_get_devlink_portJiri Pirko1-1/+9
2019-03-28net: devlink: remove unused devlink_port_get_phys_port_name() functionJiri Pirko2-9/+0
2019-03-28mlxsw: Remove ndo_get_phys_port_name implementationJiri Pirko5-45/+0
2019-03-28mlxsw: Implement ndo_get_devlink_portJiri Pirko5-0/+48
2019-03-28net: devlink: introduce devlink_compat_phys_port_name_get()Jiri Pirko3-5/+43
2019-03-28net: replace ndo_get_devlink with ndo_get_devlink_portJiri Pirko6-13/+23
2019-03-28nfp: register devlink port before netdevJiri Pirko1-15/+17
2019-03-28Merge tag 'batadv-next-for-davem-20190328' of git://git.open-mesh.org/linux-mergeDavid S. Miller67-939/+476
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller926-7580/+15145
2019-03-27inet: switch IP ID generator to siphashEric Dumazet4-19/+30
2019-03-27net: phy: mdio-bcm-unimac: remove redundant !timeout checkColin Ian King1-4/+1
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet2-13/+7
2019-03-27net: openvswitch: Add a new action check_pkt_lenNuman Siddique3-0/+261
2019-03-27Merge branch 'ethtool-add-support-for-Fast-Link-Down-as-new-PHY-tunable'David S. Miller3-0/+118
2019-03-27net: phy: marvell: add PHY tunable fast link down support for 88E1540Heiner Kallweit1-0/+108
2019-03-27ethtool: add PHY Fast Link Down supportHeiner Kallweit2-0/+10