summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-29Merge branch 'net-Move-fib_nh-and-fib6_nh-to-a-common-struct'David S. Miller19-569/+676
2019-03-29net: Use common nexthop init and release helpersDavid Ahern3-37/+48
2019-03-29net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern4-19/+42
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern9-127/+138
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern10-174/+178
2019-03-29ipv6: Change rt6_add_nexthop and rt6_nexthop_info to take fib6_nhDavid Ahern1-19/+20
2019-03-29ipv6: Refactor fib6_ignore_linkdownDavid Ahern2-18/+11
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern7-30/+41
2019-03-29ipv6: Create cleanup helper for fib6_nhDavid Ahern3-4/+10
2019-03-29ipv6: Create init helper for fib6_nhDavid Ahern2-108/+145
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-29Merge branch 'selftests-forwarding-Add-new-test-cases'David S. Miller10-108/+872
2019-03-29selftests: mlxsw: Add a new test for strict priorityPetr Machata1-0/+311
2019-03-29selftests: mlxsw: Add qos_lib.shPetr Machata2-92/+109
2019-03-29selftests: mlxsw: qos_mc_aware: Configure shared buffersPetr Machata1-0/+19
2019-03-29selftests: forwarding: devlink_lib: Add shared buffer helpersPetr Machata1-0/+95
2019-03-29selftests: forwarding: devlink_lib: Simplify deduction of DEVLINK_DEVPetr Machata1-3/+2
2019-03-29selftests: forwarding: devlink_lib: Avoid double sourcing of lib.shPetr Machata4-11/+8
2019-03-29selftests: forwarding: Test action VLAN modifyDanielle Ratson1-0/+164
2019-03-29selftests: forwarding: Add PCP match and VLAN match testsAmit Cohen1-1/+58
2019-03-29selftests: forwarding: Add reverse path forwarding (RPF) test casesIdo Schimmel1-1/+106
2019-03-29net: mvneta: Add 2500BaseT supportMaxime Chevallier1-0/+1
2019-03-29openvswitch: Add timeout support to ct actionYi-Hung Wei2-1/+32
2019-03-29netfilter: 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