Commit Graph

546 Commits (7e9e05cad94217498e4d9bd6ef7137b4e9e7ed64)

Author SHA1 Message Date
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 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