summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2013-11-21ip_gre: Fix WCCPv2 header parsing.Pravin B Shelar3-4/+4
2013-11-04inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa1-1/+1
2013-11-04vti: get rid of nf mark rule in preroutingChristophe Gouault1-3/+11
2013-11-04ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-11-04net: do not call sock_put() on TIMEWAIT socketsEric Dumazet1-1/+1
2013-11-04tcp: fix incorrect ca_state in tail loss probeYuchung Cheng1-1/+1
2013-11-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-11-04tcp: must unclone packets before mangling themEric Dumazet1-3/+6
2013-11-04tcp: TSQ can use a dynamic limitEric Dumazet1-6/+11
2013-11-04tcp: TSO packets automatic sizingEric Dumazet4-7/+67
2013-10-14ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert1-6/+6
2013-10-14ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-10-14net: net_secret should not depend on TCPEric Dumazet1-3/+1
2013-10-14ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka6-10/+10
2013-10-14ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka1-1/+1
2013-10-14tcp: Add missing braces to do_tcp_setsockoptDave Jones1-1/+2
2013-09-14tcp: tcp_make_synack() should use sock_wmallocPhil Oester1-1/+1
2013-09-14ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark1-1/+2
2013-09-14tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin1-3/+6
2013-09-14tcp: initialize rcv_tstamp for restored socketsAndrew Vagin1-0/+2
2013-09-14tcp: set timestamps for restored skb-sAndrey Vagin1-0/+7
2013-09-14ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar1-1/+1
2013-09-14ip_gre: fix ipgre_header to return correct offset MIME-Version: 1.0Timo Teräs1-1/+1
2013-09-14tcp: cubic: fix bug in bictcp_acked()Eric Dumazet1-1/+1
2013-09-14tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet1-4/+6
2013-09-14fib_trie: remove potential out of bound accessEric Dumazet1-4/+1
2013-09-14net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing failsDaniel Borkmann1-1/+3
2013-08-12sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar1-1/+5
2013-07-29ipv4: set transport header earlierEric Dumazet1-4/+3
2013-07-29gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck1-1/+1
2013-07-29ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa1-1/+2
2013-07-29ipip: fix a regression in ioctlCong Wang1-5/+7
2013-07-29ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar1-43/+54
2013-07-29vti: remove duplicated code to fix a memory leakCong Wang1-7/+0
2013-07-29gre: fix a regression in ioctlCong Wang1-4/+5
2013-06-26gre: fix a possible skb leakEric Dumazet1-1/+1
2013-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+8
2013-06-24netfilter: ipt_ULOG: fix incorrect setting of ulog timerGao feng1-4/+8
2013-06-20ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.Aydin Arik1-2/+2
2013-06-13ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet1-2/+2
2013-06-13net/ipv4: ip_vti clear skb cb before tunneling.Saurabh Mohan1-2/+1
2013-05-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+4
2013-05-28ipv4: fix redirect handling for TCP packetsMichal Kubecek1-1/+6
2013-05-26ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet1-1/+1
2013-05-24tcp: xps: fix reordering issuesEric Dumazet1-4/+6
2013-05-23netfilter: ipt_ULOG: fix non-null terminated string in the nf_log pathChen Gang1-2/+4
2013-05-23tcp: bug fix in proportional rate reduction.Nandita Dukkipati1-10/+13
2013-05-20ip_gre: fix a possible crash in ipgre_err()Eric Dumazet1-1/+2
2013-05-17tcp: gso: do not generate out of order packetsEric Dumazet1-1/+21
2013-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-5/+8