summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | nfp: flower: use geneve and vxlan helpersJohn Hurley2018-11-081-5/+3Star
| * | net: add netif_is_geneve()John Hurley2018-11-081-0/+6
|/ /
* | sfc: add missing NVRAM partition types for EF10Edward Cree2018-11-081-0/+7
* | Merge branch 'vlan-prepare-for-removal-of-VLAN_TAG_PRESENT'David S. Miller2018-11-082-6/+27
|\ \
| * | net/vlan: remove unused #define HAVE_VLAN_GET_TAGMichał Mirosław2018-11-081-2/+0Star
| * | net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław2018-11-082-3/+2Star
| * | net/vlan: introduce __vlan_hwaccel_copy_tag() helperMichał Mirosław2018-11-081-0/+13
| * | net/vlan: introduce __vlan_hwaccel_clear_tag() helperMichał Mirosław2018-11-081-1/+12
|/ /
* | inet: minor optimization for backlog setting in listen(2)Yafang Shao2018-11-083-3/+2Star
* | net: vlan: add support for tunnel offloadDavide Caratti2018-11-083-0/+15
* | tun: compute the RFS hash only if needed.Paolo Abeni2018-11-081-1/+2
* | net/wan/fsl_ucc_hdlc: add BQL supportMathias Thore2018-11-081-0/+8
* | net: phy: realtek: load driver for all PHYs with a Realtek OUIHeiner Kallweit2018-11-081-9/+2Star
* | net: phy: make phy_trigger_machine staticHeiner Kallweit2018-11-082-22/+12Star
* | net: dsa: bcm_sf2: fix semicolon.cocci warningskbuild test robot2018-11-081-2/+2
* | net: phy: bcm7xxx: Add entry for BCM7255Justin Chen2018-11-082-0/+3
* | Merge branch 'udp-gro'David S. Miller2018-11-0820-123/+708
|\ \
| * | selftests: add functionals test for UDP GROPaolo Abeni2018-11-086-23/+282
| * | selftests: add some benchmark for UDP GROPaolo Abeni2018-11-082-0/+94
| * | selftests: add dummy xdp test helperPaolo Abeni2018-11-082-1/+15
| * | selftests: add GRO support to udp bench rx programPaolo Abeni2018-11-081-7/+30
| * | udp: cope with UDP GRO packet misdirectionPaolo Abeni2018-11-084-10/+88
| * | ipv6: factor out protocol delivery helperPaolo Abeni2018-11-082-12/+18
| * | ip: factor out protocol delivery helperPaolo Abeni2018-11-082-37/+37
| * | udp: add support for UDP_GRO cmsgPaolo Abeni2018-11-083-0/+18
| * | udp: implement GRO for plain UDP sockets.Paolo Abeni2018-11-085-28/+99
| * | udp: implement complete book-keeping for encap_neededPaolo Abeni2018-11-084-12/+34
|/ /
* | Merge branch 'vrf-allow-simultaneous-service-instances-in-default-and-other-V...David S. Miller2018-11-0822-84/+243
|\ \
| * | ipv6: do not drop vrf udp multicast packetsDewi Morgan2018-11-081-3/+5
| * | ipv6: handling of multicast packets received in VRFMike Manning2018-11-081-3/+32
| * | ipv6: allow ping to link-local address in VRFMike Manning2018-11-081-1/+1
| * | vrf: mark skb for multicast or link-local as enslaved to VRFMike Manning2018-11-081-10/+9Star
| * | net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe2018-11-083-6/+15
| * | net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning2018-11-087-2/+68
| * | net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2018-11-085-21/+31
| * | net: ensure unbound stream socket to be chosen when not in a VRFMike Manning2018-11-084-16/+31
| * | net: allow binding socket in a VRF when there's an unbound socketRobert Shearman2018-11-086-22/+51
|/ /
* | net: hns3: Remove set but not used variable 'reset_level'YueHaibing2018-11-071-10/+3Star
* | Merge branch 'nfp-more-set-actions-and-notifier-refactor'David S. Miller2018-11-078-104/+252
|\ \
| * | nfp: flower: use the common netdev notifierJakub Kicinski2018-11-074-55/+30Star
| * | nfp: register a notifier handler in a central location for the deviceJakub Kicinski2018-11-072-15/+57
| * | nfp: flower: make nfp_fl_lag_changels_event() voidJakub Kicinski2018-11-071-8/+5Star
| * | nfp: flower: don't try to nack device unregister eventsJakub Kicinski2018-11-071-9/+12
| * | nfp: flower: remove unnecessary iteration over devicesJakub Kicinski2018-11-071-7/+0Star
| * | nfp: flower: add ipv6 set flow label and hop limit offloadPieter Jansen van Vuuren2018-11-072-4/+75
| * | nfp: flower: add ipv4 set ttl and tos offloadPieter Jansen van Vuuren2018-11-072-6/+73
|/ /
* | Merge branch 'hns3-next'David S. Miller2018-11-0712-180/+544
|\ \ | |/ |/|
| * net: hns3: fix for cmd queue memory not freed problem during resetHuazhong Tan2018-11-073-65/+91
| * net: hns3: add error handler for hclge_reset()Huazhong Tan2018-11-072-22/+120
| * net: hns3: call roce's reset notify callback when resettingHuazhong Tan2018-11-071-0/+33