aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-23ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request socketsEric Dumazet1-35/+34
2015-03-23net: convert syn_wait_lock to a spinlockEric Dumazet3-12/+12
2015-03-23inet: remove some sk_listener dependenciesEric Dumazet1-11/+11
2015-03-23inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet2-4/+6
2015-03-23inet: cache listen_sock_qlen() and read rskq_defer_accept onceEric Dumazet1-6/+9
2015-03-20Revert "selinux: add a skb_owned_by() hook"Eric Dumazet1-1/+0
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-11/+29
2015-03-20tcp: fix tcp fin memory accountingJosh Hunt1-5/+1
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet7-91/+83
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet4-23/+23
2015-03-18inet: add a schedule point in inet_twsk_purge()Eric Dumazet1-0/+1
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner3-41/+25
2015-03-18ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner1-6/+25
2015-03-18inet: request sock should init IPv6/IPv4 addressesEric Dumazet3-8/+8
2015-03-18inet: get rid of last __inet_hash_connect() argumentEric Dumazet1-5/+4
2015-03-18ipv6: get rid of __inet6_hash()Eric Dumazet1-6/+6
2015-03-18inet: add IPv6 support to sk_ehashfn()Eric Dumazet2-5/+14
2015-03-18net: introduce sk_ehashfn() helperEric Dumazet1-11/+6
2015-03-18netns: constify net_hash_mix() and various callersEric Dumazet4-12/+12
2015-03-17inet: fix request sock refcountingEric Dumazet3-9/+7
2015-03-17inet: avoid fastopen lock for regular accept()Eric Dumazet1-2/+4
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet4-12/+6
2015-03-17inet: add rsk_listener field to struct request_sockEric Dumazet1-1/+1
2015-03-17inet: uninline inet_reqsk_alloc()Eric Dumazet1-0/+24
2015-03-17inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet2-4/+2
2015-03-17tcp: uninline tcp_oow_rate_limited()Eric Dumazet1-0/+30
2015-03-17tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet1-0/+25
2015-03-17inet: Clean up inet_csk_wait_for_connect() vs. might_sleep()Eric Dumazet1-0/+1
2015-03-16tcp_metrics: fix wrong lockdep annotationsEric Dumazet1-12/+8
2015-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+1
2015-03-16inet: add proper refcounting to request sockEric Dumazet3-10/+10
2015-03-16inet: factorize sock_edemux()/sock_gen_put() codeEric Dumazet1-0/+6
2015-03-16inet_diag: allow sk_diag_fill() to handle request socksEric Dumazet1-67/+53
2015-03-16inet: ip early demux should avoid request socketsEric Dumazet1-1/+1
2015-03-14inet_diag: factorize code in new inet_diag_msg_common_fill() helperEric Dumazet1-101/+47
2015-03-14inet_diag: adjust inet_sk_diag_fill() bug conditionEric Dumazet1-1/+1
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet3-1/+6
2015-03-13inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet1-3/+15
2015-03-13tcp_metrics: Use a single hash table for all network namespaces.Eric W. Biederman1-36/+30
2015-03-13tcp_metrics: Rewrite tcp_metrics_flush_allEric W. Biederman1-10/+11
2015-03-13tcp_metrics: Remove the unused return code from tcp_metrics_flush_allEric W. Biederman1-4/+5
2015-03-13tcp_metrics: Add a field tcpm_net and verify it matches on lookupEric W. Biederman1-5/+19
2015-03-13tcp_metrics: Mix the network namespace into the hash function.Eric W. Biederman1-0/+5
2015-03-13tcp_metrics: panic when tcp_metrics_init fails.Eric W. Biederman1-9/+3
2015-03-12inet: introduce ireq_familyEric Dumazet3-1/+3
2015-03-12inet: get_openreq4() & get_openreq6() do not need listenerEric Dumazet2-6/+5
2015-03-12inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet1-0/+2
2015-03-12ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet1-1/+0
2015-03-12fib_trie: Provide a deterministic order for fib_alias w/ tables mergedAlexander Duyck1-11/+17
2015-03-12fib_trie: Avoid NULL pointer if local table is not allocatedAlexander Duyck1-1/+4