Commit Graph

16181 Commits (98e4c28b7ec390c2dad6a4c69d69629c0f7e8b10)
 

Author SHA1 Message Date
Benjamin LaHaise fd19f329a3 [AF_UNIX]: Convert to use a spinlock instead of rwlock 19 years ago
Benjamin LaHaise 4947d3ef8d [NET]: Speed up __alloc_skb() 19 years ago
David S. Miller 17ba15fb62 [PPPOX]: Fix assignment into const proto_ops. 19 years ago
Arnaldo Carvalho de Melo 8639a11e23 [TCP]: Don't use __constant_htonl for a non const arg 19 years ago
Arnaldo Carvalho de Melo 14c850212e [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h 19 years ago
Arnaldo Carvalho de Melo 25995ff577 [SOCK]: Introduce sk_receive_skb 19 years ago
Christoph Hellwig ce1d4d3e88 [NET]: restructure sock_aio_{read,write} / sock_{readv,writev} 19 years ago
David S. Miller cbeb321a64 [NET]: Fix sock_init() return value. 19 years ago
Jaco Kroon f34fbb9713 [PKTGEN]: Deinitialise static variables. 19 years ago
Eric Dumazet 90ddc4f047 [NET]: move struct proto_ops to const 19 years ago
Andi Kleen 77d76ea310 [NET]: Small cleanup to socket initialization 19 years ago
Frank Filz 7708610b1b [SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option. 19 years ago
Frank Filz 52ccb8e90c [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft. 19 years ago
Robert Olsson fd9662555c [IPV4] fib_trie: Add credits. 19 years ago
Stephen Hemminger 9eb2d62719 [TCP] cubic: use Newton-Raphson 19 years ago
Stephen Hemminger 89b3d9aaf4 [TCP] cubic: precompute constants 19 years ago
Stephen Hemminger 90933fc8ba [FLS64]: x86_64 version 19 years ago
Stephen Hemminger 3821af2fe1 [FLS64]: generic version 19 years ago
Stephen Hemminger c865e5d99e [PKT_SCHED] netem: packet corruption option 19 years ago
Stephen Hemminger 8cbb512e50 [BRIDGE]: add version number 19 years ago
Stephen Hemminger edb5e46fc0 [BRIDGE]: limited ethtool support 19 years ago
Stephen Hemminger 0e5eabac49 [BRIDGE]: filter packets in learning state 19 years ago
Stephen Hemminger 4433f420e5 [BRIDGE]: handle speed detection after carrier changes 19 years ago
Stephen Hemminger 4505a3ef72 [BRIDGE]: allow setting hardware address of bridge pseudo-dev 19 years ago
David S. Miller fbe9cc4a87 [AF_UNIX]: Use spinlock for unix_table_lock 19 years ago
Arnaldo Carvalho de Melo d83d8461f9 [IP_SOCKGLUE]: Remove most of the tcp specific calls 19 years ago
Arnaldo Carvalho de Melo 2271281362 [TCP]: Move the TCPF_ enum to tcp_states.h 19 years ago
Arnaldo Carvalho de Melo d8313f5ca2 [INET6]: Generalise tcp_v6_hash_connect 19 years ago
Arnaldo Carvalho de Melo a7f5e7f164 [INET]: Generalise tcp_v4_hash_connect 19 years ago
Arnaldo Carvalho de Melo 6d6ee43e0b [TWSK]: Introduce struct timewait_sock_ops 19 years ago
Arnaldo Carvalho de Melo fc44b98053 [DCCP]: Use reqsk_free in dccp_v4_conn_request 19 years ago
Arnaldo Carvalho de Melo 3df80d9320 [DCCP]: Introduce DCCPv6 19 years ago
Arnaldo Carvalho de Melo 399c07def6 [IPV6]: Export ipv6_opt_accepted 19 years ago
Arnaldo Carvalho de Melo f21e68caa0 [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 19 years ago
Arnaldo Carvalho de Melo 34ca686081 [DCCP]: Just rename dccp_v4_prot to dccp_prot 19 years ago
Arnaldo Carvalho de Melo 3cf3dc6c2e [IPV6]: Export some symbols for DCCPv6 19 years ago
Arnaldo Carvalho de Melo 0fa1a53e1f [IPV6]: Introduce inet6_timewait_sock 19 years ago
Arnaldo Carvalho de Melo b9750ce13c [IPV6]: Generalise some functions 19 years ago
Benjamin LaHaise 830a1e5c21 [AF_UNIX]: Remove superfluous reference counting in unix_stream_sendmsg 19 years ago
Benjamin LaHaise c1cbe4b7ad [NET]: Avoid atomic xchg() for non-error case 19 years ago
Roberto Nibali f1f71e03b1 [IPVS]: remove dead code 19 years ago
Stephen Hemminger 65a45441d7 [UDP]: udp_checksum_init return value 19 years ago
Herbert Xu 3305b80c21 [IP]: Simplify and consolidate MSG_PEEK error handling 19 years ago
Arnaldo Carvalho de Melo 57cca05af1 [DCCP]: Introduce dccp_ipv4_af_ops 19 years ago
Arnaldo Carvalho de Melo af05dc9394 [ICSK]: Move v4_addr2sockaddr from TCP to icsk 19 years ago
Arnaldo Carvalho de Melo 8292a17a39 [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops 19 years ago
Arnaldo Carvalho de Melo ca304b6104 [IPV6]: Introduce inet6_rsk() 19 years ago
Arnaldo Carvalho de Melo 8129765ac0 [IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_add 19 years ago
Arnaldo Carvalho de Melo c2977c2213 [ICSK]: make inet_csk_reqsk_queue_hash_add timeout arg unsigned long 19 years ago
Arnaldo Carvalho de Melo 90b19d3169 [IPV6]: Generalise __tcp_v6_hash, renaming it to __inet6_hash 19 years ago