net: spread __net_init, __net_exit
[safe/jmp/linux-2.6] / net / ipv4 / igmp.c
2010-01-18 Alexey Dobriyannet: spread __net_init, __net_exit
2009-11-30 Joe Perchesnet: Move && and || to end of previous line
2009-11-14 Eric Dumazetigmp: Use next_net_device_rcu()
2009-11-11 stephen hemmingerIPV4: use rcu to walk list of devices in IGMP
2009-09-15 Moni Shouabonding: remap muticast addresses without using dev_clo...
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-06-03 Eric Dumazetnet: skb->rtable accessor
2009-06-02 Nivedita Singhviipv4: New multicast-all socket option
2008-12-26 Alexey Dobriyannetns: igmp: make /proc/net/{igmp,mcfilter} per netns
2008-11-03 Jianjun Kongnet: clean up net/ipv4/igmp.c
2008-10-14 Alan Coxnet: Rationalise email address: Network Specific Parts
2008-10-07 Rami Rosenipv4: add mc_count to in_device.
2008-08-13 Daniel Lezcanonetns: Fix crash by making igmp per namespace
2008-07-20 YOSHIFUJI Hideakinetns: Use net_eq() to compare net-namespaces for optim...
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-05-13 Johannes Bergnet: Allow netdevices to specify needed head/tailroom
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-06 Eric Dumazet[IPV4]: Add 'rtable' field in struct sk_buff to alias...
2008-02-29 Denis V. Lunev[NETNS]: Disable multicaststing configuration inside...
2008-02-10 Denis V. Lunev[IGMP]: Optimize kfree_skb in igmp_rcv.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_key.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_dev_find.
2008-01-28 Denis V. Lunev[NETNS]: Add netns parameter to inetdev_by_index.
2008-01-28 Stephen Hemminger[IPV4]: igmp sparse warnings
2008-01-28 Joe Perches[IPV4] net/ipv4: Use ipv4_is_<type>
2008-01-28 Pavel Emelyanov[IPV4]: Switch users of ipv4_devconf(_all) to use the...
2008-01-28 Herbert Xu[IPV4]: Add ip_local_out
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2007-10-10 Pavel Emelyanov[NET]: Make core networking code use seq_open_private
2007-10-10 Stephen Hemminger[NET]: sparse warning fixes
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-06-07 Herbert Xu[IPV4]: Convert IPv4 devconf to an array
2007-05-03 Pavel Emelianov[NET]: Rework dev_base via list_head (v3)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use the helpers to get the layer header...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: More skb_put related skb_reset_transport_header
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce igmp_hdr() & friends, remove skb...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Stephen Hemminger[NET]: make seq_operations const
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use skb_reset_network_header where the skb_p...
2007-03-13 Geert Uytterhoeven[IPV4]: Fix warning in ip_mc_rejoin_group.
2007-03-06 Jay Vosburghbonding: Improve IGMP join processing
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 7
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2007-02-08 Alexey Dobriyan[IPV4/IPV6] multicast: Check add_grhead() return value
2006-12-03 Al Viro[NET]: Annotate callers of csum_fold() in net/*
2006-09-29 Al Viro[IPV4]: trivial igmp annotations
2006-09-29 Al Viro[IPV4]: ip_mc_sf_allow() annotated
2006-09-29 Al Viro[IPV4]: struct ip_sf_list and struct ip_sf_socklist...
2006-09-29 Al Viro[IPV4]: ip_mc_{inc,dec}_group() annotations
2006-09-29 Al Viro[IPV4]: ip_check_mc() annotations
2006-09-22 Brian Haley[NET/IPV4/IPV6]: Change some sysctl variables to __read...
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-08-17 David L Stevens[MCAST]: Fix filter leak on device removal.
2006-08-17 Michal Ruzicka[IPV4]: Possible leak of multicast source filter sctructure
2006-07-21 Panagiotis Issaris[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-18 Alexey Dobriyan[IPV4] igmp: Fixup struct ip_mc_list::multiaddr type
2006-03-21 Stephen Hemminger[NET]: dev_put/dev_hold cleanup
2006-03-21 Stephen Hemminger[NET]: Convert RTNL to mutex.
2006-02-08 Al Viro[PATCH] ipv4 NULL noise removal
2006-01-31 Linus TorvaldsFix ipv4/igmp.c compile with gcc-4 and IP_MULTICAST
2006-01-31 Dave Jones[IPV4] igmp: remove pointless printk
2006-01-18 David L Stevens[IPV4]: Fix multiple bugs in IGMPv3
2006-01-12 Kris Katterjohn[NET]: Remove more unneeded typecasts on *malloc()
2006-01-03 Arnaldo Carvalho... [INET_SOCK]: Move struct inet_sock & helper functions...
2005-12-03 David Stevens[IGMP]: workaround for IGMP v1/v2 bug
2005-11-10 Herbert Xu[NET]: Detect hardware rx checksum faults correctly
2005-11-02 Yan Zheng[MCAST]: ip[6]_mc_add_src should be called when number...
2005-10-03 Herbert Xu[IPV4]: Replace __in_dev_get with __in_dev_get_rcu...
2005-09-15 Denis Lukianov[MCAST]: Fix MCAST_EXCLUDE line dupes
2005-08-29 Patrick McHardy[NET]: Make NETDEBUG pure printk wrappers
2005-07-09 David L Stevens[IPV4]: fix IPv4 leave-group group matching
2005-07-09 David L Stevens[IPV4]: (INCLUDE,empty)/leave-group equivalence for...
2005-07-09 David L Stevens[IPV4]: multicast API "join" issues
2005-07-09 David L Stevens[IPV4]: multicast API "join" issues
2005-07-09 David L Stevens[IPV4]: multicast API "join" issues
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2