summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-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-09fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck
2015-12-09ipv6: gre: support SIT encapsulationEric Dumazet
2015-10-27inet: fix race in reqsk_queue_unlink()Eric Dumazet
2015-10-27inet: fix races in reqsk_queue_hash_req()Eric Dumazet
2015-10-22inet: fix potential deadlock in reqsk_queue_unlink()Eric Dumazet
2015-10-03tcp: add proper TS val into RST packetsEric Dumazet
2015-09-29ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft
2015-09-29inet: fix races with reqsk timersEric Dumazet
2015-09-29inet: fix possible request socket leakEric Dumazet
2015-09-29udp: fix dst races with multicast early demuxEric Dumazet
2015-09-29fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck
2015-09-29inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2015-09-29ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-09-29ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs
2015-07-10ip: report the original address of ICMP messagesJulian Anastasov
2015-07-10tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch
2015-06-04ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer
2015-05-31tcp: fix child sockets to use system default congestion control if not setNeal Cardwell
2015-05-31udp: fix behavior of wrong checksumsEric Dumazet
2015-05-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-05-28ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck
2015-05-28ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck
2015-05-22ipv4: fill in table id when replacing a routeMichal Kubeček
2015-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-05-22ipv4: Avoid crashing in ip_errorEric W. Biederman
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet
2015-05-20netfilter: ensure number of counters is >0 in do_replace()Dave Jones
2015-05-19tcp: don't over-send F-RTO probesYuchung Cheng
2015-05-19tcp: only undo on partial ACKs in CA_LossYuchung Cheng
2015-05-17tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot
2015-05-14rename RTNH_F_EXTERNAL to RTNH_F_OFFLOADRoopa Prabhu
2015-05-13esp4: Use high-order sequence number bits for IV generationHerbert Xu
2015-05-05tcp_westwood: fix tcp_westwood_info()Eric Dumazet
2015-05-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-05-01ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller
2015-04-29tcp: update reordering first before detecting lossYuchung Cheng
2015-04-29tcp: add TCP_CC_INFO socket optionEric Dumazet
2015-04-29tcp: prepare CC get_info() access from getsockopt()Eric Dumazet
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet
2015-04-29route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet
2015-04-24tcp: avoid looping in tcp_send_fin()Eric Dumazet