Commit Graph

805 Commits (05ef1b79d46347f94d9a78214cc745046c03e45a)

Author SHA1 Message Date
Thomas Graf acdd598536 sctp: Allow struct sctp_event_subscribe to grow without breaking binaries 13 years ago
Benjamin Poirier 0343c5543b sctp: Export sctp_do_peeloff 13 years ago
Thomas Graf a76c0adf60 sctp: Do not account for sizeof(struct sk_buff) in estimated rwnd 13 years ago
Xi Wang 2692ba61a8 sctp: fix incorrect overflow check on autoclose 13 years ago
Eric Dumazet dfd56b8b38 net: use IS_ENABLED(CONFIG_IPV6) 13 years ago
Justin P. Mattock 42b2aa86c6 treewide: Fix typos in various parts of the kernel, and fix some comments. 13 years ago
Xi Wang c89304b8ea sctp: better integer overflow check in sctp_auth_create_key() 13 years ago
Alexey Dobriyan 4e3fd7a06d net: remove ipv6_addr_copy() 13 years ago
Michio Honda 34d2d89f2d sctp: fasthandoff with ASCONF at server-node 13 years ago
Michio Honda ddc4bbee6e sctp: fasthandoff with ASCONF at mobile-node 13 years ago
Paul Gortmaker bc3b2d7fb9 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules 13 years ago
Eric Dumazet b903d324be ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT 13 years ago
Eric Dumazet 87fb4b7b53 net: more accurate skb truesize 14 years ago
Max Matveev d5ccd49660 sctp: deal with multiple COOKIE_ECHO chunks 14 years ago
Michio Honda 6af29ccc22 sctp: Bundle HEAERTBEAT into ASCONF_ACK 14 years ago
Michio Honda f207c050fb sctp: HEARTBEAT negotiation after ASCONF 14 years ago
Michał Mirosław b73c43f884 net: sctp: fix checksum marking for outgoing packets 14 years ago
Thomas Graf cd4fcc704f sctp: ABORT if receive, reassmbly, or reodering queue is not empty while closing socket 14 years ago
Thomas Graf f8d9605243 sctp: Enforce retransmission limit during shutdown 14 years ago
Wei Yongjun 949123016a sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe it 14 years ago
Eric Dumazet f03d78db65 net: refine {udp|tcp|sctp}_mem limits 14 years ago
Joe Perches 7fd71b1e07 sctp: Reduce switch/case indent 14 years ago
Joe Perches ea11073387 net: Remove casts of void * 14 years ago
Michio Honda 6d65e5eee6 sctp: kzalloc() error handling on deleting last address 14 years ago
David S. Miller 5d0c90cf4d sctp: Guard IPV6 specific code properly. 14 years ago
Michio Honda 8a07eb0a50 sctp: Add ASCONF operation on the single-homed host 14 years ago
Michio Honda 7dc04d7122 sctp: Add socket option operation for Auto-ASCONF. 14 years ago
Michio Honda dd51be0f54 sctp: Add sysctl support for Auto-ASCONF. 14 years ago
Michio Honda 9f7d653b67 sctp: Add Auto-ASCONF support (core). 14 years ago
Michio Honda b1364104e3 sctp: Add ADD/DEL ASCONF handling at the receiver. 14 years ago
Wei Yongjun a000c01e60 sctp: stop pending timers and purge queues when peer restart asoc 14 years ago
Wei Yongjun 8b4472cc13 sctp: fix memory leak of the ASCONF queue when free asoc 14 years ago
Dan Rosenberg 71338aa7d0 net: convert %p usage to %pK 14 years ago
David S. Miller 5d41452166 sctp: Fix build failure. 14 years ago
Jacek Luczak c182f90bc1 SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict() 14 years ago
Joe Perches afd7614c00 sctp: sctp_sendmsg: Don't test known non-null sinfo 14 years ago
Joe Perches 517aa0bcda sctp: sctp_sendmsg: Don't initialize default_sinfo 14 years ago
David S. Miller 902ebd3e0d sctp: Remove rt->rt_src usage in sctp_v4_get_saddr() 14 years ago
David S. Miller 7ef73bca73 sctp: Fix debug message args. 14 years ago
David S. Miller f1c0a276ea sctp: Don't use rt->rt_{src,dst} in sctp_v4_xmit() 14 years ago
David S. Miller d9d8da805d inet: Pass flowi to ->queue_xmit(). 14 years ago
David S. Miller 8663c938ce sctp: Store a flowi in transports to provide persistent keying. 14 years ago
Lai Jiangshan 1231f0baa5 net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu() 14 years ago
David S. Miller 18a353f428 sctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr() and sctp_v4_get_dst() 14 years ago
Vlad Yasevich da0420bee2 sctp: clean up route lookup calls 14 years ago
Vlad Yasevich af1384703f sctp: remove useless arguments from get_saddr() call 14 years ago
Vlad Yasevich 9c6a02f41d sctp: make sctp over IPv6 work with IPsec 14 years ago
Vlad Yasevich 9914ae3ca7 sctp: cache the ipv6 source after route lookup 14 years ago
Weixing Shi 625034113b sctp: fix sctp to work with ipv6 source address routing 14 years ago
Lucas De Marchi e9c549998d Revert wrong fixes for common misspellings 14 years ago