aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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
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-11net: fix CONFIG_NET_NS=n compilationEric Dumazet2-2/+2
2015-03-11net: add real socket cookiesEric Dumazet5-5/+15
2015-03-11fib_trie: Only display main table in /proc/net/routeAlexander Duyck1-0/+5
2015-03-11fib_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-10fib_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
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal1-1/+1
2015-03-09switchdev: add netlink flags to IPv4 FIB add opScott Feldman1-1/+4
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-23/+43
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman2-3/+0
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-26/+62
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn1-10/+23