summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-12-03ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-30tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2015-11-24net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov
2015-11-23net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-11-20tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet
2015-11-20tcp: fix Fast Open snmp over-counting bugYuchung Cheng
2015-11-20tcp: disable Fast Open on timeouts after handshakeYuchung Cheng
2015-11-19tcp: md5: fix lockdep annotationEric Dumazet
2015-11-18udp: remove duplicate includestephen hemminger
2015-11-16raw: increment correct SNMP counters for ICMP messagesBen Cartwright-Cox
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet
2015-11-09netfilter: Fix removal of GRE expectation entries created by PPTPAnthony Lineham
2015-11-05tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet
2015-11-05ipv4: use sk_fullsock() in ipv4_conntrack_defrag()Eric Dumazet
2015-11-05tcp: fix req->saved_syn raceEric Dumazet
2015-11-05net: Fix prefsrc lookupsDavid Ahern
2015-11-05ipv4: fix a potential deadlock in mcast getsockopt() pathWANG Cong
2015-11-05ipv4: disable BH when changing ip local port rangeWANG Cong
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-03net: fix percpu memory leaksEric Dumazet
2015-11-02net: make skb_set_owner_w() more robustEric Dumazet
2015-11-02ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha
2015-11-02ipv4: use l4 hash for locally generated multipath flowsPaolo Abeni
2015-11-01ipv4: update RTNH_F_LINKDOWN flag on UP eventJulian Anastasov
2015-11-01ipv4: fix to not remove local route on link downJulian Anastasov
2015-11-01ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa
2015-11-01ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-10-28fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck
2015-10-27ipv6: gre: support SIT encapsulationEric Dumazet
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet
2015-10-23ipv4: implement support for NOPREFIXROUTE ifa flag for ipv4 addressPaolo Abeni
2015-10-23tcp: allow dctcp alpha to drop to zeroAndrew Shewmaker
2015-10-23xfrm4: Reload skb header pointers after calling pskb_may_pull.Steffen Klassert
2015-10-23xfrm4: Fix header checks in _decode_session4.Steffen Klassert
2015-10-23openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-10-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-10-22tcp: remove improper preemption check in tcp_xmit_probe_skb()Renato Westphal
2015-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-10-22netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen
2015-10-21tcp: use RACK to detect lossesYuchung Cheng
2015-10-21tcp: track the packet timings in RACKYuchung Cheng
2015-10-21tcp: add tcp_tsopt_ecr_before helperYuchung Cheng
2015-10-21tcp: remove tcp_mark_lost_retrans()Yuchung Cheng
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng
2015-10-21tcp: apply Kern's check on RTTs used for congestion controlYuchung Cheng
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller