Commit Graph

928 Commits (3c4c4971912d9786100012b94d4ae08a8995f0e7)

Author SHA1 Message Date
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
Samuel Jero d346d886a4 dccp ccid-2: prevent cwnd > Sequence Window 14 years ago
Gerrit Renker 31daf0393f dccp ccid-2: use feature-negotiation to report Ack Ratio changes 14 years ago
Samuel Jero a6444f4237 dccp: send Confirm options only once 14 years ago
Gerrit Renker 44e6fd9e67 dccp: support for exchanging of NN options in established state 2/2 14 years ago
Gerrit Renker d6916f87ca dccp: support for the exchange of NN options in established state 1/2 14 years ago
Gerrit Renker 113ced1f52 dccp ccid-2: Perform congestion-window validation 14 years ago
Gerrit Renker 58fdea0f31 dccp ccid-2: Use existing function to test for data packets 14 years ago
Gerrit Renker b4d5f4b288 dccp ccid-2: move rfc 3390 function into header file 14 years ago
Gerrit Renker 1fd9d2081a dccp: cosmetics of info message 14 years ago
Gerrit Renker 8695e80193 dccp: combine the functionality of enqeueing and cloning 14 years ago
Gerrit Renker c0c2015056 dccp: Clean up slow-path input processing 14 years ago
David S. Miller 6bd023f3dd ipv4: Make caller provide flowi4 key to inet_csk_route_req(). 14 years ago
David S. Miller d9d8da805d inet: Pass flowi to ->queue_xmit(). 14 years ago
David S. Miller 0e73441992 ipv4: Use inet_csk_route_child_sock() in DCCP and TCP. 14 years ago
David S. Miller 2c42758cf6 dccp: Use cork flow in dccp_v4_connect() 14 years ago
Dan Rosenberg a294865978 dccp: handle invalid feature options length 14 years ago
David S. Miller f1390160dd dccp: Use flowi4->saddr in dccp_v4_connect() 14 years ago
David S. Miller 91ab0b60a1 ipv4: Get route daddr from flow key in dccp_v4_connect(). 14 years ago
Eric Dumazet f6d8bd051c inet: add RCU protection to inet->opt 14 years ago
David S. Miller 2d7192d6cb ipv4: Sanitize and simplify ip_route_{connect,newports}() 14 years ago
Eric Dumazet b71d1d426d inet: constify ip headers and in6_addr 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
David S. Miller 1958b856c1 net: Put fl6_* macros to struct flowi6 and use them again. 14 years ago
David S. Miller 4c9483b2fb ipv6: Convert to use flowi6 where applicable. 14 years ago
David S. Miller 9cce96df5b net: Put fl4_* macros to struct flowi4 and use them again. 14 years ago
David S. Miller 9d6ec93801 ipv4: Use flowi4 in public route lookup interfaces. 14 years ago
David S. Miller 6281dcc94a net: Make flowi ports AF dependent. 14 years ago
David S. Miller 1d28f42c1b net: Put flowi_* prefix on AF independent members of struct flowi 14 years ago
David S. Miller b23dd4fe42 ipv4: Make output route lookup return rtable directly. 14 years ago