summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2016-03-04rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov1-1/+1
2016-03-04route: check and remove route cache when we get routeXin Long1-14/+63
2016-03-04ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet4-3/+11
2016-03-04net:Add sysctl_max_skb_fragsHans Westgaard Ry1-2/+2
2016-03-04tcp: beware of alignments in tcp_get_info()Eric Dumazet1-4/+8
2016-03-04tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet1-5/+8
2016-01-31xfrm: dst_entries_init() per-net dst_opsDan Streetman1-9/+37
2016-01-31tcp/dccp: fix timewait races in timer handlingEric Dumazet2-13/+16
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-0/+1
2016-01-31udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček1-1/+1
2016-01-31tcp_yeah: don't set ssthresh below 2Neal Cardwell1-1/+1
2016-01-23tcp: restore fastopen with no data in SYN packetEric Dumazet1-11/+12
2016-01-23fou: clean up socket with kfree_rcuHannes Frederic Sowa1-1/+2
2016-01-23net: fix IP early demux racesEric Dumazet1-3/+2
2016-01-23net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2015-12-15net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-15tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet1-0/+1
2015-12-15tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet1-3/+19
2015-12-15tcp: disable Fast Open on timeouts after handshakeYuchung Cheng1-0/+12
2015-12-15tcp: md5: fix lockdep annotationEric Dumazet1-1/+2
2015-12-09ipv4: disable BH when changing ip local port rangeWANG Cong1-2/+2
2015-12-09ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha1-3/+3
2015-12-09fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck1-1/+1
2015-12-09ipv6: gre: support SIT encapsulationEric Dumazet1-1/+2
2015-10-27inet: fix race in reqsk_queue_unlink()Eric Dumazet1-9/+10
2015-10-27inet: fix races in reqsk_queue_hash_req()Eric Dumazet1-4/+4
2015-10-23inet: fix potential deadlock in reqsk_queue_unlink()Eric Dumazet1-1/+1
2015-10-03tcp: add proper TS val into RST packetsEric Dumazet1-0/+1
2015-09-29ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft1-1/+1
2015-09-29inet: fix races with reqsk timersEric Dumazet1-1/+1
2015-09-29inet: fix possible request socket leakEric Dumazet1-1/+1
2015-09-29udp: fix dst races with multicast early demuxEric Dumazet1-3/+10
2015-09-29fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck1-4/+0
2015-09-29inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee1-2/+5
2015-09-29ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-4/+12
2015-09-29ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs1-3/+5
2015-07-10ip: report the original address of ICMP messagesJulian Anastasov1-1/+10
2015-07-10tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch3-4/+7
2015-06-04ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer1-3/+15
2015-06-01tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2-2/+8
2015-06-01udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-5/+12
2015-05-28ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck1-2/+7
2015-05-28ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck1-2/+3
2015-05-22ipv4: fill in table id when replacing a routeMichal Kubeček1-0/+1
2015-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+12
2015-05-22ipv4: Avoid crashing in ip_errorEric W. Biederman1-0/+4
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet3-4/+15
2015-05-20netfilter: ensure number of counters is >0 in do_replace()Dave Jones2-0/+12
2015-05-19tcp: don't over-send F-RTO probesYuchung Cheng1-3/+3