summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2013-08-11sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar1-1/+5
2013-07-28ipv4: set transport header earlierEric Dumazet1-4/+3
2013-07-28gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck1-1/+1
2013-07-28ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa1-1/+2
2013-07-28ipip: fix a regression in ioctlCong Wang1-5/+7
2013-07-28ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar1-43/+54
2013-07-28vti: remove duplicated code to fix a memory leakCong Wang1-7/+0
2013-07-28gre: fix a regression in ioctlCong Wang1-4/+5
2013-06-25gre: 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-19ipv4: 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-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+4
2013-05-27ipv4: fix redirect handling for TCP packetsMichal Kubecek1-1/+6
2013-05-25ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet1-1/+1
2013-05-23tcp: 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-16tcp: gso: do not generate out of order packetsEric Dumazet1-1/+21
2013-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-5/+8
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom1-5/+8
2013-05-14tcp: fix tcp_md5_hash_skb_data()Eric Dumazet1-2/+5
2013-05-11ipv4: ip_output: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov1-1/+1
2013-05-08gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar2-10/+2
2013-05-06fib_trie: no need to delay vfree()Al Viro1-11/+2
2013-05-06net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov1-0/+1
2013-05-05tcp: do not expire TCP fastopen cookiesEric Dumazet1-6/+9
2013-05-03vxlan: Fix TCPv6 segmentation.Pravin B Shelar1-1/+6
2013-05-03gre: Fix GREv4 TCPv6 segmentation.Pravin B Shelar2-1/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-7/+7
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-2/+2
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-04-29tcp: reset timer after any SYNACK retransmitYuchung Cheng1-1/+6
2013-04-29net: Add MIB counters for checksum errorsEric Dumazet7-12/+35
2013-04-29net: defer net_secret[] initializationEric Dumazet1-1/+4
2013-04-25net: ipv4: typo issue, remove erroneous semicolonChen Gang1-1/+1
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-61/+104
2013-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller14-17/+45
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy2-5/+5
2013-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+7
2013-04-19tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet1-33/+31
2013-04-19netfilter: xt_rpfilter: depend on raw or mangle tableFlorian Westphal1-1/+1
2013-04-19netfilter: xt_rpfilter: skip locally generated broadcast/multicast, tooFlorian Westphal1-1/+7
2013-04-18tcp: introduce TCPSpuriousRtxHostQueues SNMP counterEric Dumazet2-0/+8
2013-04-18netfilter: add my copyright statementsPatrick McHardy11-1/+19
2013-04-17net: drop dst before queueing fragmentsEric Dumazet1-4/+10
2013-04-15esp4: fix error return code in esp_output()Wei Yongjun1-3/+3