Commit Graph

2470 Commits (0b77f5bfb45c13e1e5142374f9d6ca75292252a4)

Author SHA1 Message Date
Evgeniy Polyakov 9ae27e0adb tcp: Fix slab corruption with ipv6 and tcp6fuzz 17 years ago
David L Stevens dae5029548 ipv4/ipv6 compat: Fix SSM applications on 64bit kernels. 17 years ago
Tom Quetchenbach 8d390efd90 tcp: tcp_probe buffer overflow and incorrect return value 17 years ago
Pavel Emelyanov 5e659e4cb0 [NET]: Fix heavy stack usage in seq_file output routines. 17 years ago
Arnd Hannemann d7ee147d4f tcp: Make use of before macro in tcp_input.c 17 years ago
YOSHIFUJI Hideaki f25c3d613b [IPV4]: Convert do_gettimeofday() to getnstimeofday(). 17 years ago
Adrian Bunk 263173af5b [IPV4]: Make icmp_sk_init() static. 17 years ago
Satoru SATOH 1f29b0584d tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.c 17 years ago
Patrick McHardy 4e9d8a70e4 netfilter: Fix SCTP nat build. 17 years ago
Matthew Wilcox 5f090dcb4d net: Remove unnecessary inclusions of asm/semaphore.h 17 years ago
Pavel Emelyanov 53083773dc [INET]: Uninline the __inet_inherit_port call. 17 years ago
Denis V. Lunev 8c5da49a63 [NETNS]: Add netns refcnt debug for inet bind buckets. 17 years ago
Denis V. Lunev 57d7a60092 [NETNS]: Add netns refcnt debug into fib_info. 17 years ago
Denis V. Lunev cd5342d905 [NETNS]: Add netns refcnt debug for timewait buckets. 17 years ago
Pavel Emelyanov b0970c428b [SIT]: Allow for IPPROTO_IPV6 protocol in namespaces. 17 years ago
Pavel Emelyanov f96c148fd5 [GRE]: Allow for IPPROTO_GRE protocol in namespaces. 17 years ago
Pavel Emelyanov 0b67eceb19 [GRE]: Allow to create IPGRE tunnels in net namespaces. 17 years ago
Pavel Emelyanov 96635522f7 [GRE]: Use proper net in routing calls. 17 years ago
Pavel Emelyanov eb8ce741a3 [GRE]: Make tunnels hashes per-net. 17 years ago
Pavel Emelyanov 7daa000489 [GRE]: Make the fallback tunnel device per-net. 17 years ago
Pavel Emelyanov 3b4667f3db [GRE]: Use proper net in hash-lookup functions. 17 years ago
Pavel Emelyanov f57e7d5a7b [GRE]: Add net/gre_net argument to some functions. 17 years ago
Pavel Emelyanov 59a4c7594b [GRE]: Introduce empty ipgre_net structure and net init/exit ops. 17 years ago
Pavel Emelyanov 4597a0ce08 [IPIP]: Allow for IPPROTO_IPIP protocol in namespaces. 17 years ago
Pavel Emelyanov 0a826406d4 [IPIP]: Allow to create IPIP tunnels in net namespaces. 17 years ago
Pavel Emelyanov b99f0152e5 [IPIP]: Use proper net in (mostly) routing calls. 17 years ago
Pavel Emelyanov 44d3c299dc [IPIP]: Make tunnels hashes per net. 17 years ago
Pavel Emelyanov cec3ffae1a [IPIP]: Use proper net in hash-lookup functions. 17 years ago
Pavel Emelyanov b9fae5c913 [IPIP]: Add net/ipip_net argument to some functions. 17 years ago
Pavel Emelyanov b9855c54da [IPIP]: Make the fallback tunnel device per-net. 17 years ago
Pavel Emelyanov 10dc4c7bb7 [IPIP]: Introduce empty ipip_net structure and net init/exit ops. 17 years ago
Ilpo Järvinen 17515408a1 [TCP]: Remove superflushious skb == write_queue_tail() check 17 years ago
Vitaliy Gusev 56f367bbfd [TCP]: Add return value indication to tcp_prune_ofo_queue(). 17 years ago
Vitaliy Gusev b000cd3707 [TCP]: Fix never pruned tcp out-of-order queue. 17 years ago
YOSHIFUJI Hideaki 569508c964 [TCP]: Format addresses appropriately in debug messages. 17 years ago
YOSHIFUJI Hideaki a7d632b6b4 [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. 17 years ago
Pavel Emelyanov 7477fd2e6b [SOCK]: Add some notes about per-bind-bucket sock lookup. 17 years ago
Jan Engelhardt 3c9fba656a [NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by function call 17 years ago
Jan Engelhardt 12c33aa20e [NETFILTER]: nf_conntrack: const annotations in nf_conntrack_sctp, nf_nat_proto_gre 17 years ago
Jan Engelhardt f2ea825f48 [NETFILTER]: nf_nat: use bool type in nf_nat_proto 17 years ago
Jan Engelhardt 09f263cd39 [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4proto 17 years ago
Jan Engelhardt 8ce8439a31 [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3proto 17 years ago
Patrick McHardy 5e8fbe2ac8 [NETFILTER]: nf_conntrack: add tuplehash l3num/protonum accessors 17 years ago
Patrick McHardy dd13b01036 [NETFILTER]: nf_nat: kill helper and seq_adjust hooks 17 years ago
Patrick McHardy 8c87238b72 [NETFILTER]: nf_nat: don't add NAT extension for confirmed conntracks 17 years ago
Patrick McHardy 42cf800c24 [NETFILTER]: nf_nat: remove obsolete check for ICMP redirects 17 years ago
Patrick McHardy 9d908a69a3 [NETFILTER]: nf_nat: add SCTP protocol support 17 years ago
Patrick McHardy 4910a08799 [NETFILTER]: nf_nat: add DCCP protocol support 17 years ago
Patrick McHardy d63a650736 [NETFILTER]: Add partial checksum validation helper 17 years ago
Patrick McHardy 6185f870e2 [NETFILTER]: nf_nat: add UDP-Lite support 17 years ago