summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2016-03-02rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov1-1/+1
2016-03-02route: check and remove route cache when we get routeXin Long1-14/+63
2016-03-02ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet4-3/+11
2016-03-02net:Add sysctl_max_skb_fragsHans Westgaard Ry1-2/+2
2016-03-02tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet1-5/+8
2016-02-12xfrm: dst_entries_init() per-net dst_opsDan Streetman1-9/+37
2016-02-12tcp_yeah: don't set ssthresh below 2Neal Cardwell1-1/+1
2016-01-25udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4
2016-01-09route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu1-4/+1
2016-01-09ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei1-0/+3
2016-01-05net: fix IP early demux racesEric Dumazet1-4/+5
2016-01-05net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2016-01-05netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverselucien1-3/+1
2016-01-05net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2016-01-05tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet1-0/+1
2016-01-05tcp: md5: fix lockdep annotationEric Dumazet1-1/+2
2015-11-14ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha1-3/+3
2015-10-26net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2-2/+2
2015-08-27inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee1-2/+5
2015-08-27ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-4/+12
2015-08-27ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs1-3/+5
2015-06-10udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-06-10ipv4: Avoid crashing in ip_errorEric W. Biederman1-0/+4
2015-05-15ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-04-30tcp: avoid looping in tcp_send_fin()Eric Dumazet1-21/+29
2015-04-30tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet1-1/+19
2015-04-30ip_forward: Drop frames with attached skb->skSebastian Pöhn1-0/+3
2015-04-27tcp: tcp_make_synack() should clear skb->tstampEric Dumazet1-0/+2
2015-04-27tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell1-3/+4
2015-04-27tcp: prevent fetching dst twice in early demux codeMichal Kubeček1-1/+1
2015-04-22tcp: Fix crash in TCP Fast OpenBen Hutchings1-0/+1
2015-04-22remove extra definitions of U32_MAXAlex Elder1-3/+0
2015-04-22conditionally define U32_MAXAlex Elder1-0/+2
2015-04-09tcp: make connect() mem charging friendlyEric Dumazet1-35/+27
2015-04-09tcp: fix tcp fin memory accountingJosh Hunt1-5/+1
2015-04-09inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet1-3/+15
2015-03-12net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-1/+13
2015-03-12udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-03-12ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov1-4/+7
2015-03-12ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov1-1/+1
2015-02-10ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2-32/+35
2015-02-10tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet1-0/+1
2015-02-10ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-02-10udp_diag: Fix socket skipping within chainHerbert Xu1-1/+3
2015-02-10ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2-5/+7
2015-02-10ip: zero sockaddr returned on error queueWillem de Bruijn1-6/+2
2015-01-26tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu1-2/+2
2014-12-06net/ping: handle protocol mismatching scenarioJane Zhou1-0/+2
2014-11-27ipv4: Fix incorrect error code when adding an unreachable routePanu Matilainen1-0/+4
2014-11-05ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin1-3/+9