Commit Graph

137 Commits (068b12772a64c2440ef2f64ac5d780688c06576f)

Author SHA1 Message Date
Pavel Emelyanov e56d8b8a2e [INET]: Drop the inet_inherit_port() call. 17 years ago
Denis V. Lunev 5f4472c5a6 [TCP]: Remove owner from tcp_seq_afinfo. 17 years ago
Denis V. Lunev 68fcadd16c [TCP]: Place file operations directly into tcp_seq_afinfo. 17 years ago
Denis V. Lunev 9427c4b36b [TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo. 17 years ago
YOSHIFUJI Hideaki caad295fed [IPV6]: Use ipv6_addr_equal() instead of !ipv6_addr_cmp(). 17 years ago
Florian Westphal 4dfc281702 [Syncookies]: Add support for TCP options via timestamps. 17 years ago
Denis V. Lunev 5677242f43 [NETNS]: Inet control socket should not hold a namespace. 17 years ago
Denis V. Lunev eee4fe4ded [INET]: Let inet_ctl_sock_create return sock rather than socket. 17 years ago
Denis V. Lunev 3d58b5fa8e [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create. 17 years ago
Pavel Emelyanov bdcde3d71a [SOCK]: Drop inuse pcounter from struct proto (v2). 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
Pavel Emelyanov 39d8cda76c [SOCK]: Add udp_hash member to struct proto. 17 years ago
Daniel Lezcano 6f8b13bcb3 [NETNS][IPV6] tcp6 - make proc per namespace 17 years ago
Daniel Lezcano e504799276 [NETNS][IPV6] tcp6 - handle several network namespace 17 years ago
Daniel Lezcano 93ec926b07 [NETNS][IPV6] tcp6 - make socket control per namespace 17 years ago
Harvey Harrison 0dc47877a3 net: replace remaining __FUNCTION__ occurrences 17 years ago
Daniel Lezcano c20121ae87 [NETNS][IPV6] route6 - pass always a valid socket to ip6_dst_lookup 17 years ago
Glenn Griffin c6aefafb7e [TCP]: Add IPv6 support to TCP SYN cookies 17 years ago
Denis V. Lunev fd80eb942a [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack. 17 years ago
Arnaldo Carvalho de Melo ab1e0a13d7 [SOCK] proto: Add hashinfo member to struct proto 17 years ago
Pavel Emelyanov d86e0dac2c [NETNS]: Tcp-v6 sockets per-net lookup. 17 years ago
YOSHIFUJI Hideaki 9cb5734e5b [TCP]: Convert several length variable to unsigned. 17 years ago
Daniel Lezcano 09f7709f49 [IPV6]: fix section mismatch warnings 17 years ago
Herbert Xu bb72845e69 [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT 17 years ago
Daniel Lezcano 7f4e4868f3 [IPV6]: make the protocol initialization to return an error code 17 years ago
YOSHIFUJI Hideaki 77adefdc98 [IPV6] TCPMD5: Fix deleting key operation. 17 years ago
YOSHIFUJI Hideaki aacbe8c880 [IPV6] TCPMD5: Check return value of tcp_alloc_md5sig_pool(). 17 years ago
Eric Dumazet c5a432f1a1 [IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure 18 years ago
Jens Axboe c46f2334c8 [SG] Get rid of __sg_mark_end() 18 years ago
David S. Miller 51c739d1f4 [NET]: Fix incorrect sg_mark_end() calls. 18 years ago
Matthias M. Dellweg b0a713e9e6 [TCP] MD5: Remove some more unnecessary casting. 18 years ago
Jeff Garzik 18134bed02 [TCP] IPV6: fix softnet build breakage 18 years ago
David S. Miller b4caea8aa8 [TCP]: Add missing I/O AT code to ipv6 side. 18 years ago
David S. Miller c7da57a183 [TCP]: Fix scatterlist handling in MD5 signature support. 18 years ago
Herbert Xu e5bbef20e0 [IPV6]: Replace sk_buff ** with sk_buff * in input handlers 18 years ago
Brian Haley e773e4faa1 [IPV6]: Add v4mapped address inline 18 years ago
David S. Miller f8ab18d2d9 [TCP]: Fix MD5 signature handling on big-endian. 18 years ago
Jesper Juhl 703310e645 [IPV6]: Clean up duplicate includes in net/ipv6/ 18 years ago
David S. Miller 3516ffb0fe [TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg(). 18 years ago
YOSHIFUJI Hideaki ca983cefd9 [TCPv6] MD5SIG: Ensure to reset allocation count to avoid panic. 18 years ago
YOSHIFUJI Hideaki bb4dbf9e61 [IPV6]: Do not send RH0 anymore. 18 years ago
David S. Miller 3d7dbeac58 [TCP]: Disable TSO if MD5SIG is enabled. 18 years ago
David S. Miller 14e50e57ae [XFRM]: Allow packet drops during larval state resolution. 18 years ago
YOSHIFUJI Hideaki 952a10be32 [IPV6] SNMP: Fix several warnings without procfs. 18 years ago
Herbert Xu 604763722c [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY 18 years ago
Herbert Xu 663ead3bb8 [NET]: Use csum_start offset instead of skb_transport_header 18 years ago
Arnaldo Carvalho de Melo aa8223c7bb [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th 18 years ago
Arnaldo Carvalho de Melo ab6a5bb6b2 [TCP]: Introduce tcp_hdrlen() and tcp_optlen() 18 years ago
Arnaldo Carvalho de Melo 0660e03f6b [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h 18 years ago