summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2016-07-15tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron-17/+22
2016-07-11ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user spaceJulian Anastasov-0/+6
2016-07-11tcp: make challenge acks less predictableEric Dumazet-5/+10
2016-07-11udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček-0/+2
2016-06-30ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani-2/+2
2016-06-29tcp: do not send too big packets at retransmit timeEric Dumazet-1/+6
2016-06-28ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff-1/+3
2016-06-23esp: Fix ESN generation under UDP encapsulationHerbert Xu-20/+32
2016-06-15gre: fix error handlerEric Dumazet-13/+9
2016-06-14ovs/gre: fix rtnl notifications on iface deletionNicolas Dichtel-0/+4
2016-06-14ovs/gre,geneve: fix error path when creating an ifaceNicolas Dichtel-3/+7
2016-06-14udp reuseport: fix packet of same flow hashed to different socketSu, Xuemin-57/+16
2016-06-14ipv4: fix checksum annotation in udp4_csum_initHannes Frederic Sowa-2/+5
2016-06-11ipconfig: Protect ic_addrservaddr with IPCONFIG_DYNAMIC.David S. Miller-0/+2
2016-06-10net: ipconfig: avoid warning by making ic_addrservaddr staticBen Dooks-1/+1
2016-06-02Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...Eric Dumazet-5/+5
2016-05-23ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia-4/+8
2016-05-20udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa-1/+1
2016-05-20ip4ip6: Support for GSO/GROTom Herbert-5/+7
2016-05-20ip6_tun: Add infrastructure for doing encapsulationTom Herbert-0/+5
2016-05-20fou: Support IPv6 in fouTom Herbert-12/+35
2016-05-20fou: Split out {fou,gue}_build_headerTom Herbert-10/+37
2016-05-20fou: Call setup_udp_tunnel_sockTom Herbert-34/+16
2016-05-20net: Cleanup encap items in ip_tunnels.hTom Herbert-45/+4
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert-2/+2
2016-05-20gso: Remove arbitrary checks for unsupported GSOTom Herbert-61/+0
2016-05-16tcp: minor optimizations around tcp_hdr() usageEric Dumazet-19/+17
2016-05-16sock: propagate __sock_cmsg_send() errorEric Dumazet-2/+3
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+12
2016-05-14net/route: enforce hoplimit max valuePaolo Abeni-0/+2
2016-05-13udp: Resolve NULL pointer dereference over flow-based vxlan deviceAlexander Duyck-8/+2
2016-05-12gre: Fix wrong tpi->proto in WCCPHaishuang Yan-5/+5
2016-05-11net: original ingress device index in PKTINFODavid Ahern-1/+7
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern-0/+7
2016-05-11gre: do not keep the GRE header around in collect medata modeJiri Benc-1/+6
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo-46/+54
2016-05-10tcp: refresh skb timestamp at retransmit timeEric Dumazet-2/+4
2016-05-09net: l3mdev: Allow send on enslaved interfaceDavid Ahern-0/+4
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+27
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-405/+117
2016-05-06udp_offload: Set encapsulation before inner completes.Jarno Rajahalme-3/+9
2016-05-06udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme-2/+0
2016-05-06ipv4: tcp: ip_send_unicast_reply() is not BH safeEric Dumazet-4/+4
2016-05-06net: vrf: Create FIB tables on link createDavid Ahern-0/+1
2016-05-06netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal-4/+2
2016-05-06netfilter: conntrack: check netns when walking expect hashFlorian Westphal-0/+3
2016-05-05netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso-385/+76
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal-7/+5
2016-05-05netfilter: conntrack: check netns when comparing conntrack objectsFlorian Westphal-2/+6
2016-05-05netfilter: conntrack: small refactoring of conntrack seq_printfFlorian Westphal-5/+19