Commit Graph

256 Commits (a5fcaa210626a79465321e344c91a6a7dc3881fa)

Author SHA1 Message Date
Philippe De Muyter 56b3d975bb [NET]: Make all initialized struct seq_operations const. 18 years ago
Vlad Yasevich 1669d857a2 SCTP: Add scope_id validation for link-local binds 18 years ago
Vlad Yasevich f50f95cab7 SCTP: Check to make sure file is valid before setting timeout 18 years ago
Vlad Yasevich 3663c30660 SCTP: Fix thinko in sctp_copy_laddrs() 18 years ago
Zach Brown 5131a184a3 SCTP: lock_sock_nested in sctp_sock_migrate 18 years ago
Neil Horman 186e234358 SCTP: Fix sctp_getsockopt_get_peer_addrs 18 years ago
Neil Horman 408f22e81e SCTP: update sctp_getsockopt helpers to allow oversized buffers 18 years ago
Vlad Yasevich 06ad391919 [SCTP] Don't disable PMTU discovery when mtu is small 18 years ago
Vlad Yasevich 8a4794914f [SCTP] Flag a pmtu change request 18 years ago
Vlad Yasevich c910b47e18 [SCTP] Update pmtu handling to be similar to tcp 18 years ago
Vlad Yasevich fe979ac169 [SCTP] Fix leak in sctp_getsockopt_local_addrs when copy_to_user fails 18 years ago
Vlad Yasevich 8b35805693 [SCTP]: Allow unspecified port in sctp_bindx() 18 years ago
Vlad Yasevich d570ee490f [SCTP]: Correctly set daddr for IPv6 sockets during peeloff 18 years ago
Bill Nottingham 75202e7689 [NET]: Fix comparisons of unsigned < 0. 18 years ago
Jan Engelhardt 29e32ccdec [SCTP]: Use menuconfig objects. 18 years ago
Vlad Yasevich ac40e41f4d [SCTP]: Do not include ABORT chunk header in the notification. 18 years ago
Vlad Yasevich 70b57b814e [SCTP]: Correctly copy addresses in sctp_copy_laddrs 18 years ago
Vlad Yasevich 8dc4984a6b [SCTP]: Prevent OOPS if hmac modules didn't load 18 years ago
Michael Opdenacker 59c51591a0 Fix occurrences of "the the " 18 years ago
Vlad Yasevich 07d9396771 [SCTP]: Set assoc_id correctly during INIT collision. 18 years ago
Sridhar Samudrala 827bf12236 [SCTP]: Re-order SCTP initializations to avoid race with sctp_rcv() 18 years ago
Vlad Yasevich ce5325c133 [SCTP]: Fix the SO_REUSEADDR handling to be similar to TCP. 18 years ago
Vlad Yasevich 16d00fb776 [SCTP]: Verify all destination ports in sctp_connectx. 18 years ago
Pavel Emelianov 7562f876cd [NET]: Rework dev_base via list_head (v3) 18 years ago
Vlad Yasevich aad97f38b7 [SCTP]: Fix sctp_getsockopt_local_addrs_old() to use local storage. 18 years ago
Stephen Hemminger 3ff50b7997 [NET]: cleanup extra semicolons 18 years ago
Herbert Xu 604763722c [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY 18 years ago
Vlad Yasevich 703315712c [SCTP]: Implement SCTP_MAX_BURST socket option. 18 years ago
Vlad Yasevich a5a35e7675 [SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification. 18 years ago
Vlad Yasevich bdf3092af6 [SCTP]: Honor flags when setting peer address parameters 18 years ago
Vlad Yasevich 1ae4114dce [SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CHNAGE event 18 years ago
Vlad Yasevich d49d91d79a [SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option. 18 years ago
Vlad Yasevich b6e1331f3c [SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket option 18 years ago
Arnaldo Carvalho de Melo 27a884dc3c [SK_BUFF]: Convert skb->tail to sk_buff_data_t 18 years ago
Arnaldo Carvalho de Melo 2e07fa9cd3 [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures 18 years ago
Arnaldo Carvalho de Melo b0e380b1d8 [SK_BUFF]: unions of just one member don't get anything done, kill them 18 years ago
Arnaldo Carvalho de Melo a27ef749e7 [SCTP]: Eliminate some pointer attributions to the skb layer headers 18 years ago
Arnaldo Carvalho de Melo 88c7664f13 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph 18 years ago
Arnaldo Carvalho de Melo 2c0fd387b0 [SCTP]: Introduce sctp_hdr() 18 years ago
Arnaldo Carvalho de Melo ea2ae17d64 [SK_BUFF]: Introduce skb_transport_offset() 18 years ago
Arnaldo Carvalho de Melo 0660e03f6b [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h 18 years ago
Arnaldo Carvalho de Melo eddc9ec53b [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph 18 years ago
Arnaldo Carvalho de Melo 1ced98e81d [SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pull 18 years ago
Arnaldo Carvalho de Melo 31c7711b50 [SK_BUFF]: Some more simple skb_reset_network_header conversions 18 years ago
Vlad Yasevich d0cf0d9940 [SCTP]: Do not interleave non-fragments when in partial delivery 18 years ago
Paolo Galtieri 0304ff8a2d [SCTP]: Unmap v4mapped addresses during SCTP_BINDX_REM_ADDR operation. 18 years ago
Tsutomu Fujii ea2bc483ff [SCTP]: Fix assertion (!atomic_read(&sk->sk_rmem_alloc)) failed message 18 years ago
Vlad Yasevich 289f42492c [SCTP]: Correctly reset ssthresh when restarting association 18 years ago
Vlad Yasevich 749bf9215e [SCTP]: Reset some transport and association variables on restart 18 years ago
Vlad Yasevich fb78525ae1 [SCTP]: Increment error counters on user requested HBs. 18 years ago