summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2006-11-05fix RARP ic_servaddr breakageAl Viro1-1/+1
2006-08-30ip_tables: fix table locking in ipt_do_tablePatrick McHardy2-2/+4
2006-08-26ulog: fix panic on SMP kernelsMark Huang1-0/+5
2006-07-01[PATCH] NETFILTER: SCTP conntrack: fix crash triggered by packet without chun...Patrick McHardy1-1/+1
2006-05-31[PATCH] NETFILTER: Fix small information leak in SO_ORIGINAL_DST (CVE-2006-1343)Marcel Holtmann2-0/+2
2006-05-22[PATCH] NETFILTER: SNMP NAT: fix memory corruption (CVE-2006-2444)Patrick McHardy1-8/+7
2006-05-21[PATCH] Netfilter: do_add_counters race, possible oops or info leak (CVE-2006...Chris Wright2-2/+2
2006-05-03[PATCH] NETFILTER: SCTP conntrack: fix infinite loop (CVE-2006-1527)Patrick McHardy1-4/+7
2006-04-24[PATCH] Fix truesize underflowHerbert Xu1-1/+3
2006-04-19[PATCH] ip_route_input panic fix (CVE-2006-1525)Stephen Hemminger1-1/+4
2006-04-18[PATCH] NETFILTER: Fix fragmentation issues with bridge netfilterPatrick McHardy1-3/+3
2006-04-07[PATCH] fib_trie.c node freeing fixDavid S. Miller1-6/+6
2006-04-07[PATCH] {ip, nf}_conntrack_netlink: fix expectation notifier unregistrationMartin Josefsson1-1/+1
2006-03-28[PATCH] TCP: Do not use inet->id of global tcp_socket when sending RST (CVE-2...Alexey Kuznetsov1-5/+1
2006-03-13[NETFILTER]: arp_tables: fix NULL pointer dereferencePatrick McHardy1-1/+1
2006-03-13[IPV4/6]: Fix UFO error propagationPatrick McHardy1-3/+4
2006-03-13[TCP]: tcp_highspeed: fix AIMD table out-of-bounds accessPatrick McHardy1-1/+1
2006-03-12[TCP]: Fix tcp_tso_should_defer() when limit>=65536David S. Miller1-0/+4
2006-03-08[NETFILTER] ip_queue: Fix wrong skb->len == nlmsg_len assumptionThomas Graf1-1/+1
2006-02-28[NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibilityPatrick McHardy1-1/+6
2006-02-28[IPSEC]: Kill post_input hook and do NAT-T in esp_input directlyHerbert Xu1-90/+38
2006-02-28[IPSEC] esp: Kill unnecessary block and indentationHerbert Xu1-44/+43
2006-02-24[IPSEC]: Use TOS when doing tunnel lookupsHerbert Xu1-1/+4
2006-02-24[IPV4]: Fix garbage collection of multipath route entriesSuresh Bhogavilli1-1/+1
2006-02-20[NETFILTER]: Fix outgoing redirects to loopbackPatrick McHardy1-11/+5
2006-02-20[NETFILTER]: Fix NAT PMTUD problemsPatrick McHardy1-9/+9
2006-02-16[NETFILTER]: nf_conntrack: move registration of __nf_ct_attachYasuyuki Kozakai1-5/+0
2006-02-16[XFRM]: Fix SNAT-related crash in xfrm4_output_finishPatrick McHardy4-11/+24
2006-02-15[NETFILTER]: Fix xfrm lookup after SNATPatrick McHardy2-3/+44
2006-02-14[IPV4] ICMP: Invert default for invalid icmp msgs sysctlDave Jones1-1/+1
2006-02-10[TCP]: rcvbuf lock when tcp_moderate_rcvbuf enabledJohn Heffner1-1/+2
2006-02-10[NETLINK]: illegal use of pid in rtnetlinkAlexey Kuznetsov2-2/+2
2006-02-08[PATCH] ipv4 NULL noise removalAl Viro1-1/+1
2006-02-08[PATCH] remove bogus asm/bug.h includes.Al Viro1-1/+0
2006-02-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-17/+44
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet1-1/+1
2006-02-05[NETFILTER]: Fix check whether dst_entry needs to be released after NATPatrick McHardy1-2/+2
2006-02-05[NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unificationPatrick McHardy1-3/+6
2006-02-05[NETFILTER]: Check policy length in policy match strict modePatrick McHardy1-1/+1
2006-02-05[NETFILTER]: Fix possible overflow in netfilters do_replace()Kirill Korotaev2-0/+14
2006-02-05[NETFILTER]: Fix missing src port initialization in tftp expectation maskPatrick McHardy1-0/+1
2006-02-05[NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_logPatrick McHardy1-8/+12
2006-02-05[NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz'Holger Eitzenberger1-1/+5
2006-02-05[NETFILTER]: ctnetlink: add MODULE_ALIAS for expectation subsystemPablo Neira Ayuso1-0/+1
2006-02-05[NETFILTER]: ctnetlink: Fix subsystem used for expectation eventsMarcus Sundberg1-1/+1
2006-02-05[ICMP]: Fix extra dst release when ip_options_echo failsHerbert Xu1-1/+1
2006-02-03[IPV4]: Remove suprious use of goto out: in icmp_replyHorms1-2/+1
2006-02-03[IPV4] multipath_wrandom: Fix softirq-unsafe spin lock usageHerbert Xu1-4/+4
2006-02-01[NET]: Do not export inet_bind_bucket_create twice.Sam Ravnborg1-1/+0
2006-02-01[IPV4]: Always set fl.proto in ip_route_newportsPatrick McHardy1-1/+1