summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* [IPV6] NDISC: Fix thinko to control Router Preference support.YOSHIFUJI Hideaki2007-06-221-1/+1
* [IPV6] addrconf: Fix IPv6 on tuntap tunnelsHerbert Xu2007-06-141-22/+11
* [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/+2
* [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-032-4/+2
* [IPV6]: Fix build warning.David S. Miller2007-05-311-1/+0
* [IPSEC]: Fix panic when using inter address familiy IPsec on loopback.Kazunori MIYAZAWA2007-05-312-4/+3
* [IPV6] ROUTE: No longer handle ::/0 specially.YOSHIFUJI Hideaki2007-05-311-8/+0
* [IPSEC]: Fix IPv6 AH calculation in outboundKazunori MIYAZAWA2007-05-311-1/+1
* [XFRM]: Allow packet drops during larval state resolution.David S. Miller2007-05-245-8/+87
* [IPV6]: Ignore ipv6 events on non-IPV6 capable devices.Oliver Hartkopp2007-05-241-10/+21
* [IPV6]: Reverse sense of promisc tests in ip6_mc_inputCorey Mutter2007-05-141-1/+1
* [NETFILTER]: Clean up table initializationPatrick McHardy2007-05-103-163/+55
* [UDP]: Fix AF-specific references in AF-agnostic code.David S. Miller2007-05-103-2/+23
* [IPV6] ROUTE: Assign rt6i_idev for ip6_{prohibit,blk_hole}_entry.YOSHIFUJI Hideaki2007-05-101-0/+4
* [IPV6]: Do no rely on skb->dst before it is assigned.YOSHIFUJI Hideaki2007-05-101-4/+12
* [IPV6]: Send ICMPv6 error on scope violations.David L Stevens2007-05-101-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/+0
* 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-033-26/+34
|/
* [IPV6]: Fix slab corruption running ip6sicEric Sesterhenn2007-04-281-1/+1
* [IPV6]: Track device renames in snmp6.Stephen Hemminger2007-04-282-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-251-199/+84
* [IPV6] XFRM: Use ip6addr_any where applicable.YOSHIFUJI Hideaki2007-04-251-3/+1
* [IPV6]: Export in6addr_any for future use.YOSHIFUJI Hideaki2007-04-251-2/+0
* [IPV6] SIT: Unify code path to get hash array index.YOSHIFUJI Hideaki2007-04-251-14/+9
* [IPV6]: Fix Makefile thinko.David S. Miller2007-04-251-1/+1
* [IPV6]: Consolidate common SNMP codeHerbert Xu2007-04-254-139/+79
* [IPV6] SNMP: Use put_unaligned() instead of memcpy().YOSHIFUJI Hideaki2007-04-251-16/+10
* [IPV6] SNMP: Fix several warnings without procfs.YOSHIFUJI Hideaki2007-04-252-2/+3
* [IPV6] SNMP: Avoid unaligned accesses.YOSHIFUJI Hideaki2007-04-251-6/+16
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-258-16/+20
* [IPV6] SNMP: Export statistics via netlink without CONFIG_PROC_FS.YOSHIFUJI Hideaki2007-04-251-6/+4
* [IPV6] SNMP: Move some statistic bits to net/ipv6/proc.c.YOSHIFUJI Hideaki2007-04-252-33/+30
* [IPV6] SNMP: Netlink interface.YOSHIFUJI Hideaki2007-04-252-5/+49
* [INET]: Add IP(V6)_PMTUDISC_RPOBEJohn Heffner2007-04-252-4/+13
* [IPV6]: MTU discovery check in ip6_fragment()John Heffner2007-04-251-0/+13
* [RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy2007-04-251-2/+0
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-251-1/+1
* [NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloadingPatrick McHardy2007-04-251-8/+4
* [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu2007-04-253-6/+5
* [NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu2007-04-251-0/+2
* [XFRM]: Optimize MTU calculationPatrick McHardy2007-04-251-10/+12
* [XFRM]: esp: fix skb_tail_pointer conversion bugPatrick McHardy2007-04-251-1/+1
OpenPOWER on IntegriCloud