summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: refactor to consolidate TFO passive open codeYuchung Cheng2019-05-011-27/+25
* tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng2019-05-011-0/+3
* tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng2019-05-011-0/+3
* tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng2019-05-012-0/+7
* tcp: better SYNACK sent timestampYuchung Cheng2019-05-012-1/+5
* tcp: undo initial congestion window on false SYN timeoutYuchung Cheng2019-05-012-1/+17
* tcp: avoid unconditional congestion window undo on SYN retransmitYuchung Cheng2019-05-011-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-3010-642/+84
|\
| * xfrm: remove unneeded export_symbolsFlorian Westphal2019-04-231-2/+1
| * xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal2019-04-231-114/+0
| * xfrm: remove init_path indirection from afinfo_policyFlorian Westphal2019-04-231-7/+0
| * xfrm: remove tos indirection from afinfo_policyFlorian Westphal2019-04-231-6/+0
| * xfrm: store xfrm_mode directly, not its addressFlorian Westphal2019-04-083-3/+3
| * xfrm: make xfrm modes builtinFlorian Westphal2019-04-086-147/+2
| * xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal2019-04-081-1/+11
| * xfrm: remove output2 indirection from xfrm_modeFlorian Westphal2019-04-082-112/+0
| * xfrm: remove input2 indirection from xfrm_modeFlorian Westphal2019-04-082-86/+0
| * xfrm: remove gso_segment indirection from xfrm_modeFlorian Westphal2019-04-083-27/+39
| * xfrm: remove xmit indirection from xfrm_modeFlorian Westphal2019-04-082-27/+0
| * xfrm: remove output indirection from xfrm_modeFlorian Westphal2019-04-084-39/+0
| * xfrm: remove input indirection from xfrm_modeFlorian Westphal2019-04-083-25/+0
| * xfrm: prefer family stored in xfrm_mode structFlorian Westphal2019-04-081-1/+1
| * xfrm: place af number into xfrm_mode structFlorian Westphal2019-04-083-15/+9
| * vti4: eliminated some duplicate code.Jeremy Sowden2019-03-241-38/+22
| * xfrm: gso partial offload supportBoris Pismenny2019-03-241-3/+7
* | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-272-0/+5
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-275-30/+33
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-274-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-252-10/+27
|\ \
| * | ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-04-241-9/+23
| * | ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu2019-04-171-1/+4
* | | net: Change nhc_flags to unsigned charDavid Ahern2019-04-231-4/+4
* | | lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern2019-04-231-1/+2
* | | net: bpfilter: dont use module_init in non-modular codePaul Gortmaker2019-04-221-2/+1
* | | net: Rename net/nexthop.h net/rtnh.hDavid Ahern2019-04-222-2/+2
* | | tcp: properly reset skb->truesize for tx recyclingEric Dumazet2019-04-191-1/+1
* | | net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-6/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-174-35/+40
|\| |
| * | tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet2019-04-161-5/+5
| * | ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet2019-04-141-2/+8
| * | ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra2019-04-121-1/+9
| * | dctcp: more accurate tracking of packets deliveryEric Dumazet2019-04-111-28/+17
| * | net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi2019-04-101-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-04-154-209/+3
|\ \ \
| * | | netfilter: x_tables: merge ip and ipv6 masquerade modulesFlorian Westphal2019-04-113-111/+3
| * | | netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal2019-04-111-1/+1
| * | | netfilter: nf_tables: merge route type into coreFlorian Westphal2019-04-083-98/+0
* | | | net: fou: remove redundant code in gue_udp_recvLorenzo Bianconi2019-04-111-3/+1
* | | | fou: correct spelling of encapsulationSimon Horman2019-04-101-2/+2
* | | | ipv4: Handle RTA_GATEWAY set to 0David Ahern2019-04-102-2/+4