kernel-hacking-2024-linux-s.../net/sctp
Eric W. Biederman 4db67e8086 sctp: Make the address lists per network namespace
- Move the address lists into struct net
- Add per network namespace initialization and cleanup
- Pass around struct net so it is everywhere I need it.
- Rename all of the global variable references into references
  to the variables moved into struct net

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-08-14 23:12:17 -07:00
..
associola.c sctp: Make the address lists per network namespace 2012-08-14 23:12:17 -07:00
auth.c
bind_addr.c sctp: Make the address lists per network namespace 2012-08-14 23:12:17 -07:00
chunk.c
command.c
debug.c
endpointola.c sctp: Make the association hashtable handle multiple network namespaces 2012-08-14 22:44:12 -07:00
input.c sctp: Make the association hashtable handle multiple network namespaces 2012-08-14 22:44:12 -07:00
inqueue.c
ipv6.c sctp: Make the address lists per network namespace 2012-08-14 23:12:17 -07:00
Kconfig
Makefile
objcnt.c
output.c sctp: Adjust PMTU updates to accomodate route invalidation. 2012-07-16 03:57:14 -07:00
outqueue.c sctp: Implement quick failover draft from tsvwg 2012-07-22 12:13:46 -07:00
primitive.c
probe.c
proc.c
protocol.c sctp: Make the address lists per network namespace 2012-08-14 23:12:17 -07:00
sm_make_chunk.c sctp: fix sparse warning for sctp_init_cause_fixed 2012-07-16 23:23:52 -07:00
sm_sideeffect.c sctp: Implement quick failover draft from tsvwg 2012-07-22 12:13:46 -07:00
sm_statefuns.c
sm_statetable.c
socket.c sctp: Make the address lists per network namespace 2012-08-14 23:12:17 -07:00
ssnmap.c
sysctl.c sctp: Implement quick failover draft from tsvwg 2012-07-22 12:13:46 -07:00
transport.c Merge branch 'kill_rtcache' 2012-07-22 17:04:15 -07:00
tsnmap.c
ulpevent.c netvm: prevent a stream-specific deadlock 2012-07-31 18:42:47 -07:00
ulpqueue.c