summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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-m...David S. Miller67-939/+476
2019-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller926-7580/+15145
2019-03-28inet: switch IP ID generator to siphashEric Dumazet4-19/+30
2019-03-28net: 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
2019-03-27net/core: Allow the compiler to verify declaration and definition consistencyBart Van Assche3-3/+19
2019-03-27net/core: Fix rtnetlink kernel-doc headersBart Van Assche1-3/+6
2019-03-27net/core: Document __skb_flow_dissect() flags argumentBart Van Assche1-0/+2
2019-03-27net/core: Document all dev_ioctl() argumentsBart Van Assche1-1/+2
2019-03-27net/core: Document reuseport_add_sock() bind_inany argumentBart Van Assche1-0/+2
2019-03-27net: dsa: mv88e6xxx: remove unneeded cmode initializationHeiner Kallweit2-12/+0
2019-03-27bnx2x: Utilize FW 7.13.11.0.Sudarsana Reddy Kalluru1-7/+14
2019-03-27fou: Support binding FoU socketKristian Evensen2-16/+128
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds182-1137/+3121