aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_connection_sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2008-06-16inet: add struct net argument to inet_bhashfnPavel Emelyanov1-2/+4
2008-06-16tcp: Revert reset of deferred accept changes in 2.6.26David S. Miller1-3/+3
2008-06-12tcp: Revert 'process defer accept as established' changes.David S. Miller1-3/+8
2008-04-14[SOCK]: Add some notes about per-bind-bucket sock lookup.Pavel Emelyanov1-0/+7
2008-04-13[INET]: sk_reuse is valboolGerrit Renker1-2/+0
2008-04-03[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.Denis V. Lunev1-19/+0
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2008-03-24[NETNS]: Process INET socket layer in the correct namespace.Denis V. Lunev1-1/+1
2008-03-22[SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov1-1/+1
2008-03-21[TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus1-8/+3
2008-03-21[TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synackPatrick McManus1-2/+3
2008-03-21[TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_threshPatrick McManus1-2/+1
2008-02-29[INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.Denis V. Lunev1-1/+1
2008-02-03[SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo1-5/+3
2008-01-31[NETNS]: Make bind buckets live in net namespaces.Pavel Emelyanov1-3/+5
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_flow.Denis V. Lunev1-1/+1
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-12/+5
2007-10-18[INET]: Justification for local port range robustness.Anton Arapov1-1/+1
2007-10-10[INET]: local port range robustnessStephen Hemminger1-4/+18
2007-06-03[TCP]: Use default 32768-61000 outgoing port range in all cases.Mark Glines1-3/+1
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-3/+3
2006-12-02[NET]: Size listen hash tables using backlog hintEric Dumazet1-1/+1
2006-09-28[IPV4]: inet_rcv_saddr() annotationsAl Viro1-2/+2
2006-09-28[IPV4]: inet_csk_search_req() annotationsAl Viro1-3/+3
2006-09-28[IPV4]: inet_csk_search_req() (partial) annotationsAl Viro1-4/+4
2006-09-22[MLSXFRM]: Auto-labeling of child socketsVenkat Yekkirala1-1/+3