summaryrefslogtreecommitdiff
path: root/net/ipv4/inet_connection_sock.c
AgeCommit message (Expand)Author
2011-04-13Revert "tcp: disallow bind() to reuse addr/port"David S. Miller
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller
2011-03-12net: Make flowi ports AF dependent.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller
2011-01-11tcp: disallow bind() to reuse addr/portEric Dumazet
2010-12-09net: optimize INET input path furtherEric Dumazet
2010-11-17net: use the macros defined for the members of flowiChangli Gao
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet
2010-06-10net-next: remove useless union keywordChangli Gao
2010-05-15net: reserve ports for applications using fixed port numbersAmerigo Wang
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-28Revert "tcp: bind() fix when many ports are bound"David S. Miller
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-22tcp: bind() fix when many ports are boundEric Dumazet
2010-04-20net: sk_sleep() helperEric Dumazet
2010-01-17tcp: account SYN-ACK timeouts & retransmissionsOctavian Purdila
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-19tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPTJulian Anastasov
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-10-07net: Add sk_mark route lookup support for IPv4 listening socketsAtis Elsts
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-02-01net: move bsockets outside of read only beginning of struct inet_hashinfoEric Dumazet
2009-02-01inet: Fix virt-manager regression due to bind(0) changes.Stephen Hemminger
2009-01-21inet: Allowing more than 64k connections and heavily optimize bind(0) time.Evgeniy Polyakov
2008-12-29net: Fix percpu counters deadlockHerbert Xu
2008-12-14icsk: join error paths using gotoIlpo Järvinen
2008-12-01net: percpu_counter_inc() should not be called in BH-disabled sectionEric Dumazet
2008-11-25net: Use a percpu_counter for orphan_countEric Dumazet
2008-11-12net: ib_net pointer should depends on CONFIG_NET_NSEric Dumazet
2008-11-03net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c in...Jianjun Kong
2008-10-08inet: cleanup of local_port_rangeEric Dumazet
2008-10-01tcp: Port redirection support for TCPKOVACS Krisztian
2008-10-01ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-07-16mib: add net to IP_INC_STATS_BHPavel Emelyanov
2008-07-16ipv4: prepare net initialization for IP accountingPavel Emelyanov
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-16inet: add struct net argument to inet_bhashfnPavel Emelyanov
2008-06-16tcp: Revert reset of deferred accept changes in 2.6.26David S. Miller
2008-06-12tcp: Revert 'process defer accept as established' changes.David S. Miller
2008-04-14[SOCK]: Add some notes about per-bind-bucket sock lookup.Pavel Emelyanov
2008-04-13[INET]: sk_reuse is valboolGerrit Renker
2008-04-03[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.Denis V. Lunev
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki