summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: restore fastopen with no data in SYN packetEric Dumazet2015-12-171-11/+12
* fou: clean up socket with kfree_rcuHannes Frederic Sowa2015-12-161-1/+2
* net: fix IP early demux racesEric Dumazet2015-12-141-3/+2
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-12-141-0/+1
|\
| * netfilter: nf_dup: add missing dependencies with NF_CONNTRACKPablo Neira Ayuso2015-12-101-0/+1
* | net: Flush local routes when device changes vrf associationDavid Ahern2015-12-131-0/+9
* | ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn2015-12-031-2/+3
* | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-4/+3
* | tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet2015-11-301-0/+1
* | net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov2015-11-241-8/+0
|/
* net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2015-11-221-7/+8
* tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet2015-11-201-3/+19
* tcp: fix Fast Open snmp over-counting bugYuchung Cheng2015-11-201-1/+1
* tcp: disable Fast Open on timeouts after handshakeYuchung Cheng2015-11-201-0/+12
* tcp: md5: fix lockdep annotationEric Dumazet2015-11-181-1/+2
* udp: remove duplicate includestephen hemminger2015-11-181-1/+0
* raw: increment correct SNMP counters for ICMP messagesBen Cartwright-Cox2015-11-161-3/+5
* tcp: ensure proper barriers in lockless contextsEric Dumazet2015-11-154-19/+22
* netfilter: Fix removal of GRE expectation entries created by PPTPAnthony Lineham2015-11-091-1/+1
* 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