summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet2015-11-051-1/+1
* ipv4: use sk_fullsock() in ipv4_conntrack_defrag()Eric Dumazet2015-11-051-3/+2
* tcp: fix req->saved_syn raceEric Dumazet2015-11-052-3/+2
* net: Fix prefsrc lookupsDavid Ahern2015-11-041-3/+10
* ipv4: fix a potential deadlock in mcast getsockopt() pathWANG Cong2015-11-042-23/+34
* ipv4: disable BH when changing ip local port rangeWANG Cong2015-11-041-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-033-12/+25
|\
| * ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha2015-11-021-3/+3
| * ipv4: update RTNH_F_LINKDOWN flag on UP eventJulian Anastasov2015-11-011-0/+7
| * ipv4: fix to not remove local route on link downJulian Anastasov2015-11-012-9/+15
* | net: fix percpu memory leaksEric Dumazet2015-11-022-9/+9
* | net: make skb_set_owner_w() more robustEric Dumazet2015-11-021-3/+1
* | ipv4: use l4 hash for locally generated multipath flowsPaolo Abeni2015-11-021-1/+2
* | ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa2015-11-011-3/+5
* | ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa2015-11-011-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-012-2/+3
|\ \ | |/
| * fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck2015-10-271-1/+1
| * ipv6: gre: support SIT encapsulationEric Dumazet2015-10-261-1/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-10-301-13/+37
|\ \
| * | xfrm4: Reload skb header pointers after calling pskb_may_pull.Steffen Klassert2015-10-231-7/+26
| * | xfrm4: Fix header checks in _decode_session4.Steffen Klassert2015-10-231-5/+10
| * | xfrm: Let the flowcache handle its size by default.Steffen Klassert2015-09-291-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-246-14/+43
|\ \ \ | | |/ | |/|
| * | tcp: allow dctcp alpha to drop to zeroAndrew Shewmaker2015-10-231-1/+1
| * | openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-221-9/+37
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-10-221-0/+2
| |\ \
| | * | xfrm: Fix pmtu discovery for local generated packets.Steffen Klassert2015-10-191-0/+2
| * | | tcp: remove improper preemption check in tcp_xmit_probe_skb()Renato Westphal2015-10-211-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-10-212-3/+2
| |\ \ \
| | * | | netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverselucien2015-10-121-3/+1
| | * | | netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6}Pablo Neira Ayuso2015-10-011-0/+1
* | | | | tcp/dccp: fix hashdance race for passive sessionsEric Dumazet2015-10-236-32/+65
* | | | | ipv4: implement support for NOPREFIXROUTE ifa flag for ipv4 addressPaolo Abeni2015-10-231-6/+8
* | | | | netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen2015-10-211-2/+2
* | | | | tcp: use RACK to detect lossesYuchung Cheng2015-10-213-2/+91
* | | | | tcp: track the packet timings in RACKYuchung Cheng2015-10-214-0/+49
* | | | | tcp: add tcp_tsopt_ecr_before helperYuchung Cheng2015-10-211-2/+7
* | | | | tcp: remove tcp_mark_lost_retrans()Yuchung Cheng2015-10-212-71/+0
* | | | | tcp: track min RTT using windowed min-filterYuchung Cheng2015-10-214-5/+82
* | | | | tcp: apply Kern's check on RTTs used for congestion controlYuchung Cheng2015-10-211-4/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-3/+5
|\ \ \ \ \ | |/ / / /
| * | | | ipv4: fix reply_dst leakage on arp replyJiri Benc2015-10-051-3/+5
| * | | | inet: fix race in reqsk_queue_unlink()Eric Dumazet2015-10-051-9/+10
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-10-1810-38/+24
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-10-1728-261/+382
| |\ \ \ \
| * | | | | netfilter: ipv4: whitespace around operatorsIan Morris2015-10-163-6/+6
| * | | | | netfilter: ipv4: code indentationIan Morris2015-10-163-5/+5
| * | | | | netfilter: ipv4: function definition layoutIan Morris2015-10-162-6/+6
| * | | | | netfilter: ipv4: ternary operator layoutIan Morris2015-10-162-5/+5
| * | | | | netfilter: ipv4: label placementIan Morris2015-10-162-2/+2
OpenPOWER on IntegriCloud