summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* [IPV6]: Remove unneeded pointer idev from addrconf_cleanup().Micah Gruber2007-07-111-2/+1Star
* [IPV6]: Make IPV6_{RECV,2292}RTHDR boolean options.YOSHIFUJI Hideaki2007-07-111-6/+2Star
* [IPV6]: Do not send RH0 anymore.YOSHIFUJI Hideaki2007-07-114-102/+2Star
* [IPV6]: Restore semantics of Routing Header processing.YOSHIFUJI Hideaki2007-07-111-31/+16Star
* [NET]: Avoid copying writable clones in tunnel driversPatrick McHardy2007-07-112-3/+4
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-1111-223/+160Star
* [NETFILTER]: nf_conntrack: remove 'ignore_conntrack' argument from nf_conntra...Patrick McHardy2007-07-111-1/+1
* [NETFILTER]: nf_conntrack: remove old memory allocator of conntrackYasuyuki Kozakai2007-07-111-6/+0Star
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-1113-15/+15
* [NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik2007-07-112-13/+119
* [NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt2007-07-1110-40/+38Star
* [NETFILTER]: add some consts, remove some castsJan Engelhardt2007-07-118-21/+38
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-113-20/+20
* [NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt2007-07-118-27/+27
* [NETFILTER]: x_tables: switch xt_match->match to boolJan Engelhardt2007-07-1110-83/+80Star
* [NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt2007-07-1110-26/+26
* [NET]: IPV6 checksum offloading in network devicesStephen Hemminger2007-07-111-1/+1
* [XFRM]: Add module alias for transformation type.Masahide NAKAMURA2007-07-115-1/+6
* [IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA2007-07-1114-40/+77
* [IPV6] MIP6: Kill unnecessary ifdefs.Masahide NAKAMURA2007-07-112-6/+2Star
* bonding / ipv6: no addrconf for slaves separately from masterJay Vosburgh2007-07-101-0/+3
* [IPV6] NDISC: Fix thinko to control Router Preference support.YOSHIFUJI Hideaki2007-06-231-1/+1
* [IPV6] addrconf: Fix IPv6 on tuntap tunnelsHerbert Xu2007-06-141-22/+11Star
* [TCP]: Disable TSO if MD5SIG is enabled.David S. Miller2007-06-121-0/+2
* [UDP]: Revert 2-pass hashing changes.David S. Miller2007-06-073-23/+2Star
* [NETFILTER]: nf_conntrack: fix helper module unload racesPatrick McHarrdy2007-06-071-2/+7
* [NETLINK]: Mark netlink policies constPatrick McHardy2007-06-073-3/+3
* [NET]: Fix comparisons of unsigned < 0.Bill Nottingham2007-06-042-4/+2Star
* [IPV6]: Fix build warning.David S. Miller2007-05-311-1/+0Star
* [IPSEC]: Fix panic when using inter address familiy IPsec on loopback.Kazunori MIYAZAWA2007-05-312-4/+3Star
* [IPV6] ROUTE: No longer handle ::/0 specially.YOSHIFUJI Hideaki2007-05-311-8/+0Star
* [IPSEC]: Fix IPv6 AH calculation in outboundKazunori MIYAZAWA2007-05-311-1/+1
* [XFRM]: Allow packet drops during larval state resolution.David S. Miller2007-05-255-8/+87
* [IPV6]: Ignore ipv6 events on non-IPV6 capable devices.Oliver Hartkopp2007-05-251-10/+21
* [IPV6]: Reverse sense of promisc tests in ip6_mc_inputCorey Mutter2007-05-141-1/+1
* [NETFILTER]: Clean up table initializationPatrick McHardy2007-05-113-163/+55Star
* [UDP]: Fix AF-specific references in AF-agnostic code.David S. Miller2007-05-113-2/+23
* [IPV6] ROUTE: Assign rt6i_idev for ip6_{prohibit,blk_hole}_entry.YOSHIFUJI Hideaki2007-05-111-0/+4
* [IPV6]: Do no rely on skb->dst before it is assigned.YOSHIFUJI Hideaki2007-05-111-4/+12
* [IPV6]: Send ICMPv6 error on scope violations.David L Stevens2007-05-111-3/+10
* Fix trivial typos in Kconfig* filesDavid Sterba2007-05-091-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-05-061-1/+1
|\
| * kconfig: fix path to modules.txt in Kconfig helpAlexander E. Patrakov2007-05-021-1/+1
* | [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-043-26/+34
|/
* [IPV6]: Fix slab corruption running ip6sicEric Sesterhenn2007-04-291-1/+1
* [IPV6]: Track device renames in snmp6.Stephen Hemminger2007-04-292-2/+5
* [IPV6]: Fix thinko in ipv6_rthdr_rcv() changes.YOSHIFUJI Hideaki2007-04-271-0/+1
* [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netMilind Arun Choudhary2007-04-261-1/+1
* [IPV6] NDISC: Unify main process of sending ND messages.YOSHIFUJI Hideaki2007-04-261-199/+84Star