summaryrefslogtreecommitdiffstats
path: root/net/sctp/protocol.c
Commit message (Expand)AuthorAgeFilesLines
...
* | [SCTP]: Use inet_ctl_sock_create for control socket creation.Denis V. Lunev2008-04-031-5/+2
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-211-45/+84
|\ \ | |/
| * [SCTP]: Fix a race between module load and protosw accessVlad Yasevich2008-03-201-45/+84
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-181-6/+8
|\ \ | |/
| * [NET] endianness noise: INADDR_ANYAl Viro2008-03-171-5/+5
| * [SCTP]: Fix local_addr deletions during list traversals.Chidambar 'ilLogict' Zinnoury2008-03-111-1/+3
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-2/+2
* | [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-051-4/+4
* | [NETNS]: Disable inetaddr notifiers in namespaces other than initial.Denis V. Lunev2008-02-281-0/+3
|/
* [SCTP]: Clean up naming conventions of sctp protocol/address family registrationNeil Horman2008-02-281-6/+6
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-4/+4
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-281-2/+2
* [NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman2008-01-281-1/+1
* [NET] CORE: Introducing new memory accounting interface.Hideo Aoki2008-01-281-1/+1
* [SCTP]: Change use_as_src into a full address stateVlad Yasevich2008-01-281-4/+4
* [IPV4] sctp: Use ipv4_is_<type>Joe Perches2008-01-281-5/+7
* SCTP: Convert custom hash lists to use hlist.Vlad Yasevich2007-11-091-3/+3
* SCTP: Allow ADD_IP to work with AUTH for backward compatibility.Vlad Yasevich2007-11-071-0/+1
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+2
* Remove "unsafe" from module structRusty Russell2007-10-171-1/+0
* [SCTP]: port randomizationStephen Hemminger2007-10-101-3/+0
* [SCTP]: Implement SCTP-AUTH initializations.Vlad Yasevich2007-10-101-0/+3
* [SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.cVlad Yasevich2007-10-101-3/+3
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+1
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-1/+1
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-2/+3
* [SCTP]: Rewrite of sctp buffer management codeNeil Horman2007-10-101-0/+32
* [SCTP]: Convert bind_addr_list locking to RCUVlad Yasevich2007-09-161-15/+10
* [SCTP]: Add RCU synchronization around sctp_localaddr_listVlad Yasevich2007-09-161-15/+39
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* [SCTP]: Re-order SCTP initializations to avoid race with sctp_rcv()Sridhar Samudrala2007-05-041-32/+47
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-031-1/+1
* [SCTP]: Implement SCTP_MAX_BURST socket option.Vlad Yasevich2007-04-251-1/+1
* [SCTP]: Introduce sctp_hdr()Arnaldo Carvalho de Melo2007-04-251-6/+4
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-4/+4
* [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-12/+12
* [TCP]: Restore SKB socket owner setting in tcp_transmit_skb().David S. Miller2007-01-261-1/+1
* [SCTP]: make 2 functions staticAdrian Bunk2006-12-221-2/+2
* [SCTP]: Enable auto loading of SCTP when creating an ipv6 SCTP socket.Sridhar Samudrala2006-12-131-0/+1
* [SCTP]: Handle address add/delete events in a more efficient way.Sridhar Samudrala2006-12-131-37/+32
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [SCTP]: Annotate ->supported_addrs().Al Viro2006-12-021-1/+1
* [SCTP]: Annotate ->inaddr_any().Al Viro2006-12-021-1/+1
* [SCTP]: Don't bother setting sin_port in ->from_sk().Al Viro2006-12-021-1/+1
* [SCTP]: ->a_h is gone now.Al Viro2006-12-021-1/+0
* [SCTP]: Trivial parts of a_h -> a switch.Al Viro2006-12-021-5/+5
* [SCTP]: ->get_saddr() switched to net-endian.Al Viro2006-12-021-1/+1
* [SCTP]: Switch ->from_addr_param() to net-endian.Al Viro2006-12-021-1/+1
OpenPOWER on IntegriCloud