Commit Graph

2470 Commits (0b77f5bfb45c13e1e5142374f9d6ca75292252a4)

Author SHA1 Message Date
Pavel Emelyanov fd4e7b5045 [IPV4][NETNS]: Display per-net info in sockstat file. 17 years ago
Pavel Emelyanov d0538ca355 [SOCK][NETNS]: Register sockstat(6) files in each net. 17 years ago
Pavel Emelyanov c29a0bc4df [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. 17 years ago
YOSHIFUJI Hideaki b50660f1fe [IP] UDP: Use SEQ_START_TOKEN. 17 years ago
Denis V. Lunev 4ad96d39a2 [UDP]: Remove owner from udp_seq_afinfo. 17 years ago
Denis V. Lunev 3ba9441bdf [UDP]: Place file operations directly into udp_seq_afinfo. 17 years ago
Denis V. Lunev a2be75c182 [UDP]: Cleanup /proc/udp[6] creation/removal. 17 years ago
Denis V. Lunev dda61925f8 [UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo. 17 years ago
Denis V. Lunev 997feb5e7a [UDP]: No need to check afinfo != NULL in udp_proc_(un)register. 17 years ago
Denis V. Lunev 6f191efe48 [UDP]: Replace struct net on udp_iter_state with seq_net_private. 17 years ago
David S. Miller e8e16b706e [INET]: inet_frag_evictor() must run with BH disabled 17 years ago
Pavel Emelyanov bdcde3d71a [SOCK]: Drop inuse pcounter from struct proto (v2). 17 years ago
Joe Perches bc578a54f0 [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_* 17 years ago
Rusty Russell 32aced7509 [NET]: Don't send ICMP_FRAG_NEEDED for GSO packets 17 years ago
Denis V. Lunev 8eeee8b152 [NETFILTER]: Replate direct proc_fops assignment with proc_create call. 17 years ago
Thomas Graf 920fc941a9 [ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB access 17 years ago
Herbert Xu 732c8bd590 [IPSEC]: Fix BEET output 17 years ago
Pavel Emelyanov 7c0ecc4c4f [ICMP]: Dst entry leak in icmp_send host re-lookup code (v2). 17 years ago
Pavel Emelyanov 789e41e6f4 [NETNS][ICMP]: Build fix for NET_NS=n case (dev->nd_net is omitted). 17 years ago
Pavel Emelyanov b34a95ee6e [NETNS][ICMP]: Use per-net sysctls in ipv4/icmp.c. 17 years ago
Pavel Emelyanov 68528f0998 [NETNS][ICMP]: Make ctl tables for ICMP sysctls per-net. 17 years ago
Pavel Emelyanov a24022e188 [NETNS][ICMP]: Move ICMP sysctls on struct net. 17 years ago
Pavel Emelyanov 1577519d6b [NETNS][ICMP]: Register pernet subsys to make ICMP sysctls per-net. 17 years ago
Patrick McHardy f49e1aa133 [NETFILTER]: nf_conntrack_sip: update copyright 17 years ago
Patrick McHardy c7f485abd6 [NETFILTER]: nf_conntrack_sip: RTP routing optimization 17 years ago
Patrick McHardy 4ab9e64e5e [NETFILTER]: nf_nat_sip: split up SDP mangling 17 years ago
Patrick McHardy a9c1d35917 [NETFILTER]: nf_conntrack_sip: create RTCP expectations 17 years ago
Patrick McHardy 0f32a40fc9 [NETFILTER]: nf_conntrack_sip: create signalling expectations 17 years ago
Patrick McHardy c978cd3a93 [NETFILTER]: nf_nat_sip: translate all Contact headers 17 years ago
Patrick McHardy 720ac7085c [NETFILTER]: nf_nat_sip: translate all Via headers 17 years ago
Patrick McHardy 33cb1e9a93 [NETFILTER]: nf_conntrack_sip: perform NAT after parsing 17 years ago
Patrick McHardy 624f8b7bba [NETFILTER]: nf_nat_sip: get rid of text based header translation 17 years ago
Patrick McHardy ea45f12a27 [NETFILTER]: nf_conntrack_sip: parse SIP headers properly 17 years ago
Patrick McHardy ac3677406d [NETFILTER]: nf_conntrack_sip: kill request URI "header" definitions 17 years ago
Patrick McHardy 3e9b4600b4 [NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing function 17 years ago
Patrick McHardy 779382eb32 [NETFILTER]: nf_conntrack_sip: use strlen/strcmp 17 years ago
Patrick McHardy 212440a7d0 [NETFILTER]: nf_conntrack_sip: remove redundant function arguments 17 years ago
Patrick McHardy 2a6cfb22ae [NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet mangling 17 years ago
Patrick McHardy 3d244121d8 [NETFILTER]: nf_nat_sip: fix NAT setup order 17 years ago
Patrick McHardy 6002f266b3 [NETFILTER]: nf_conntrack: introduce expectation classes and policies 17 years ago
Patrick McHardy 30c69fed7d [NETFILTER]: ipt_CLUSTERIP: fix non-existant macro-name 17 years ago
YOSHIFUJI Hideaki 878628fbf2 [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 1218854afa [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki c8cdaf998d [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6. 17 years ago
Denis V. Lunev 92f1fecb45 [NETNS]: Enable TCP/UDP/ICMP inside namespace. 17 years ago
Denis V. Lunev 2342fd7e14 [NETNS]: Allow to create sockets in non-initial namespace. 17 years ago
Denis V. Lunev f145049a06 [NETNS]: Drop packets in the non-initial namespace on the per/protocol basis. 17 years ago
Denis V. Lunev 05cf89d40c [NETNS]: Process INET socket layer in the correct namespace. 17 years ago