summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2016-06-17net: xfrm: fix old-style declarationArnd Bergmann1-4/+4
2016-06-16net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville2-10/+34
2016-06-15tcp: return sizeof tcp_dctcp_info in dctcp_get_info()Neal Cardwell1-2/+2
2016-06-11tcp: add NV congestion controlLawrence Brakmo3-0/+493
2016-06-11tcp: add in_flight to tcp_skb_cbLawrence Brakmo2-2/+7
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2016-06-08net: Add l3mdev ruleDavid Ahern1-2/+4
2016-06-08tcp: accept RST if SEQ matches right edge of right-most SACK blockPau Espin Pedrol1-3/+23
2016-06-08gue: Implement direction IP encapsulationTom Herbert1-5/+76
2016-06-06net: disable fragment reassembly if high_thresh is zeroMichal Kubeček1-1/+1
2016-06-04skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner2-2/+2
2016-06-03Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...Eric Dumazet1-5/+5
2016-05-24ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia2-4/+8
2016-05-21udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa1-1/+1
2016-05-21ip4ip6: Support for GSO/GROTom Herbert1-5/+7
2016-05-21ip6_tun: Add infrastructure for doing encapsulationTom Herbert1-0/+5
2016-05-21fou: Support IPv6 in fouTom Herbert1-12/+35
2016-05-21fou: Split out {fou,gue}_build_headerTom Herbert1-10/+37
2016-05-21fou: Call setup_udp_tunnel_sockTom Herbert1-34/+16
2016-05-21net: Cleanup encap items in ip_tunnels.hTom Herbert2-45/+4
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert2-2/+2
2016-05-21gso: Remove arbitrary checks for unsupported GSOTom Herbert4-61/+0
2016-05-16tcp: minor optimizations around tcp_hdr() usageEric Dumazet2-19/+17
2016-05-16sock: propagate __sock_cmsg_send() errorEric Dumazet1-2/+3
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+12
2016-05-14net/route: enforce hoplimit max valuePaolo Abeni1-0/+2
2016-05-13udp: Resolve NULL pointer dereference over flow-based vxlan deviceAlexander Duyck1-8/+2
2016-05-12gre: Fix wrong tpi->proto in WCCPHaishuang Yan2-5/+5
2016-05-12net: original ingress device index in PKTINFODavid Ahern2-1/+7
2016-05-12net: l3mdev: Add hook in ip and ipv6David Ahern1-0/+7
2016-05-11gre: do not keep the GRE header around in collect medata modeJiri Benc1-1/+6
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo12-46/+54
2016-05-10tcp: refresh skb timestamp at retransmit timeEric Dumazet1-2/+4
2016-05-10net: l3mdev: Allow send on enslaved interfaceDavid Ahern1-0/+4
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+27
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-405/+117
2016-05-07udp_offload: Set encapsulation before inner completes.Jarno Rajahalme2-3/+9
2016-05-07udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme1-2/+0
2016-05-06ipv4: tcp: ip_send_unicast_reply() is not BH safeEric Dumazet1-4/+4
2016-05-06net: vrf: Create FIB tables on link createDavid Ahern1-0/+1
2016-05-06netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal1-4/+2
2016-05-06netfilter: conntrack: check netns when walking expect hashFlorian Westphal1-0/+3
2016-05-05netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso2-385/+76
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal2-7/+5
2016-05-05netfilter: conntrack: check netns when comparing conntrack objectsFlorian Westphal1-2/+6
2016-05-05netfilter: conntrack: small refactoring of conntrack seq_printfFlorian Westphal1-5/+19
2016-05-05tcp: two more missing bh disableEric Dumazet2-0/+4
2016-05-04tcp: must block bh in __inet_twsk_hashdance()Eric Dumazet1-3/+3
2016-05-04tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet1-4/+6
2016-05-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+18