Commit Graph

525 Commits (f285901bb21355bb47106658ef14eeb6b8ed538f)

Author SHA1 Message Date
Brian Haley fb13d9f9e4 SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 fails 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 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
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 16 years ago
Harvey Harrison 21454aaad3 net: replace NIPQUAD() in net/*/ 17 years ago
Harvey Harrison 5b095d9892 net: replace %p6 with %pI6 17 years ago
Harvey Harrison fdb46ee752 net, misc: replace uses of NIP6_FMT with %p6 17 years ago
Wei Yongjun 2e3f92dad6 sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED state 17 years ago
Wei Yongjun cf896d514a sctp: Fix to handle SHUTDOWN in SHUTDOWN-PENDING state 17 years ago
Wei Yongjun df10eec476 sctp: Add check for the TSN field of the SHUTDOWN chunk 17 years ago
Wei Yongjun 91bd6b1e03 sctp: Drop ICMP packet too big message with MTU larger than current PMTU 17 years ago
Vlad Yasevich a1080a8b0b sctp: update SNMP statiscts when T5 timer expired. 17 years ago
Vlad Yasevich 56eb82bb8d sctp: Fix SNMP number of SCTP_MIB_ABORTED during violation handling. 17 years ago
Wei Yongjun 3d5a019d57 sctp: Fix the SNMP number of SCTP_MIB_CURRESTAB 17 years ago
Vlad Yasevich 02015180e2 sctp: shrink sctp_tsnmap some more by removing gabs array 17 years ago
Vlad Yasevich 8e1ee18c33 sctp: Rework the tsn map to use generic bitmap. 17 years ago
Denis V. Lunev e41b5368e0 ipv6: added net argument to ICMP6_INC_STATS_BH 17 years ago
Vlad Yasevich e69c4e0f12 sctp: correctly save sctp_adaptation from parameter. 17 years ago
Vlad Yasevich 96cd0d3d71 sctp: enable cookie-echo retransmission transport switch 17 years ago
Wei Yongjun 8190f89dfd sctp: Fix the SNMP counter of SCTP_MIB_OUTOFBLUES 17 years ago
Wei Yongjun 536428a9b9 sctp: Fix to start T5-shutdown-guard timer while enter SHUTDOWN-SENT state 17 years ago
Vlad Yasevich 52cae8f06b sctp: try harder to figure out address family when checking wildcards 17 years ago
Neil Horman c226ef9b83 sctp: reduce memory footprint of sctp_chunk structure 17 years ago
Vlad Yasevich 845b8eda4d sctp: Retransmit list is ineligable for missing indications 17 years ago
Vlad Yasevich ab5216a5bd sctp: Optimize SFR-CACC transport list walking during SACK processing 17 years ago
Vlad Yasevich 2cd9b822bf sctp: Only mark chunks as missing when there are gaps 17 years ago
Wei Yongjun ba0166708e sctp: Fix kernel panic while process protocol violation parameter 17 years ago
David S. Miller 43f59c8939 net: Remove __skb_insert() calls outside of skbuff internals. 17 years ago
Vlad Yasevich add52379dd sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTH 17 years ago
Vlad Yasevich 0ef46e285c sctp: do not enable peer features if we can't do them. 17 years ago
Vlad Yasevich a3028b8ed1 sctp: set the skb->ip_summed correctly when sending over loopback. 17 years ago
Vlad Yasevich d97240552c sctp: fix random memory dereference with SCTP_HMAC_IDENT option. 17 years ago
Vlad Yasevich 328fc47ea0 sctp: correct bounds check in sctp_setsockopt_auth_key 17 years ago
Vlad Yasevich 30c2235cbc sctp: add verification checks to SCTP_AUTH_KEY option 17 years ago
Vlad Yasevich 5e739d1752 sctp: fix potential panics in the SCTP-AUTH API. 17 years ago