summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2015-03-19inet: add a schedule point in inet_twsk_purge()Eric Dumazet1-0/+1
2015-03-19ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner3-41/+25
2015-03-19ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner1-6/+25
2015-03-19inet: request sock should init IPv6/IPv4 addressesEric Dumazet3-8/+8
2015-03-19inet: get rid of last __inet_hash_connect() argumentEric Dumazet1-5/+4
2015-03-19ipv6: get rid of __inet6_hash()Eric Dumazet1-6/+6
2015-03-19inet: add IPv6 support to sk_ehashfn()Eric Dumazet2-5/+14
2015-03-19net: introduce sk_ehashfn() helperEric Dumazet1-11/+6
2015-03-19netns: constify net_hash_mix() and various callersEric Dumazet4-12/+12
2015-03-18inet: fix request sock refcountingEric Dumazet3-9/+7
2015-03-18inet: avoid fastopen lock for regular accept()Eric Dumazet1-2/+4
2015-03-18tcp: rename struct tcp_request_sock listenerEric Dumazet4-12/+6
2015-03-18inet: add rsk_listener field to struct request_sockEric Dumazet1-1/+1
2015-03-18inet: uninline inet_reqsk_alloc()Eric Dumazet1-0/+24
2015-03-18inet: 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-16tcp_metrics: fix wrong lockdep annotationsEric Dumazet1-12/+8
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-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-13inet: introduce ireq_familyEric Dumazet3-1/+3
2015-03-13inet: get_openreq4() & get_openreq6() do not need listenerEric Dumazet2-6/+5
2015-03-13inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet1-0/+2
2015-03-13ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet1-1/+0
2015-03-13fib_trie: Provide a deterministic order for fib_alias w/ tables mergedAlexander Duyck1-11/+17
2015-03-13fib_trie: Avoid NULL pointer if local table is not allocatedAlexander Duyck1-1/+4
2015-03-12net: Introduce possible_net_tEric W. Biederman1-3/+1
2015-03-12net: Kill hold_net release_netEric W. Biederman3-6/+3
2015-03-12net: fix CONFIG_NET_NS=n compilationEric Dumazet2-2/+2
2015-03-12net: add real socket cookiesEric Dumazet5-5/+15
2015-03-12fib_trie: Only display main table in /proc/net/routeAlexander Duyck1-0/+5
2015-03-12fib_trie: Fix uninitialized variable warningAlexander Duyck1-3/+3
2015-03-11fib_trie: call fib_table_flush_external under RTNLSabrina Dubroca1-1/+2
2015-03-11ipv4: FIB Local/MAIN table collapseAlexander Duyck4-18/+234
2015-03-11fib_trie: Address possible NULL pointer dereference in resizeAlexander Duyck1-4/+2
2015-03-10fib_trie: Correctly handle case of key == 0 in leaf_walk_rcuAlexander Duyck1-1/+1
2015-03-10inet_diag: add const to inet_diag_req_v2Eric Dumazet3-22/+26
2015-03-10inet_diag: cleanupsEric Dumazet1-73/+71
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1