aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2013-10-13ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert
2013-10-13ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine
2013-10-13net: net_secret should not depend on TCPEric Dumazet
2013-10-13ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-10-13ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka
2013-10-13tcp: Add missing braces to do_tcp_setsockoptDave Jones
2013-09-14tcp: tcp_make_synack() should use sock_wmallocPhil Oester
2013-09-14ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark
2013-09-14tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin
2013-09-14tcp: initialize rcv_tstamp for restored socketsAndrew Vagin
2013-09-14tcp: set timestamps for restored skb-sAndrey Vagin
2013-09-14ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar
2013-09-14ip_gre: fix ipgre_header to return correct offset MIME-Version: 1.0Timo Teräs
2013-09-14tcp: cubic: fix bug in bictcp_acked()Eric Dumazet
2013-09-14tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet
2013-09-14fib_trie: remove potential out of bound accessEric Dumazet
2013-09-14net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing failsDaniel Borkmann
2013-08-11sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar
2013-07-28ipv4: set transport header earlierEric Dumazet
2013-07-28gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck
2013-07-28ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa
2013-07-28ipip: fix a regression in ioctlCong Wang
2013-07-28ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar
2013-07-28vti: remove duplicated code to fix a memory leakCong Wang
2013-07-28gre: fix a regression in ioctlCong Wang
2013-06-25gre: fix a possible skb leakEric Dumazet
2013-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-06-24netfilter: ipt_ULOG: fix incorrect setting of ulog timerGao feng
2013-06-19ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.Aydin Arik
2013-06-13ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet
2013-06-13net/ipv4: ip_vti clear skb cb before tunneling.Saurabh Mohan
2013-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-05-27ipv4: fix redirect handling for TCP packetsMichal Kubecek
2013-05-25ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet
2013-05-23tcp: xps: fix reordering issuesEric Dumazet
2013-05-23netfilter: ipt_ULOG: fix non-null terminated string in the nf_log pathChen Gang
2013-05-23tcp: bug fix in proportional rate reduction.Nandita Dukkipati
2013-05-20ip_gre: fix a possible crash in ipgre_err()Eric Dumazet
2013-05-16tcp: gso: do not generate out of order packetsEric Dumazet
2013-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom
2013-05-14tcp: fix tcp_md5_hash_skb_data()Eric Dumazet
2013-05-11ipv4: ip_output: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov
2013-05-08gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar
2013-05-06fib_trie: no need to delay vfree()Al Viro
2013-05-06net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov
2013-05-05tcp: do not expire TCP fastopen cookiesEric Dumazet
2013-05-03vxlan: Fix TCPv6 segmentation.Pravin B Shelar
2013-05-03gre: Fix GREv4 TCPv6 segmentation.Pravin B Shelar
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds