summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2007-11-02Fix ipv6 redirect processing, leads to TAHI failures.Brian Haley1-4/+5
2007-11-02Fix some cases of missed IPV6 DADMitsuru Chinen1-3/+10
2007-09-26Fix ipv6 source address handling.Jiri Kosina1-1/+1
2007-09-26Fix IPV6 DAD handlingDenis V. Lunev1-1/+1
2007-09-26Fix ipv6 double-sock-release with MSG_CONFIRMYOSHIFUJI Hideaki1-2/+1
2007-09-26Fix IPV6 append OOPS.YOSHIFUJI Hideaki1-2/+3
2007-08-31TCP: Do not autobind ports for TCP socketsDavid Miller2-2/+1
2007-08-31IPv6: Invalid semicolon after if statementIlpo Jarvinen1-1/+1
2007-08-31IPV6: Fix kernel panic while send SCTP data with IP fragmentsWei Yongjun1-1/+1
2007-08-10Netfilter: Fix logging regressionPatrick McHardy1-4/+2
2007-08-10IPV6: /proc/net/anycast6 unbalanced inet6_dev refcntDavid Stevens1-0/+1
2007-08-10Fix TCP IPV6 MD5 bug.YOSHIFUJI Hideaki1-0/+1
2007-08-10Fix ipv6 tunnel endianness bug.Al Viro1-2/+2
2007-08-10Fix ipv6 link down handling.Vlad Yasevich1-0/+1
2007-08-10Fix error queue socket lookup in ipv6Dmitry Butskoy1-1/+1
2007-06-23[IPV6] NDISC: Fix thinko to control Router Preference support.YOSHIFUJI Hideaki1-1/+1
2007-06-15[IPV6] addrconf: Fix IPv6 on tuntap tunnelsHerbert Xu1-22/+11
2007-06-13[TCP]: Disable TSO if MD5SIG is enabled.David S. Miller1-0/+2
2007-06-08[UDP]: Revert 2-pass hashing changes.David S. Miller3-23/+2
2007-06-08[NETFILTER]: nf_conntrack: fix helper module unload racesPatrick McHarrdy1-2/+7
2007-06-08[NETLINK]: Mark netlink policies constPatrick McHardy3-3/+3
2007-06-04[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-25[XFRM]: Allow packet drops during larval state resolution.David S. Miller5-8/+87
2007-05-25[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-11[NETFILTER]: Clean up table initializationPatrick McHardy3-163/+55
2007-05-11[UDP]: Fix AF-specific references in AF-agnostic code.David S. Miller3-2/+23
2007-05-11[IPV6] ROUTE: Assign rt6i_idev for ip6_{prohibit,blk_hole}_entry.YOSHIFUJI Hideaki1-0/+4
2007-05-11[IPV6]: Do no rely on skb->dst before it is assigned.YOSHIFUJI Hideaki1-4/+12
2007-05-11[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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+1
2007-05-04[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-29[IPV6]: Fix slab corruption running ip6sicEric Sesterhenn1-1/+1
2007-04-29[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-26[IPV6] NDISC: Unify main process of sending ND messages.YOSHIFUJI Hideaki1-199/+84
2007-04-26[IPV6] XFRM: Use ip6addr_any where applicable.YOSHIFUJI Hideaki1-3/+1
2007-04-26[IPV6]: Export in6addr_any for future use.YOSHIFUJI Hideaki1-2/+0
2007-04-26[IPV6] SIT: Unify code path to get hash array index.YOSHIFUJI Hideaki1-14/+9
2007-04-26[IPV6]: Fix Makefile thinko.David S. Miller1-1/+1
2007-04-26[IPV6]: Consolidate common SNMP codeHerbert Xu4-139/+79
2007-04-26[IPV6] SNMP: Use put_unaligned() instead of memcpy().YOSHIFUJI Hideaki1-16/+10