Commit Graph

193 Commits (01eebb53a65996dfbfb892bf5eb21ae831fbe3a6)

Author SHA1 Message Date
Amerigo Wang e3826f1e94 net: reserve ports for applications using fixed port numbers 15 years ago
Eric Dumazet 4381548237 net: sock_def_readable() and friends RCU conversion 15 years ago
Vlad Yasevich a5f4cea74f sctp: Use correct address family in sctp_getsockopt_peer_addrs() 15 years ago
Vlad Yasevich 81419d862d sctp: per_cpu variables should be in bh_disabled section 15 years ago
Wei Yongjun 561b1733a4 sctp: avoid irq lock inversion while call sk->sk_data_ready() 15 years ago
Eric Dumazet c377411f24 net: sk_add_backlog() take rmem_alloc into account 15 years ago
Eric Dumazet aa39514516 net: sk_sleep() helper 15 years ago
Hagen Paul Pfeifer b68c92460d sctp: eliminate useless code 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Zhu Yi 50b1a782f8 sctp: use limited socket backlog 15 years ago
Julia Lawall 09cb47a2c6 net/sctp: Eliminate useless code 15 years ago
Andrew Morton 8ffd32083c net/sctp/socket.c: squish warning 15 years ago
Andrei Pelinescu-Onciul 810c07194f sctp: fix sctp_setsockopt_autoclose compile warning 15 years ago
Joe Perches f64f9e7192 net: Move && and || to end of previous line 15 years ago
Andrei Pelinescu-Onciul f6778aab6c sctp: limit maximum autoclose setsockopt value 15 years ago
Amerigo Wang a242b41ded sctp: remove deprecated SCTP_GET_*_OLD stuffs 15 years ago
Andrei Pelinescu-Onciul 37051f7386 sctp: allow setting path_maxrxt independent of SPP_PMTUD_ENABLE 15 years ago
Vlad Yasevich f9c67811eb sctp: Fix regression introduced by new sctp_connectx api 15 years ago
Vlad Yasevich 409b95aff3 sctp: Set source addresses on the association before adding transports 15 years ago
Eric Dumazet c720c7e838 inet: rename some inet_sock fields 16 years ago
Neil Horman 3b885787ea net: Generalize socket rx gap / receive queue overflow cmsg 16 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 16 years ago
Vlad Yasevich f68b2e05f3 sctp: Fix SCTP_MAXSEG socket option to comply to spec. 16 years ago
Vlad Yasevich 9c5c62be2f sctp: Send user messages to the lower layer as one 16 years ago
Vlad Yasevich bec9640bb0 sctp: Disallow new connection on a closing socket 16 years ago
Wei Yongjun 1bc4ee4088 sctp: fix warning at inet_sock_destruct() while release sctp socket 16 years ago
Eric Dumazet 31e6d363ab net: correct off-by-one write allocations reports 16 years ago
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
Vlad Yasevich 5e8f3f703a sctp: simplify sctp listening code 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
Vlad Yasevich 914e1c8b69 sctp: Inherit all socket options from parent correctly. 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 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
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
Vlad Yasevich 52cae8f06b sctp: try harder to figure out address family when checking wildcards 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
Ulrich Drepper a677a039be flag parameters: socket and socketpair 17 years ago
Vlad Yasevich 4e54064e0a sctp: Allow only 1 listening socket with SO_REUSEADDR 17 years ago
Vlad Yasevich 23b29ed80b sctp: Do not leak memory on multiple listen() calls 17 years ago