summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-01-31xfrm: dst_entries_init() per-net dst_opsDan Streetman
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2016-01-31udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček
2016-01-31tcp_yeah: don't set ssthresh below 2Neal Cardwell
2016-01-31tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng
2016-01-22tcp: restore fastopen with no data in SYN packetEric Dumazet
2016-01-22fou: clean up socket with kfree_rcuHannes Frederic Sowa
2016-01-22net: fix IP early demux racesEric Dumazet
2016-01-22net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2015-12-14net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-12-14tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2015-12-14tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet
2015-12-14tcp: disable Fast Open on timeouts after handshakeYuchung Cheng
2015-12-14tcp: md5: fix lockdep annotationEric Dumazet
2015-12-09net: Fix prefsrc lookupsDavid Ahern
2015-12-09ipv4: disable BH when changing ip local port rangeWANG Cong
2015-12-09ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha
2015-12-09ipv4: update RTNH_F_LINKDOWN flag on UP eventJulian Anastasov
2015-12-09ipv4: fix to not remove local route on link downJulian Anastasov
2015-10-27fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck
2015-10-26ipv6: gre: support SIT encapsulationEric Dumazet
2015-10-23tcp: allow dctcp alpha to drop to zeroAndrew Shewmaker
2015-10-22openvswitch: 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-21tcp: remove improper preemption check in tcp_xmit_probe_skb()Renato Westphal
2015-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-10-19xfrm: Fix pmtu discovery for local generated packets.Steffen Klassert
2015-10-12netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverselucien
2015-10-05ipv4: fix reply_dst leakage on arp replyJiri Benc
2015-10-05inet: fix race in reqsk_queue_unlink()Eric Dumazet
2015-10-01netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6}Pablo Neira Ayuso
2015-09-29net: Initialize flow flags in input pathDavid Ahern
2015-09-25net: Fix panic in icmp_route_lookupDavid Ahern
2015-09-24lwtunnel: remove source and destination UDP port config optionJiri Benc
2015-09-24ipv4: send arp replies to the correct tunnelJiri Benc
2015-09-23tcp: add proper TS val into RST packetsEric Dumazet
2015-09-21inet: fix races in reqsk_queue_hash_req()Eric Dumazet
2015-09-21tcp/dccp: fix timewait races in timer handlingEric Dumazet
2015-09-20iptunnel: make rx/tx bytes counters consistentNicolas Dichtel
2015-09-20net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró
2015-09-17tcp_cubic: do not set epoch_start in the futureEric Dumazet
2015-09-17net: Fix vti use case with oif in dst lookupsDavid Ahern
2015-09-10tcp_cubic: better follow cubic curve after idle periodEric Dumazet
2015-09-10tcp: generate CA_EVENT_TX_START on data framesNeal Cardwell
2015-09-09net: ipv6: use common fib_default_rule_prefPhil Sutter
2015-09-02netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabledDaniel Borkmann
2015-09-01net: Make table id type u32David Ahern
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann
2015-08-31fib, fib6: reject invalid feature bitsDaniel Borkmann
2015-08-31net: fib: move metrics parsing to a helperFlorian Westphal