summaryrefslogtreecommitdiffstats
path: root/net/atm/mpoa_caches.c
Commit message (Collapse)AuthorAgeFilesLines
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-311-7/+11
| | | | | | | | Using NIPQUAD() with NIPQUAD_FMT, %d.%d.%d.%d or %u.%u.%u.%u can be replaced with %pI4 Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* [NET] ATM: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-2/+2
| | | | | Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
* [ATM]: Use kmemdup & kzalloc where applicableArnaldo Carvalho de Melo2006-12-031-4/+2Star
| | | | Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
* [ATM]: Annotations.Al Viro2006-12-031-7/+7
| | | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
* [ATM]: use NIPQUAD instead of open-coding itAl Viro2006-09-291-9/+3Star
| | | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
* [ATM]: fix broken uses of NIPQUAD in net/atmAl Viro2006-06-201-8/+4Star
| | | | | | | | NIPQUAD expects an l-value of type __be32, _NOT_ a pointer to __be32. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+576
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!