aboutsummaryrefslogtreecommitdiffstats
path: root/net/wimax (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-08geneve: Allow configuration of DF behaviourStefano Brivio2-8/+56
2018-11-08geneve: ICMP error lookup handlerStefano Brivio1-0/+52
2018-11-08selftests: pmtu: Introduce tests for IPv4/IPv6 over VXLAN over IPv4/IPv6Stefano Brivio1-18/+125
2018-11-08vxlan: Allow configuration of DF behaviourStefano Brivio3-1/+38
2018-11-08vxlan: ICMP error lookup handlerStefano Brivio1-0/+29
2018-11-08udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio5-20/+153
2018-11-08net: hns3: fix spelling mistake, "assertting" -> "asserting"Colin Ian King1-1/+1
2018-11-08cxgb4: Add new T6 PCI device ids 0x608aGanesh Goudar1-0/+1
2018-11-08net/ipv6: compute anycast address hash only if dev is nullLi RongQing1-2/+4
2018-11-08net: bcmgenet: return correct value 'ret' from bcmgenet_power_downYueHaibing1-1/+1
2018-11-08net: sched: prio: delay destroying child qdiscs on changeJakub Kicinski1-1/+3
2018-11-08net: sched: red: delay destroying child qdisc on replaceJakub Kicinski1-2/+6
2018-11-08net: sched: refactor grafting Qdiscs with a parentJakub Kicinski1-14/+14
2018-11-08net: sched: add an offload graft helperJakub Kicinski3-24/+44
2018-11-08net: sched: set TCQ_F_OFFLOADED flag for MQJakub Kicinski1-6/+3
2018-11-08net: sched: red: remove unnecessary red_dump_offload_stats parameterJakub Kicinski1-2/+2
2018-11-08net: sched: add an offload dump helperJakub Kicinski4-31/+35
2018-11-08net: phy: use phy_check_link_status in more places in the state machineHeiner Kallweit1-48/+5
2018-11-08net: phy: remove state PHY_ANHeiner Kallweit2-45/+1
2018-11-08net: phy: add phy_check_link_statusHeiner Kallweit1-30/+40
2018-11-08net: phy: remove useless check in state machine case PHY_RESUMINGHeiner Kallweit1-12/+1
2018-11-08net: phy: remove useless check in state machine case PHY_NOLINKHeiner Kallweit1-11/+0
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-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-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-07ipv6: do not drop vrf udp multicast packetsDewi Morgan1-3/+5
2018-11-07ipv6: handling of multicast packets received in VRFMike Manning1-3/+32