Commit Graph

958 Commits (22735ce857a2d9f4e6eec37c36be3fcf9d21d154)

Author SHA1 Message Date
Christoph Paasch 1a2c6181c4 tcp: Remove TCPCT 12 years ago
Gao feng ece31ffd53 net: proc: change proc_net_remove to remove_proc_entry 12 years ago
Gao feng d4beaa66ad net: proc: change proc_net_fops_create to proc_create 12 years ago
Kees Cook fa201d647b net/dccp: remove depends on CONFIG_EXPERIMENTAL 12 years ago
Kees Cook 95148a0f4a net/dccp/ccids: remove depends on CONFIG_EXPERIMENTAL 12 years ago
Christoph Paasch e337e24d66 inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock 12 years ago
Eric Dumazet e6c022a4fa tcp: better retrans tracking for defer-accept 12 years ago
Mathias Krause 7b07f8eb75 dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO) 13 years ago
Mathias Krause 276bdb82de dccp: check ccid before dereferencing 13 years ago
David S. Miller 92101b3b2e ipv4: Prepare for change of rt->rt_iif encoding. 13 years ago
David S. Miller ba3f7f04ef ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code. 13 years ago
David S. Miller 6700c2709c net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() 13 years ago
David S. Miller 35ad9b9cf7 ipv6: Add helper inet6_csk_update_pmtu(). 13 years ago
David S. Miller 80d0a69fc5 ipv4: Add helper inet_csk_update_pmtu(). 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
Ben Hutchings 2c53040f01 net: Fix (nearly-)kernel-doc comments for various functions 13 years ago
RongQing.Li 0979e465c5 dccp: remove unnecessary codes in ipv6.c 13 years ago
Eric Dumazet 7586eceb0a ipv4: tcp: dont cache output dst for syncookies 13 years ago
David S. Miller 81aded2467 ipv6: Handle PMTU in ICMP error handlers. 13 years ago
Eric Dumazet dc6b9b7823 net: include/net/sock.h cleanup 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 7604adc2ff ipv6: dccp: dont drop packet but consume it 13 years ago
Eric Dumazet 95c9617472 net: cleanup unsigned to unsigned int 13 years ago
Eric Dumazet c72e118334 inet: makes syn_ack_timeout mandatory 13 years ago
Samuel Jero f541fb7e20 dccp: fix bug in sequence number validation during connection setup 13 years ago
Gerrit Renker 793734b587 dccp ccid-3: replace incorrect BUG_ON 13 years ago
Pavel Emelyanov c8991362a0 inet_diag: Rename inet_diag_req into inet_diag_req_v2 13 years ago
Rusty Russell eb93992207 module_param: make bool parameters really bool (net & drivers/net) 13 years ago
Rusty Russell 3db1cd5c05 net: fix assignment of 0/1 to bool variables. 13 years ago
Pavel Emelyanov aec8dc62f6 sock_diag: Fix module netlink aliases 13 years ago
Eric Dumazet dfd56b8b38 net: use IS_ENABLED(CONFIG_IPV6) 13 years ago
Pavel Emelyanov 1942c518ca inet_diag: Generalize inet_diag dump and get_exact calls 13 years ago
Pavel Emelyanov 7b35eadd7e inet_diag: Remove indirect sizeof from inet diag handlers 13 years ago
Pavel Emelyanov f13c95f0e2 inet_diag: Switch from _GETSOCK to IPPROTO_ numbers 13 years ago
Pavel Emelyanov 7f1fb60c4f inet_diag: Partly rename inet_ to sock_ 13 years ago
David S. Miller d984e6197e dccp: Fix compile warning in probe code. 13 years ago
David S. Miller 898f73585b dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb(). 13 years ago
Alexey Dobriyan 4e3fd7a06d net: remove ipv6_addr_copy() 13 years ago
RongQing.Li 525c6465d4 dccp: fix error propagation in dccp_v4_connect 13 years ago
Eric Dumazet e56c57d0d3 net: rename sk_clone to sk_clone_lock 13 years ago
Eric Dumazet 918eb39962 net: add missing bh_unlock_sock() calls 13 years ago
Paul Gortmaker bc3b2d7fb9 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules 13 years ago
Paul Gortmaker d9b9384215 net: add moduleparam.h for users of module_param/MODULE_PARM_DESC 13 years ago
Eric Dumazet b903d324be ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT 13 years ago
David S. Miller 6e5714eaf7 net: Compute protocol sequence numbers and fragment IDs using MD5. 14 years ago
Samuel Jero d96a9e8dd0 dccp ccid-2: check Ack Ratio when reducing cwnd 14 years ago
Samuel Jero 0ce95dc792 dccp ccid-2: increment cwnd correctly 14 years ago