aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/mcast.c
Commit message (Expand)AuthorAgeFilesLines
...
* | net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
|/
* net: Allow netdevices to specify needed head/tailroomJohannes Berg2008-05-121-2/+2
* [IPV6]: Use in6addr_any where appropriate.YOSHIFUJI Hideaki2008-04-121-8/+11
* [IPV6]: Define constants for link-local multicast addresses.YOSHIFUJI Hideaki2008-04-121-15/+8
* [IPV6]: Make address arguments const.YOSHIFUJI Hideaki2008-04-121-11/+9
* [IPV6]: Simplify IPv6 control sockets creation.Denis V. Lunev2008-04-031-13/+6
* [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-6/+6
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-3/+3
* [NETNS][IPV6] mcast - fix compilation warning when procfs is not compiled inDaniel Lezcano2008-03-211-15/+38
* [NETNS][IPV6] mcast - handle several network namespaceDaniel Lezcano2008-03-071-38/+78
* [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookupDaniel Lezcano2008-03-041-2/+2
* [IPV6] MCAST: Use standard path for sending MLD/MLDv2 messages.YOSHIFUJI Hideaki2008-03-041-21/+45
* [INET]: Remove struct net_proto_family* from _init calls.Denis V. Lunev2008-02-291-1/+1
* [NET]: Add some acquires/releases sparse annotations.Eric Dumazet2008-01-281-0/+4
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-3/+3
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-9/+5
* [NET]: Make core networking code use seq_open_privatePavel Emelyanov2007-10-101-36/+4
* [NET]: sparse warning fixesStephen Hemminger2007-10-101-2/+2
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-101-10/+5
* [IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]David L Stevens2007-10-101-7/+5
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-6/+6
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-4/+5
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-101-2/+2
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-031-8/+7
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-3/+3
* [SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: More skb_put related skb_reset_transport_headerArnaldo Carvalho de Melo2007-04-251-2/+3
* [SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-7/+9
* [ICMP6]: Introduce icmp6_hdr()Arnaldo Carvalho de Melo2007-04-251-3/+3
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-8/+7
* [IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support.Neil Horman2007-04-251-2/+2
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-2/+2
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-18/+18
* [IPV4/IPV6] multicast: Check add_grhead() return valueAlexey Dobriyan2007-02-081-0/+2
* [IPV6] MCAST: Fix joining all-node multicast group on device initialization.YOSHIFUJI Hideaki2007-01-231-6/+0
* [NET]: annotate csum_ipv6_magic() callers in net/*Al Viro2006-12-021-2/+2
* [IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki2006-12-021-7/+13
* [IPV6]: annotate ipv6 mcastAl Viro2006-12-021-6/+6
* [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley2006-09-221-1/+1
* [MCAST]: Fix filter leak on device removal.David L Stevens2006-08-171-4/+6
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [IPV6]: Nearly complete kzalloc cleanup for net/ipv6Ingo Oeser2006-03-201-10/+7
* [PATCH] net/ipv6/mcast.c NULL noise removalAl Viro2006-02-071-1/+1
* [IPV6] MLDv2: fix change records when transitioning to/from inactiveDavid L Stevens2006-01-241-9/+47
* [IPV6]: Preserve procfs IPV6 address output formatYOSHIFUJI Hideaki2006-01-171-3/+3
* [NET]: Use NIP6_FMT in kernel.hJoe Perches2006-01-131-6/+3
* [NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn2006-01-111-6/+5
* [IPV6]: Use macro for rwlock_t initialization.YOSHIFUJI Hideaki2006-01-041-1/+1
* [IPV6] mcast: Fix multiple issues in MLDv2 reports.David L Stevens2005-12-271-30/+110