Commit Graph

320 Commits (8586ea96b4f919a9b38929040bc9ce57c9998fc4)

Author SHA1 Message Date
Daniel Borkmann e6d8b64b34 net: sctp: fix and consolidate SCTP checksumming code 11 years ago
Joe Perches 7b58446068 sctp: Remove extern from function prototypes 12 years ago
Daniel Borkmann 76bfd89844 net: sctp: reorder sctp_globals to reduce cacheline usage 12 years ago
David S. Miller 71acc0ddd4 Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl" 12 years ago
Daniel Borkmann 477143e3fe net: sctp: trivial: update bug report in header comment 12 years ago
Daniel Borkmann cda5f98e36 net: sctp: convert sctp_checksum_disable module param into sctp sysctl 12 years ago
fan.du 5a139296f8 sctp: Pack dst_cookie into 1st cacheline hole for 64bit host 12 years ago
fan.du d27fc78208 sctp: Don't lookup dst if transport dst is still valid 12 years ago
Joe Stringer 024ec3deac net/sctp: Refactor SCTP skb checksum computation 12 years ago
Daniel Borkmann 91705c61b5 net: sctp: trivial: update mailing list address 12 years ago
Daniel Borkmann a05b1019cf net: sctp: prevent checksum.h from double inclusion 12 years ago
Daniel Borkmann bb33381d0c net: sctp: rework debugging framework to use pr_debug and friends 12 years ago
Daniel Borkmann 52db882f3f net: sctp: migrate cookie life from timeval to ktime 12 years ago
Daniel Borkmann f072d7aba7 net: sctp: remove TEST_FRAME ifdef 12 years ago
Daniel Borkmann dda9192851 net: sctp: remove SCTP_STATIC macro 12 years ago
Daniel Borkmann 939cfa75a0 net: sctp: get rid of t_new macro for kzalloc 12 years ago
Simon Horman eee1d5a147 sctp: Correct type and usage of sctp_end_cksum() 12 years ago
Daniel Borkmann 3e3251b3f2 net: sctp: minor: remove dead code from sctp_packet 12 years ago
Daniel Borkmann c1db7a26ac net: sctp: sctp_ulpq: remove 'malloced' struct member 12 years ago
Daniel Borkmann 50181c07cb net: sctp: sctp_bind_addr: remove dead code 12 years ago
Daniel Borkmann 8fa5df6d21 net: sctp: sctp_transport: remove unused variable 12 years ago
Daniel Borkmann 165a4c3127 net: sctp: sctp_outq: remove 'malloced' from its struct 12 years ago
Daniel Borkmann ee16371e6c net: sctp: sctp_inq: remove dead code 12 years ago
Daniel Borkmann 542c2d8320 net: sctp: sctp_ssnmap: remove 'malloced' element from struct 12 years ago
Daniel Borkmann 0022d2dd4d net: sctp: minor: make sctp_ep_common's member 'dead' a bool 12 years ago
Daniel Borkmann ff2266cddd net: sctp: remove sctp_ep_common struct member 'malloced' 12 years ago
Daniel Borkmann 1b86643411 net: sctp: introduce uapi header for sctp 12 years ago
Zhang Yanfei 3b77d6617a net: sctp: remove cast for kmalloc/kzalloc return value 12 years ago
Sasha Levin b67bfe0d42 hlist: drop the node parameter from iterators 12 years ago
Daniel Borkmann 570617e79c net: sctp: remove unused multiple cookie keys 12 years ago
Thomas Graf 45122ca26c sctp: Add RCU protection to assoc->transport_addr_list 12 years ago
Michele Baldessari 196d675934 sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call 12 years ago
Neil Horman de4594a51c sctp: send abort chunk when max_retrans exceeded 12 years ago
Neil Horman b26ddd8130 sctp: Clean up type-punning in sctp_cmd_t union 12 years ago
Neil Horman 3c68198e75 sctp: Make hmac algorithm selection for cookie generation dynamic 12 years ago
Nicolas Dichtel edfee0339e sctp: check src addr when processing SACK to update transport state 13 years ago
Cong Wang 1f07b62f32 sctp: fix a compile error in sctp.h 13 years ago
Eric W. Biederman e1fc3b14f9 sctp: Make sysctl tunables per net 13 years ago
Eric W. Biederman f53b5b097e sctp: Push struct net down into sctp_verify_ext_param 13 years ago
Eric W. Biederman 24cb81a6a9 sctp: Push struct net down into all of the state machine functions 13 years ago
Eric W. Biederman e7ff4a7037 sctp: Push struct net down into sctp_in_scope 13 years ago
Eric W. Biederman 89bf3450cb sctp: Push struct net down into sctp_transport_init 13 years ago
Eric W. Biederman 55e26eb95a sctp: Push struct net down to sctp_chunk_event_lookup 13 years ago
Eric W. Biederman ebb7e95d93 sctp: Add infrastructure for per net sysctls 13 years ago
Eric W. Biederman b01a24078f sctp: Make the mib per network namespace 13 years ago
Eric W. Biederman 13d782f6b4 sctp: Make the proc files per network namespace. 13 years ago
Eric W. Biederman 2ce9550350 sctp: Make the ctl_sock per network namespace 13 years ago
Eric W. Biederman 4db67e8086 sctp: Make the address lists per network namespace 13 years ago
Eric W. Biederman 4110cc255d sctp: Make the association hashtable handle multiple network namespaces 13 years ago
Eric W. Biederman 4cdadcbcb6 sctp: Make the endpoint hashtable handle multiple network namespaces 13 years ago