summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann2016-07-251-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-243-47/+59
|\
| * netfilter: x_tables: speed up jump target validationFlorian Westphal2016-07-182-43/+49
| * netfilter: conntrack: fix race between nf_conntrack proc read and hash resizeLiping Zhang2016-07-111-4/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-243-22/+40
|\ \
| * | tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron2016-07-151-17/+22
| * | ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user spaceJulian Anastasov2016-07-111-0/+6
| * | tcp: make challenge acks less predictableEric Dumazet2016-07-111-5/+10
| * | udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček2016-07-111-0/+2
* | | net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segme...Shmulik Ladkani2016-07-191-0/+9
* | | net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flagsShmulik Ladkani2016-07-193-4/+6
* | | net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov2016-07-161-4/+9
* | | tcp_timer.c: Add kernel-doc function descriptionsRichard Sailer2016-07-151-17/+64
* | | ipv4: af_inet: make it explicitly non-modularPaul Gortmaker2016-07-111-4/+1
* | | tunnels: correct conditional build of MPLS and IPv6Simon Horman2016-07-111-12/+13
* | | ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()Eric Dumazet2016-07-091-6/+6
* | | ipip: support MPLS over IPv4Simon Horman2016-07-091-16/+121
* | | tunnels: support MPLS over IPv4 tunnelsSimon Horman2016-07-091-10/+67
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-2/+2
|\ \ | |/
| * ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani2016-06-301-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-064-36/+32
|\ \
| * | netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches2016-07-032-32/+29
| * | netfilter: x_tables: simplify ip{6}table_mangle_hook()Pablo Neira Ayuso2016-07-011-4/+0
| * | netfilter: nf_reject_ipv4: don't send tcp RST if the packet is non-TCPLiping Zhang2016-06-241-0/+3
* | | tcp: md5: use kmalloc() backed scratch areasEric Dumazet2016-07-012-17/+24
* | | tcp: add an ability to dump and restore window parametersAndrey Vagin2016-06-301-0/+57
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-307-98/+85
|\ \ \ | | |/ | |/|
| * | tcp: do not send too big packets at retransmit timeEric Dumazet2016-06-291-1/+6
| * | ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2016-06-281-1/+3
| * | esp: Fix ESN generation under UDP encapsulationHerbert Xu2016-06-231-20/+32
| * | gre: fix error handlerEric Dumazet2016-06-152-13/+9
| * | ovs/gre: fix rtnl notifications on iface deletionNicolas Dichtel2016-06-141-0/+4
| * | ovs/gre,geneve: fix error path when creating an ifaceNicolas Dichtel2016-06-141-3/+7
| * | udp reuseport: fix packet of same flow hashed to different socketSu, Xuemin2016-06-141-57/+16
| * | ipv4: fix checksum annotation in udp4_csum_initHannes Frederic Sowa2016-06-141-2/+5
| * | ipconfig: Protect ic_addrservaddr with IPCONFIG_DYNAMIC.David S. Miller2016-06-111-0/+2
| * | net: ipconfig: avoid warning by making ic_addrservaddr staticBen Dooks2016-06-101-1/+1
* | | net: diag: Add support to filter on device indexDavid Ahern2016-06-281-0/+25
* | | ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet2016-06-181-1/+4
* | | gre: better support for ICMP messages for gre+ipv6Eric Dumazet2016-06-182-0/+7
* | | net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck2016-06-171-65/+14
* | | net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck2016-06-171-0/+10
* | | net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck2016-06-171-0/+102
* | | net: xfrm: fix old-style declarationArnd Bergmann2016-06-161-4/+4
* | | net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville2016-06-152-10/+34
* | | tcp: return sizeof tcp_dctcp_info in dctcp_get_info()Neal Cardwell2016-06-141-2/+2
* | | tcp: add NV congestion controlLawrence Brakmo2016-06-103-0/+493
* | | tcp: add in_flight to tcp_skb_cbLawrence Brakmo2016-06-102-2/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-5/+5
|\ \ \ | |/ /
| * | Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...Eric Dumazet2016-06-021-5/+5
OpenPOWER on IntegriCloud