netns xfrm: ipcomp support
[safe/jmp/linux-2.6] / net / ipv4 / ipmr.c
2009-11-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-14 Dan Carpenteripmr: missing dev_put() on error path in vif_add()
2009-10-29 Eric Dumazetipmr: Optimize multiple unregistration
2009-10-19 Eric Dumazetinet: rename some inet_sock fields
2009-10-07 Ilia Kadd vif using local interface index instead of IP
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-15 Alexey Dobriyannet: constify struct net_protocol
2009-09-01 Stephen Hemmingernetdev: convert pseudo-devices to netdev_tx_t
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-06-14 Tom GoffPIM-SM: namespace changes
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-06-03 Eric Dumazetnet: skb->rtable accessor
2009-02-07 Ilpo Järvinenipmr: use goto to common label instead of opencoding
2009-01-22 Benjamin Therynetns: ipmr: enable namespace support in ipv4 multicast...
2009-01-22 Benjamin Therynetns: ipmr: declare ipmr /proc/net entries per-namespace
2009-01-22 Benjamin Therynetns: ipmr: declare reg_vif_num per-namespace
2009-01-22 Benjamin Therynetns: ipmr: declare mroute_do_assert and mroute_do_pim...
2009-01-22 Benjamin Therynetns: ipmr: declare counter cache_resolve_queue_len...
2009-01-22 Benjamin Therynetns: ipmr: dynamically allocate mfc_cache_array
2009-01-22 Benjamin Therynetns: ipmr: store netns in struct mfc_cache
2009-01-22 Benjamin Therynetns: ipmr: dynamically allocate vif_table
2009-01-22 Benjamin Therynetns: ipmr: allocate mroute_socket per-namespace.
2008-12-16 Ilpo Järvinenipmr: merge common code
2008-12-04 Benjamin Therynet: /proc/net/ip_mr_cache, display Iif as a signed...
2008-12-04 Benjamin Therynet: fix /proc/net/ip_mr_cache display - V2
2008-11-21 Stephen Hemmingeripmr: convert ipmr virtual interface to net_device_ops
2008-11-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-20 Stephen Hemmingerip: convert to net_device_ops for ioctl
2008-11-19 Benjamin Therynet: fix ip_mr_init() error path
2008-11-03 Jianjun Kongnet: clean up net/ipv4/ipmr.c
2008-10-14 Alan Coxnet: Rationalise email address: Network Specific Parts
2008-07-20 YOSHIFUJI Hideakinetns: Use net_eq() to compare net-namespaces for optim...
2008-07-17 Pavel Emelyanovmib: add net to IP_INC_STATS_BH
2008-07-15 Wang Chenipv4: Fix ipmr unregister device oops
2008-07-15 Wang Chenipv4: Check return of dev_set_allmulti
2008-07-03 Wang Chenipv4: Do cleanup for ip_mr_init
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-05-21 Pavel Emelyanovipmr: Use on-device stats instead of private ones.
2008-05-21 Pavel Emelyanovipmr: Ipip tunnel uses on-device stats.
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-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 Stephen Hemminger[IPV4]: ipmr 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 Denis V. Lunev[NET]: Make rtnetlink infrastructure network namespace...
2008-01-28 Patrick McHardy[NETFILTER]: Introduce NF_INET_ hook values
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 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make device event notification network namespace...
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-06-07 Herbert Xu[IPV4]: Restore old behaviour of default config values
2007-06-07 Herbert Xu[IPV4]: Convert IPv4 devconf to an array
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
2007-04-26 Arnaldo Carvalho... [NETLINK]: Use nlmsg_trim() where appropriate
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]: Some more layer header conversions
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 skb_reset_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [IPMR]: Fix bug introduced when converting to skb_netwo...
2007-04-26 Arnaldo Carvalho... [IP]: Introduce ip_hdrlen()
2007-04-26 Arnaldo Carvalho... [SK_BUFF] ipmr: Missed one conversion to skb_network_he...
2007-04-26 Stephen Hemminger[NET]: make seq_operations const
2007-04-26 Arnaldo Carvalho... [SK_BUFF] ipmr: Another skb_push related conversion...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use skb_reset_network_header after skb_push
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Some more simple skb_reset_network_header...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use skb_reset_network_header in skb_push...
2007-04-26 Stephen Hemminger[IPV4]: cleanup
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 7
2007-02-11 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2007-02-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-03 Al Viro[NET]: Annotate callers of csum_fold() in net/*
2006-09-29 Al Viro[IPV4]: mroute annotations
2006-09-22 Alexey Dobriyan[NET]: Use SLAB_PANIC
2006-09-22 Thomas Graf[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts
2006-07-25 Alexey Kuznetsov[IPV4] ipmr: ip multicast route bug fix.
2006-07-21 Herbert Xu[IPV4]: Get rid of redundant IPCB->opts initialisation
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-03-21 Stephen Hemminger[NET]: dev_put/dev_hold cleanup
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-09 Patrick McHardy[NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv
2006-01-06 Kris Katterjohn[NET]: Change 1500 to ETH_DATA_LEN in some files
2006-01-03 Arnaldo Carvalho... [INET_SOCK]: Move struct inet_sock & helper functions...
2005-10-03 Herbert Xu[IPV4]: Replace __in_dev_get with __in_dev_get_rcu...
2005-08-29 Eric Dumazet[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_...
2005-07-31 Baruch Even[NET]: Spelling mistakes threshoulds -> thresholds
2005-06-28 Patrick McHardy[NETLINK]: Missing initializations in dumped data
2005-06-21 Patrick McHardy[NETFILTER]: Drop conntrack reference in ip_call_ra_cha...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2