aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_connection_sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-22ipv4: tcp: dont cache output dst for syncookiesEric Dumazet1-2/+6
2012-06-01tcp: do not create inetpeer on SYNACK messageEric Dumazet1-1/+2
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov1-0/+3
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+2
2012-04-14tcp: bind() use stronger condition for bind_conflictAlex Copot1-4/+14
2012-04-14inet: makes syn_ack_timeout mandatoryEric Dumazet1-2/+1
2012-04-14tcp: RFC6298 supersedes RFC2988bisEric Dumazet1-1/+1
2012-01-25tcp: bind() optimize port allocationFlavio Leitner1-4/+2
2012-01-25tcp: bind() fix autoselection to share portsFlavio Leitner1-0/+5
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-1/+1
2011-11-08net: rename sk_clone to sk_clone_lockEric Dumazet1-4/+13
2011-05-24seqlock: Get rid of SEQLOCK_UNLOCKEDEric Dumazet1-1/+1
2011-05-18ipv4: Make caller provide flowi4 key to inet_csk_route_req().David S. Miller1-5/+5
2011-05-08ipv4: Create inet_csk_route_child_sock().David S. Miller1-0/+33
2011-04-28ipv4: Get route daddr from flow key in inet_csk_route_req().David S. Miller1-1/+1
2011-04-28inet: add RCU protection to inet->optEric Dumazet1-3/+3
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+2
2011-04-13Revert "tcp: disallow bind() to reuse addr/port"David S. Miller1-3/+2
2011-03-31ipv4: Use flowi4_init_output() in inet_connection_sock.cDavid S. Miller1-12/+6
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller1-2/+2
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-13/+13
2011-03-12net: Make flowi ports AF dependent.David S. Miller1-2/+2
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-10/+12
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-1/+2
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller1-1/+1
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller1-1/+1
2011-01-11tcp: disallow bind() to reuse addr/portEric Dumazet1-2/+3
2010-12-09net: optimize INET input path furtherEric Dumazet1-4/+3
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-9/+6
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet1-18/+1
2010-06-10net-next: remove useless union keywordChangli Gao1-1/+1
2010-05-15net: reserve ports for applications using fixed port numbersAmerigo Wang1-0/+6
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+5
2010-04-28Revert "tcp: bind() fix when many ports are bound"David S. Miller1-11/+5
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+11
2010-04-22tcp: bind() fix when many ports are boundEric Dumazet1-5/+11
2010-04-20net: sk_sleep() helperEric Dumazet1-2/+2
2010-01-17tcp: account SYN-ACK timeouts & retransmissionsOctavian Purdila1-0/+2
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson1-1/+1
2009-11-25net: use net_eq to compare netsOctavian Purdila1-2/+2
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+31
2009-10-19tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPTJulian Anastasov1-3/+31
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-10/+10
2009-10-07net: Add sk_mark route lookup support for IPv4 listening socketsAtis Elsts1-0/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-02-01net: move bsockets outside of read only beginning of struct inet_hashinfoEric Dumazet1-1/+1
2009-02-01inet: Fix virt-manager regression due to bind(0) changes.Stephen Hemminger1-1/+2
2009-01-21inet: Allowing more than 64k connections and heavily optimize bind(0) time.Evgeniy Polyakov1-7/+34
2008-12-29net: Fix percpu counters deadlockHerbert Xu1-2/+2
2008-12-14icsk: join error paths using gotoIlpo Järvinen1-9/+10