aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-11tunnels: correct conditional build of MPLS and IPv6Simon Horman1-12/+13
2016-07-09ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()Eric Dumazet1-6/+6
2016-07-09ipip: support MPLS over IPv4Simon Horman1-16/+121
2016-07-09tunnels: support MPLS over IPv4 tunnelsSimon Horman1-10/+67
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-36/+32
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches2-32/+29
2016-07-01netfilter: x_tables: simplify ip{6}table_mangle_hook()Pablo Neira Ayuso1-4/+0
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet2-17/+24
2016-06-30ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani1-2/+2
2016-06-30tcp: add an ability to dump and restore window parametersAndrey Vagin1-0/+57
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-98/+85
2016-06-29tcp: do not send too big packets at retransmit timeEric Dumazet1-1/+6
2016-06-28net: diag: Add support to filter on device indexDavid Ahern1-0/+25
2016-06-28ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff1-1/+3
2016-06-24netfilter: nf_reject_ipv4: don't send tcp RST if the packet is non-TCPLiping Zhang1-0/+3
2016-06-23esp: Fix ESN generation under UDP encapsulationHerbert Xu1-20/+32
2016-06-18ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet1-1/+4
2016-06-18gre: better support for ICMP messages for gre+ipv6Eric Dumazet2-0/+7
2016-06-17net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck1-65/+14
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck1-0/+10
2016-06-17net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck1-0/+102
2016-06-16net: xfrm: fix old-style declarationArnd Bergmann1-4/+4
2016-06-15gre: fix error handlerEric Dumazet2-13/+9
2016-06-15net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville2-10/+34
2016-06-14tcp: return sizeof tcp_dctcp_info in dctcp_get_info()Neal Cardwell1-2/+2
2016-06-14ovs/gre: fix rtnl notifications on iface deletionNicolas Dichtel1-0/+4
2016-06-14ovs/gre,geneve: fix error path when creating an ifaceNicolas Dichtel1-3/+7
2016-06-14udp reuseport: fix packet of same flow hashed to different socketSu, Xuemin1-57/+16
2016-06-14ipv4: fix checksum annotation in udp4_csum_initHannes Frederic Sowa1-2/+5
2016-06-11ipconfig: Protect ic_addrservaddr with IPCONFIG_DYNAMIC.David S. Miller1-0/+2
2016-06-10net: ipconfig: avoid warning by making ic_addrservaddr staticBen Dooks1-1/+1
2016-06-10tcp: add NV congestion controlLawrence Brakmo3-0/+493
2016-06-10tcp: 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-07gue: Implement direction IP encapsulationTom Herbert1-5/+76
2016-06-05net: disable fragment reassembly if high_thresh is zeroMichal Kubeček1-1/+1
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner2-2/+2
2016-06-02Possible problem with e6afc8ac ("udp: remove headers from UDP packets before queueing")Eric Dumazet1-5/+5
2016-05-23ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia2-4/+8
2016-05-20udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa1-1/+1
2016-05-20ip4ip6: Support for GSO/GROTom Herbert1-5/+7
2016-05-20ip6_tun: Add infrastructure for doing encapsulationTom Herbert1-0/+5
2016-05-20fou: Support IPv6 in fouTom Herbert1-12/+35
2016-05-20fou: Split out {fou,gue}_build_headerTom Herbert1-10/+37
2016-05-20fou: Call setup_udp_tunnel_sockTom Herbert1-34/+16
2016-05-20net: Cleanup encap items in ip_tunnels.hTom Herbert2-45/+4
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert2-2/+2