aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-07Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller14-62/+41
2018-11-07Merge branch 'nfp-add-and-use-tunnel-netdev-helpers'David S. Miller3-5/+11
2018-11-07nfp: flower: include geneve as supported offload tunnel typeJohn Hurley1-0/+2
2018-11-07nfp: flower: use geneve and vxlan helpersJohn Hurley1-5/+3
2018-11-07net: add netif_is_geneve()John Hurley1-0/+6
2018-11-07sfc: add missing NVRAM partition types for EF10Edward Cree1-0/+7
2018-11-07Merge branch 'vlan-prepare-for-removal-of-VLAN_TAG_PRESENT'David S. Miller2-6/+27
2018-11-07net/vlan: remove unused #define HAVE_VLAN_GET_TAGMichał Mirosław1-2/+0
2018-11-07net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław2-3/+2
2018-11-07net/vlan: introduce __vlan_hwaccel_copy_tag() helperMichał Mirosław1-0/+13
2018-11-07net/vlan: introduce __vlan_hwaccel_clear_tag() helperMichał Mirosław1-1/+12
2018-11-07inet: minor optimization for backlog setting in listen(2)Yafang Shao3-3/+2
2018-11-07net: vlan: add support for tunnel offloadDavide Caratti3-0/+15
2018-11-07tun: compute the RFS hash only if needed.Paolo Abeni1-1/+2
2018-11-07net/wan/fsl_ucc_hdlc: add BQL supportMathias Thore1-0/+8
2018-11-07net: phy: realtek: load driver for all PHYs with a Realtek OUIHeiner Kallweit1-9/+2
2018-11-07net: phy: make phy_trigger_machine staticHeiner Kallweit2-22/+12
2018-11-07net: dsa: bcm_sf2: fix semicolon.cocci warningskbuild test robot1-2/+2
2018-11-07net: phy: bcm7xxx: Add entry for BCM7255Justin Chen2-0/+3
2018-11-07Merge branch 'udp-gro'David S. Miller20-123/+708
2018-11-07selftests: add functionals test for UDP GROPaolo Abeni6-23/+282
2018-11-07selftests: add some benchmark for UDP GROPaolo Abeni2-0/+94
2018-11-07selftests: add dummy xdp test helperPaolo Abeni2-1/+15
2018-11-07selftests: add GRO support to udp bench rx programPaolo Abeni1-7/+30
2018-11-07udp: cope with UDP GRO packet misdirectionPaolo Abeni4-10/+88
2018-11-07ipv6: factor out protocol delivery helperPaolo Abeni2-12/+18
2018-11-07ip: factor out protocol delivery helperPaolo Abeni2-37/+37
2018-11-07udp: add support for UDP_GRO cmsgPaolo Abeni3-0/+18
2018-11-07udp: implement GRO for plain UDP sockets.Paolo Abeni5-28/+99
2018-11-07udp: implement complete book-keeping for encap_neededPaolo Abeni4-12/+34
2018-11-07Merge branch 'vrf-allow-simultaneous-service-instances-in-default-and-other-VRFs'David S. Miller22-84/+243
2018-11-07ipv6: do not drop vrf udp multicast packetsDewi Morgan1-3/+5
2018-11-07ipv6: handling of multicast packets received in VRFMike Manning1-3/+32
2018-11-07ipv6: allow ping to link-local address in VRFMike Manning1-1/+1
2018-11-07vrf: mark skb for multicast or link-local as enslaved to VRFMike Manning1-10/+9
2018-11-07net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe3-6/+15
2018-11-07net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning7-2/+68
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning5-21/+31
2018-11-07net: ensure unbound stream socket to be chosen when not in a VRFMike Manning4-16/+31
2018-11-07net: allow binding socket in a VRF when there's an unbound socketRobert Shearman6-22/+51
2018-11-07net: hns3: Remove set but not used variable 'reset_level'YueHaibing1-10/+3
2018-11-07Merge branch 'nfp-more-set-actions-and-notifier-refactor'David S. Miller8-104/+252
2018-11-07nfp: flower: use the common netdev notifierJakub Kicinski4-55/+30
2018-11-07nfp: register a notifier handler in a central location for the deviceJakub Kicinski2-15/+57
2018-11-07nfp: flower: make nfp_fl_lag_changels_event() voidJakub Kicinski1-8/+5
2018-11-07nfp: flower: don't try to nack device unregister eventsJakub Kicinski1-9/+12
2018-11-07nfp: flower: remove unnecessary iteration over devicesJakub Kicinski1-7/+0
2018-11-07nfp: flower: add ipv6 set flow label and hop limit offloadPieter Jansen van Vuuren2-4/+75
2018-11-07nfp: flower: add ipv4 set ttl and tos offloadPieter Jansen van Vuuren2-6/+73
2018-11-07Merge branch 'hns3-next'David S. Miller12-180/+544