aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-10bonding / ipv6: no addrconf for slaves separately from masterJay Vosburgh1-0/+3
2007-06-22[IPV6] NDISC: Fix thinko to control Router Preference support.YOSHIFUJI Hideaki1-1/+1
2007-06-14[IPV6] addrconf: Fix IPv6 on tuntap tunnelsHerbert Xu1-22/+11
2007-06-12[TCP]: Disable TSO if MD5SIG is enabled.David S. Miller1-0/+2
2007-06-07[UDP]: Revert 2-pass hashing changes.David S. Miller3-23/+2
2007-06-07[NETFILTER]: nf_conntrack: fix helper module unload racesPatrick McHarrdy1-2/+7
2007-06-07[NETLINK]: Mark netlink policies constPatrick McHardy3-3/+3
2007-06-03[NET]: Fix comparisons of unsigned < 0.Bill Nottingham2-4/+2
2007-05-31[IPV6]: Fix build warning.David S. Miller1-1/+0
2007-05-31[IPSEC]: Fix panic when using inter address familiy IPsec on loopback.Kazunori MIYAZAWA2-4/+3
2007-05-31[IPV6] ROUTE: No longer handle ::/0 specially.YOSHIFUJI Hideaki1-8/+0
2007-05-31[IPSEC]: Fix IPv6 AH calculation in outboundKazunori MIYAZAWA1-1/+1
2007-05-24[XFRM]: Allow packet drops during larval state resolution.David S. Miller5-8/+87
2007-05-24[IPV6]: Ignore ipv6 events on non-IPV6 capable devices.Oliver Hartkopp1-10/+21
2007-05-14[IPV6]: Reverse sense of promisc tests in ip6_mc_inputCorey Mutter1-1/+1
2007-05-10[NETFILTER]: Clean up table initializationPatrick McHardy3-163/+55
2007-05-10[UDP]: Fix AF-specific references in AF-agnostic code.David S. Miller3-2/+23
2007-05-10[IPV6] ROUTE: Assign rt6i_idev for ip6_{prohibit,blk_hole}_entry.YOSHIFUJI Hideaki1-0/+4
2007-05-10[IPV6]: Do no rely on skb->dst before it is assigned.YOSHIFUJI Hideaki1-4/+12
2007-05-10[IPV6]: Send ICMPv6 error on scope violations.David L Stevens1-3/+10
2007-05-09Fix trivial typos in Kconfig* filesDavid Sterba1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+1
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov3-26/+34
2007-05-02kconfig: fix path to modules.txt in Kconfig helpAlexander E. Patrakov1-1/+1
2007-04-28[IPV6]: Fix slab corruption running ip6sicEric Sesterhenn1-1/+1
2007-04-28[IPV6]: Track device renames in snmp6.Stephen Hemminger2-2/+5
2007-04-27[IPV6]: Fix thinko in ipv6_rthdr_rcv() changes.YOSHIFUJI Hideaki1-0/+1
2007-04-26[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netMilind Arun Choudhary1-1/+1
2007-04-25[IPV6] NDISC: Unify main process of sending ND messages.YOSHIFUJI Hideaki1-199/+84
2007-04-25[IPV6] XFRM: Use ip6addr_any where applicable.YOSHIFUJI Hideaki1-3/+1
2007-04-25[IPV6]: Export in6addr_any for future use.YOSHIFUJI Hideaki1-2/+0
2007-04-25[IPV6] SIT: Unify code path to get hash array index.YOSHIFUJI Hideaki1-14/+9
2007-04-25[IPV6]: Fix Makefile thinko.David S. Miller1-1/+1
2007-04-25[IPV6]: Consolidate common SNMP codeHerbert Xu4-139/+79
2007-04-25[IPV6] SNMP: Use put_unaligned() instead of memcpy().YOSHIFUJI Hideaki1-16/+10
2007-04-25[IPV6] SNMP: Fix several warnings without procfs.YOSHIFUJI Hideaki2-2/+3
2007-04-25[IPV6] SNMP: Avoid unaligned accesses.YOSHIFUJI Hideaki1-6/+16
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger8-16/+20
2007-04-25[IPV6] SNMP: Export statistics via netlink without CONFIG_PROC_FS.YOSHIFUJI Hideaki1-6/+4
2007-04-25[IPV6] SNMP: Move some statistic bits to net/ipv6/proc.c.YOSHIFUJI Hideaki2-33/+30
2007-04-25[IPV6] SNMP: Netlink interface.YOSHIFUJI Hideaki2-5/+49
2007-04-25[INET]: Add IP(V6)_PMTUDISC_RPOBEJohn Heffner2-4/+13
2007-04-25[IPV6]: MTU discovery check in ip6_fragment()John Heffner1-0/+13
2007-04-25[RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy1-2/+0
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2007-04-25[NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloadingPatrick McHardy1-8/+4
2007-04-25[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu3-6/+5
2007-04-25[NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu1-0/+2
2007-04-25[XFRM]: Optimize MTU calculationPatrick McHardy1-10/+12