summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-02-058-17/+44
|\
| * [NETFILTER]: Fix check whether dst_entry needs to be released after NATPatrick McHardy2006-02-041-2/+2
| * [NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unificationPatrick McHardy2006-02-041-3/+6
| * [NETFILTER]: Check policy length in policy match strict modePatrick McHardy2006-02-041-1/+1
| * [NETFILTER]: Fix possible overflow in netfilters do_replace()Kirill Korotaev2006-02-042-0/+14
| * [NETFILTER]: Fix missing src port initialization in tftp expectation maskPatrick McHardy2006-02-041-0/+1
| * [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_logPatrick McHardy2006-02-041-8/+12
| * [NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz'Holger Eitzenberger2006-02-041-1/+5
| * [NETFILTER]: ctnetlink: add MODULE_ALIAS for expectation subsystemPablo Neira Ayuso2006-02-041-0/+1
| * [NETFILTER]: ctnetlink: Fix subsystem used for expectation eventsMarcus Sundberg2006-02-041-1/+1
| * [ICMP]: Fix extra dst release when ip_options_echo failsHerbert Xu2006-02-041-1/+1
* | [PATCH] percpu data: only iterate over possible CPUsEric Dumazet2006-02-051-1/+1
|/
* [IPV4]: Remove suprious use of goto out: in icmp_replyHorms2006-02-021-2/+1
* [IPV4] multipath_wrandom: Fix softirq-unsafe spin lock usageHerbert Xu2006-02-021-4/+4
* [NET]: Do not export inet_bind_bucket_create twice.Sam Ravnborg2006-01-311-1/+0
* [IPV4]: Always set fl.proto in ip_route_newportsPatrick McHardy2006-01-311-1/+1
* Fix ipv4/igmp.c compile with gcc-4 and IP_MULTICASTLinus Torvalds2006-01-311-0/+1
* [TCP] H-TCP: Fix accountingBaruch Even2006-01-301-1/+0
* [IPV4] igmp: remove pointless printkDave Jones2006-01-301-1/+0
* [PATCH] EDAC: atomic scrub operationsAlan Cox2006-01-181-1/+1
* [IPV4]: Fix multiple bugs in IGMPv3David L Stevens2006-01-181-30/+122
* [IPV4]: RT_CACHE_STAT_INC() warning fixAndrew Morton2006-01-171-1/+2
* [IPV4]: rt_cache_stat can be statically definedEric Dumazet2006-01-171-10/+4
* [NETFILTER]: ip_conntrack_proto_gre.c needs linux/interrupt.hDavid S. Miller2006-01-171-0/+1
* [NETFILTER] Makefile cleanupYasuyuki Kozakai2006-01-171-1/+0
* [NETFILTER] ip[6]t_policy: Fix compilation warningsBenoit Boissinot2006-01-171-2/+5
* x86: Work around compiler code generation bug with -OsLinus Torvalds2006-01-141-3/+3
* [XFRM]: IPsec tunnel wildcard address supportPatrick McHardy2006-01-131-0/+15
* [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2006-01-1260-3995/+245
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-1111-0/+11
* [NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn2006-01-112-11/+10
* [NETFILTER]: ip_ct_proto_gre_fini() cannot be __exitDavid S. Miller2006-01-112-2/+5
* netfilter: headers included twiceNicolas Kaiser2006-01-113-3/+0
* [NETFILTER]: Fix timeout sysctls on big-endian 64bit architecturesPatrick McHardy2006-01-107-37/+37
* [NETFILTER]: Remove unused function from NAT protocol helpersPatrick McHardy2006-01-105-160/+0
* [NETFILTER]: Fix return value confusion in PPTP NAT helperPatrick McHardy2006-01-101-23/+13
* [NETFILTER]: Fix another crash in ip_nat_pptpPatrick McHardy2006-01-101-30/+27
* [NETFILTER]: Fix crash in ip_nat_pptpPatrick McHardy2006-01-101-1/+1
* [NETFILTER]: net/ipv[46]/netfilter.c cleanupsPatrick McHardy2006-01-102-12/+2
* [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn2006-01-101-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-01-091-2/+2
|\
| * spelling: s/trough/through/Adrian Bunk2006-01-101-2/+2
* | [INET_DIAG]: Introduce sk_diag_fillArnaldo Carvalho de Melo2006-01-091-10/+24
* | [INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_diag_fillArnaldo Carvalho de Melo2006-01-091-47/+111
* | [INET_DIAG]: whitespace/simple cleanupsArnaldo Carvalho de Melo2006-01-091-29/+28
* | [INET_DIAG]: Use inet_twsk() with TIME_WAIT socketsArnaldo Carvalho de Melo2006-01-091-3/+3
* | [IPV4]: ip_output.c needs xfrm.hPatrick McHardy2006-01-091-0/+1
* | [NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn2006-01-093-7/+4
* | [NET]: Convert net/{ipv4,ipv6,sched} to netdev_privPatrick McHardy2006-01-093-38/+35
|/
* [IPV4]: make ip_fragment() staticAdrian Bunk2006-01-071-2/+3
OpenPOWER on IntegriCloud