Commit Graph

784 Commits (148817ba092f9f6edd35bad3c6c6b8e8f90fe2ed)

Author SHA1 Message Date
David S. Miller 1b003be39e sctp: Use frag list abstraction interfaces. 16 years ago
Vlad Yasevich c6ba68a266 sctp: support non-blocking version of the new sctp_connectx() API 16 years ago
Wei Yongjun 9919b455fc sctp: fix to choose alternate destination when retransmit ASCONF chunk 16 years ago
Jean-Mickael Guerin d48e074dfd sctp: fix sack_timeout sysctl min and max types 16 years ago
Wei Yongjun 10a43cea7d sctp: fix panic when T4-rto timer expire on removed transport 16 years ago
Wei Yongjun 6345b19985 sctp: fix panic when T2-shutdown timer expire on removed transport 16 years ago
Wei Yongjun a2c395846c sctp: fix to only enable IPv6 address support on PF_INET6 socket 16 years ago
Wei Yongjun 4553e88d87 sctp: fix a typo in net/sctp/sm_statetable.c 16 years ago
Wei Yongjun 945e5abcee sctp: fix the error code when ASCONF is received with invalid address 16 years ago
Wei Yongjun a987f762ca sctp: fix report unrecognized parameter in ACSONF-ACK 16 years ago
Eric Dumazet adf30907d6 net: skb->dst accessors 16 years ago
Eric Dumazet 511c3f92ad net: skb->rtable accessor 16 years ago
Jesse Brandeburg 8dc92f7e2e sctp: add feature bit for SCTP offload in hardware 16 years ago
Alexey Dobriyan 99b7623380 proc 2/2: remove struct proc_dir_entry::owner 16 years ago
Vlad Yasevich 8d2f9e8116 sctp: Clean up TEST_FRAME hacks. 16 years ago
Al Viro cb0dc77de0 net: fix sctp breakage 16 years ago
malc 6fc791ee63 sctp: add Adaptation Layer Indication parameter only when it's set 16 years ago
Wei Yongjun 76595024ff sctp: fix to send FORWARD-TSN chunk only if peer has such capable 16 years ago
Wei Yongjun 5ffad5aceb sctp: fix to indicate ASCONF support in INIT-ACK only if peer has such capable 16 years ago
Vlad Yasevich 5e8f3f703a sctp: simplify sctp listening code 16 years ago
Brian Haley fb13d9f9e4 SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 fails 16 years ago
Vlad Yasevich 7e99013a50 sctp: Fix broken RTO-doubling for data retransmits 16 years ago
Wei Yongjun f61f6f82c9 sctp: use time_before or time_after for comparing jiffies 16 years ago
Wei Yongjun c6db93a58f sctp: fix the length check in sctp_getsockopt_maxburst() 16 years ago
Wei Yongjun d212318c9d sctp: remove dup code in net/sctp/socket.c 16 years ago
Wei Yongjun 906f8257ee sctp: Add some missing types for debug message 16 years ago
Wei Yongjun 3df2678737 sctp: fix kernel panic with ERROR chunk containing too many error causes 16 years ago
Vlad Yasevich d1dd524785 sctp: fix crash during module unload 16 years ago
Vlad Yasevich 914e1c8b69 sctp: Inherit all socket options from parent correctly. 16 years ago
Vlad Yasevich faee47cdbf sctp: Fix the RTO-doubling on idle-link heartbeats 16 years ago
Vlad Yasevich 4458f04c02 sctp: Clean up sctp checksumming code 16 years ago
Lucas Nussbaum 06e868066e sctp: Allow to disable SCTP checksums via module parameter 16 years ago
Harvey Harrison 09640e6365 net: replace uses of __constant_{endian} 16 years ago
Vlad Yasevich ae53b5bd77 sctp: Fix another socket race during accept/peeloff 16 years ago
Vlad Yasevich 759af00ebe sctp: Properly timestamp outgoing data chunks for rtx purposes 16 years ago
Vlad Yasevich 6574df9a89 sctp: Correctly start rtx timer on new packet transmissions. 16 years ago
Joe Perches 4fe1d58bf5 sctp/ipv6.c: use ipv6_addr_copy 16 years ago
Coly Li 73ac36ea14 fix similar typos to successfull 16 years ago
Frederik Schwarzer 025dfdafe7 trivial: fix then -> than typos in comments and documentation 16 years ago
Wei Yongjun 8510b937ae sctp: Add validity check for SCTP_PARTIAL_DELIVERY_POINT socket option 16 years ago
Wei Yongjun 9fcb95a105 sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream ID 16 years ago
Wei Yongjun aea3c5c05d sctp: Implement socket option SCTP_GET_ASSOC_NUMBER 16 years ago
Wei Yongjun ea686a2653 sctp: Fix a typo in socket.c 16 years ago
Wei Yongjun e89c209581 sctp: Bring SCTP_MAXSEG socket option into ietf API extension compliance 16 years ago
Randy Dunlap 157653ce79 sctp: fix missing label when PROC_FS=n 16 years ago
Eric Dumazet 1748376b66 net: Use a percpu_counter for sockets_allocated 16 years ago
Eric Dumazet 5bc0b3bfa7 net: Make sure BHs are disabled in sock_prot_inuse_add() 16 years ago
David S. Miller 6f756a8c36 net: Make sure BHs are disabled in sock_prot_inuse_add() 16 years ago
Eric Dumazet 9a57f7fabd net: sctp should update its inuse counter 16 years ago
Alexey Dobriyan 6d9f239a1e net: '&' redux 17 years ago