aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_connection_sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-01net: percpu_counter_inc() should not be called in BH-disabled sectionEric Dumazet1-2/+2
2008-11-25net: Use a percpu_counter for orphan_countEric Dumazet1-2/+2
2008-11-12net: ib_net pointer should depends on CONFIG_NET_NSEric Dumazet1-2/+2
2008-11-03net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c inetpeer.c ip_output.cJianjun Kong1-1/+1
2008-10-08inet: cleanup of local_port_rangeEric Dumazet1-7/+9
2008-10-01tcp: Port redirection support for TCPKOVACS Krisztian1-0/+2
2008-10-01ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian1-0/+1
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-9/+9
2008-07-16mib: add net to IP_INC_STATS_BHPavel Emelyanov1-2/+2
2008-07-16ipv4: prepare net initialization for IP accountingPavel Emelyanov1-1/+2