nfsd: simplify fh_verify access checks
[safe/jmp/linux-2.6] / net / sctp / protocol.c
2009-09-22 Jan Beulichmm: replace various uses of num_physpages by totalram_pages
2009-09-15 Alexey Dobriyannet: constify struct net_protocol
2009-09-04 Bhaskar Duttasctp: Sysctl configuration for IPv4 Address Scoping
2009-08-10 Rafael Laufersctp: fix missing destroy of percpu counter variable...
2009-06-10 Jesper Dangaard... sctp: protocol.c call rcu_barrier() on unload.
2009-06-03 Eric Dumazetnet: skb->rtable accessor
2009-03-30 Alexey Dobriyanproc 2/2: remove struct proc_dir_entry::owner
2009-03-05 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-04 Brian HaleySCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6...
2009-03-03 Vlad Yasevichsctp: fix crash during module unload
2009-02-16 Vlad Yasevichsctp: Inherit all socket options from parent correctly.
2009-02-16 Lucas Nussbaumsctp: Allow to disable SCTP checksums via module parameter
2008-11-27 Randy Dunlapsctp: fix missing label when PROC_FS=n
2008-11-26 Eric Dumazetnet: Use a percpu_counter for sockets_allocated
2008-10-31 Harvey Harrisonnet: replace NIPQUAD() in net/*/
2008-08-04 Herbert Xusctp: Drop ipfargok in sctp_xmit function
2008-07-20 YOSHIFUJI Hideakinetns: Use net_eq() to compare net-namespaces for optim...
2008-07-19 Vlad Yasevichsctp: Update sctp global memory limit allocations.
2008-07-19 Vlad Yasevichsctp: Support ipv6only AF_INET6 sockets.
2008-07-19 Florian Westphalsctp: Don't abort initialization when CONFIG_PROC_FS=n
2008-06-17 Pavel Emelyanovsctp: fix error path in sctp_proc_init
2008-06-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-16 Wei Yongjunsctp: Correctly cleanup procfs entries upon failure.
2008-06-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-04 Vlad Yasevichsctp: Fix ECN markings for IPv6
2008-06-04 Gui Jianfengsctp: Move sctp_v4_dst_saddr out of loop
2008-06-04 YOSHIFUJI Hideaki[SCTP]: Fix NULL dereference of asoc.
2008-05-09 Neil Hormansctp: add sctp/remaddr table to complete RFC remote...
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-13 Pavel Emelyanov[SCTP]: IPv4 vs IPv6 addresses mess in sctp_inet[6...
2008-04-10 YOSHIFUJI Hideaki[SCTP]: Use snmp_mib_{init,free}().
2008-04-03 Denis V. Lunev[NETNS]: Inet control socket should not hold a namespace.
2008-04-03 Denis V. Lunev[INET]: Let inet_ctl_sock_create return sock rather...
2008-04-03 Denis V. Lunev[SCTP]: Replace socket with sock for SCTP control socket.
2008-04-03 Denis V. Lunev[SCTP]: Use inet_ctl_sock_create for control socket...
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-21 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-20 Vlad Yasevich[SCTP]: Fix a race between module load and protosw...
2008-03-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-18 Al Viro[NET] endianness noise: INADDR_ANY
2008-03-12 Chidambar 'ilLogic... [SCTP]: Fix local_addr deletions during list traversals.
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-03-06 Eric Dumazet[IPV4]: Add 'rtable' field in struct sk_buff to alias...
2008-02-29 Denis V. Lunev[NETNS]: Disable inetaddr notifiers in namespaces other...
2008-02-28 Neil Horman[SCTP]: Clean up naming conventions of sctp protocol...
2008-02-05 Vlad Yasevich[SCTP]: Stop claiming that this is a "reference impleme...
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_key.
2008-01-28 Eric W. Biederman[NETNS]: Add netns parameter to inet_(dev_)add_type.
2008-01-28 Hideo Aoki[NET] CORE: Introducing new memory accounting interface.
2008-01-28 Vlad Yasevich[SCTP]: Change use_as_src into a full address state
2008-01-28 Joe Perches[IPV4] sctp: Use ipv4_is_<type>
2007-11-09 Vlad YasevichSCTP: Convert custom hash lists to use hlist.
2007-11-07 Vlad YasevichSCTP: Allow ADD_IP to work with AUTH for backward compa...
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-17 Rusty RussellRemove "unsafe" from module struct
2007-10-11 Stephen Hemminger[SCTP]: port randomization
2007-10-10 Vlad Yasevich[SCTP]: Implement SCTP-AUTH initializations.
2007-10-10 Vlad Yasevich[SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.c
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-10-10 Neil Horman[SCTP]: Rewrite of sctp buffer management code
2007-09-16 Vlad Yasevich[SCTP]: Convert bind_addr_list locking to RCU
2007-09-16 Vlad Yasevich[SCTP]: Add RCU synchronization around sctp_localaddr_list
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-05-04 Sridhar Samudrala[SCTP]: Re-order SCTP initializations to avoid race...
2007-05-03 Pavel Emelianov[NET]: Rework dev_base via list_head (v3)
2007-04-26 Vlad Yasevich[SCTP]: Implement SCTP_MAX_BURST socket option.
2007-04-26 Arnaldo Carvalho... [SCTP]: Introduce sctp_hdr()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-02-11 YOSHIFUJI Hideaki[NET] SCTP: Fix whitespace errors.
2007-01-26 David S. Miller[TCP]: Restore SKB socket owner setting in tcp_transmit...
2006-12-22 Adrian Bunk[SCTP]: make 2 functions static
2006-12-14 Sridhar Samudrala[SCTP]: Enable auto loading of SCTP when creating an...
2006-12-14 Sridhar Samudrala[SCTP]: Handle address add/delete events in a more...
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-03 Al Viro[SCTP]: Annotate ->supported_addrs().
2006-12-03 Al Viro[SCTP]: Annotate ->inaddr_any().
2006-12-03 Al Viro[SCTP]: Don't bother setting sin_port in ->from_sk().
2006-12-03 Al Viro[SCTP]: ->a_h is gone now.
2006-12-03 Al Viro[SCTP]: Trivial parts of a_h -> a switch.
2006-12-03 Al Viro[SCTP]: ->get_saddr() switched to net-endian.
2006-12-03 Al Viro[SCTP]: Switch ->from_addr_param() to net-endian.
2006-12-03 Al Viro[SCTP]: Switch sctp_add_bind_addr() to net-endian.
2006-12-03 Al Viro[SCTP]: Switch ->from_skb() to net-endian.
2006-12-03 Al Viro[SCTP]: Annotate ->dst_saddr()
2006-12-03 Al Viro[SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact...
2006-12-03 Al Viro[SCTP] embedded sctp_addr: net-endian mirrors
2006-12-03 Al Viro[SCTP]: Beginning of conversion to net-endian for embed...
2006-12-03 Al Viro[SCTP]: Trivial sctp endianness annotations.
2006-12-03 David S. Miller[TCP]: Don't set SKB owner in tcp_transmit_skb().
2006-10-31 Vlad Yasevich[SCTP]: Correctly set IP id for SCTP traffic
2006-09-22 Adrian Bunk[SCTP]: Cleanups
2006-09-22 Brian Haley[SCTP]: Change globals to __read_mostly
2006-09-22 Vladislav Yasevich[SCTP]: Remove multiple levels of msecs to jiffies...
2006-07-21 Sridhar Samudrala[SCTP]: ADDIP: Don't use an address as source until...
2006-06-18 Vlad Yasevich[SCTP]: Reject sctp packets with broadcast addresses.
2006-03-21 Arnaldo Carvalho... [NET]: Identation & other cleanups related to compat_...
2006-03-21 Dmitry Mishin[NET]: {get|set}sockopt compatibility layer
next