Commit Graph

857 Commits (1b4f59e356cc94929305bd107b7f38eec62715ad)

Author SHA1 Message Date
Nicolas Dichtel edfee0339e sctp: check src addr when processing SACK to update transport state 13 years ago
Nicolas Dichtel 575659936f sctp: fix a typo in prototype of __sctp_rcv_lookup() 13 years ago
Al Viro 56b31d1c9f unexport sock_map_fd(), switch to sock_alloc_file() 13 years ago
Wei Yongjun 54a2792423 sctp: use list_move_tail instead of list_del/list_add_tail 13 years ago
Thomas Graf 4c3a5bdae2 sctp: Don't charge for data in sndbuf again when transmitting packet 13 years ago
Dan Carpenter 02644a1745 sctp: fix bogus if statement in sctp_auth_recv_cid() 13 years ago
Ulrich Weber 6932f119bd sctp: fix compile issue with disabled CONFIG_NET_NS 13 years ago
Eric W. Biederman e1fc3b14f9 sctp: Make sysctl tunables per net 13 years ago
Eric W. Biederman f53b5b097e sctp: Push struct net down into sctp_verify_ext_param 13 years ago
Eric W. Biederman 24cb81a6a9 sctp: Push struct net down into all of the state machine functions 13 years ago
Eric W. Biederman e7ff4a7037 sctp: Push struct net down into sctp_in_scope 13 years ago
Eric W. Biederman 89bf3450cb sctp: Push struct net down into sctp_transport_init 13 years ago
Eric W. Biederman 55e26eb95a sctp: Push struct net down to sctp_chunk_event_lookup 13 years ago
Eric W. Biederman ebb7e95d93 sctp: Add infrastructure for per net sysctls 13 years ago
Eric W. Biederman b01a24078f sctp: Make the mib per network namespace 13 years ago
Eric W. Biederman bb2db45b54 sctp: Enable sctp in all network namespaces 13 years ago
Eric W. Biederman 13d782f6b4 sctp: Make the proc files per network namespace. 13 years ago
Eric W. Biederman 632c928a6a sctp: Move the percpu sockets counter out of sctp_proc_init 13 years ago
Eric W. Biederman 2ce9550350 sctp: Make the ctl_sock per network namespace 13 years ago
Eric W. Biederman 4db67e8086 sctp: Make the address lists per network namespace 13 years ago
Eric W. Biederman 4110cc255d sctp: Make the association hashtable handle multiple network namespaces 13 years ago
Eric W. Biederman 4cdadcbcb6 sctp: Make the endpoint hashtable handle multiple network namespaces 13 years ago
Eric W. Biederman f1f4376307 sctp: Make the port hash table use struct net in it's key. 13 years ago
Eric W. Biederman a7cb5a49bf userns: Print out socket uids in a user namespace aware fashion. 13 years ago
Mel Gorman c76562b670 netvm: prevent a stream-specific deadlock 13 years ago
David S. Miller 92101b3b2e ipv4: Prepare for change of rt->rt_iif encoding. 13 years ago
Neil Horman 5aa93bcf66 sctp: Implement quick failover draft from tsvwg 13 years ago
David S. Miller f5b0a87436 net: Document dst->obsolete better. 13 years ago
David S. Miller 6700c2709c net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() 13 years ago
Ioan Orghici db28aafad9 sctp: fix sparse warning for sctp_init_cause_fixed 13 years ago
Neil Horman 2eebc1e188 sctp: Fix list corruption resulting from freeing an association on a list 13 years ago
David S. Miller 02f3d4ce9e sctp: Adjust PMTU updates to accomodate route invalidation. 13 years ago
David S. Miller 1ed5c48f23 net: Remove checks for dst_ops->redirect being NULL. 13 years ago
David S. Miller ec18d9a269 ipv6: Add redirect support to all protocol icmp error handlers. 13 years ago
David S. Miller 55be7a9c60 ipv4: Add redirect support to all protocol icmp error handlers. 13 years ago
Neil Horman ed10627725 sctp: refactor sctp_packet_append_chunk and clenup some memory leaks 13 years ago
Neil Horman 4244854d22 sctp: be more restrictive in transport selection on bundled sacks 13 years ago
Daniel Halperin 39d84a58ad sctp: fix warning when compiling without IPv6 13 years ago
Joe Perches e87cc4728f net: Convert net_ratelimit uses to net_<level>_ratelimited 13 years ago
Nicolas Dichtel e0268868ba sctp: check cached dst before using it 13 years ago
Eric Dumazet f545a38f74 net: add a limit parameter to sk_add_backlog() 13 years ago
Eric W. Biederman ec8f23ce0f net: Convert all sysctl registrations to register_net_sysctl 13 years ago
Eric W. Biederman 5dd3df105b net: Move all of the network sysctls without a namespace into init_net. 13 years ago
Eric Dumazet 95c9617472 net: cleanup unsigned to unsigned int 13 years ago
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