aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-27net: missing bits of net-namespace / sysctlAl Viro2-0/+28
2008-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-6/+3
2008-07-27ipcomp: Fix warnings after ipcomp consolidation.David S. Miller1-3/+1
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-34/+39
2008-07-26netfilter: ip{,6}tables_security: fix future section mismatchAlexey Dobriyan1-1/+1
2008-07-26syncookies: Make sure ECN is disabledFlorian Westphal1-0/+1
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen10-33/+37
2008-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-295/+7
2008-07-25list_for_each_rcu must die: networkingPaul E. McKenney1-6/+3
2008-07-25ipsec: ipcomp - Merge IPComp implementationsHerbert Xu2-295/+7
2008-07-23netfilter: make security table depend on NETFILTER_ADVANCEDPatrick McHardy1-1/+1
2008-07-22ipv6: icmp6_dst_gc return changeStephen Hemminger2-8/+5
2008-07-22ipv6: use kcallocStephen Hemminger1-3/+3
2008-07-22ipv6: use spin_trylock_bhStephen Hemminger1-3/+1
2008-07-22ipv6: use round_jiffiesStephen Hemminger1-2/+3
2008-07-22netns: dont alloc ipv6 fib timer listStephen Hemminger1-27/+13
2008-07-22ipv6: make struct ipv6_devconf staticAdrian Bunk1-1/+1
2008-07-21ipv6: use timer pendingStephen Hemminger1-6/+6
2008-07-20ipv6: Fix warning in addrconf code.David Miller1-2/+1
2008-07-19ipv6 mcast: Omit redundant address family checks in ip6_mc_source().YOSHIFUJI Hideaki1-4/+0
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki9-16/+21
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki3-3/+3
2008-07-19ipv6: remove unused parameter from ip6_ra_controlDenis V. Lunev2-6/+3
2008-07-19tcp: Fix MD5 signatures for non-linear skbsAdam Langley1-44/+83
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov2-27/+3
2008-07-18proc: consolidate per-net single_open callersPavel Emelyanov2-42/+3
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov3-10/+10
2008-07-16inet: prepare net on the stack for NET accounting macrosPavel Emelyanov1-1/+2
2008-07-16mib: add net to TCP_INC_STATS_BHPavel Emelyanov1-7/+7
2008-07-16inet: prepare struct net for TCP MIB accountingPavel Emelyanov1-1/+2
2008-07-14ipv6: Fix using after dev_put()Wang Chen1-3/+5
2008-07-14ipv6: Check return of dev_set_allmultiWang Chen1-2/+9
2008-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-07-10ipv6: missed namespace context in ipv6_rthdr_rcvDenis V. Lunev1-1/+1
2008-07-08pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.David S. Miller1-3/+2
2008-07-08netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller1-1/+2
2008-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-07-08ipv6: fix race between ipv6_del_addr and DAD timerAndrey Vagin1-2/+2
2008-07-08netfilter: ip6table_filter in netns for realAlexey Dobriyan1-9/+22
2008-07-08netfilter: use correct namespace in ip6table_securityAlexey Dobriyan1-3/+3
2008-07-05MIB: add struct net to UDP6_INC_STATS_BHPavel Emelyanov1-6/+7
2008-07-05MIB: add struct net to UDP6_INC_STATS_USERPavel Emelyanov1-4/+7
2008-07-03ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs.YOSHIFUJI Hideaki1-8/+0
2008-07-03ipv6: Do cleanup for ip6_mr_init.Wang Chen2-6/+43
2008-07-03ipv6 route: Prefer outgoing interface with source address assigned.YOSHIFUJI Hideaki1-4/+16
2008-07-03ipv6 addrconf: add accept_dad sysctl to control DAD operation.YOSHIFUJI Hideaki1-0/+35
2008-07-03ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki3-1/+20
2008-07-03ipv6: Assume the loopback address in link-local scope.YOSHIFUJI Hideaki1-1/+1
2008-07-03ipv6: Do not forward packets with the unspecified source address.YOSHIFUJI Hideaki1-1/+2
2008-07-03ipv6: Do not assign non-valid address on interface.YOSHIFUJI Hideaki1-0/+7