summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-03-17inet: avoid fastopen lock for regular accept()Eric Dumazet
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet
2015-03-17inet: add rsk_listener field to struct request_sockEric Dumazet
2015-03-17inet: uninline inet_reqsk_alloc()Eric Dumazet
2015-03-17inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet
2015-03-17tcp: uninline tcp_oow_rate_limited()Eric Dumazet
2015-03-17tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet
2015-03-17inet: Clean up inet_csk_wait_for_connect() vs. might_sleep()Eric Dumazet
2015-03-16tcp_metrics: fix wrong lockdep annotationsEric Dumazet
2015-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-03-16inet: add proper refcounting to request sockEric Dumazet
2015-03-16inet: factorize sock_edemux()/sock_gen_put() codeEric Dumazet
2015-03-16inet_diag: allow sk_diag_fill() to handle request socksEric Dumazet
2015-03-16inet: ip early demux should avoid request socketsEric Dumazet
2015-03-14inet_diag: factorize code in new inet_diag_msg_common_fill() helperEric Dumazet
2015-03-14inet_diag: adjust inet_sk_diag_fill() bug conditionEric Dumazet
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet
2015-03-13inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet
2015-03-13tcp_metrics: Use a single hash table for all network namespaces.Eric W. Biederman
2015-03-13tcp_metrics: Rewrite tcp_metrics_flush_allEric W. Biederman
2015-03-13tcp_metrics: Remove the unused return code from tcp_metrics_flush_allEric W. Biederman
2015-03-13tcp_metrics: Add a field tcpm_net and verify it matches on lookupEric W. Biederman
2015-03-13tcp_metrics: Mix the network namespace into the hash function.Eric W. Biederman
2015-03-13tcp_metrics: panic when tcp_metrics_init fails.Eric W. Biederman
2015-03-12inet: introduce ireq_familyEric Dumazet
2015-03-12inet: get_openreq4() & get_openreq6() do not need listenerEric Dumazet
2015-03-12inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet
2015-03-12ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet
2015-03-12fib_trie: Provide a deterministic order for fib_alias w/ tables mergedAlexander Duyck
2015-03-12fib_trie: Avoid NULL pointer if local table is not allocatedAlexander Duyck
2015-03-12net: Introduce possible_net_tEric W. Biederman
2015-03-12net: Kill hold_net release_netEric W. Biederman
2015-03-11xps: must clear sender_cpu before forwardingEric Dumazet
2015-03-11net: fix CONFIG_NET_NS=n compilationEric Dumazet
2015-03-11net: add real socket cookiesEric Dumazet
2015-03-11fib_trie: Only display main table in /proc/net/routeAlexander Duyck
2015-03-11fib_trie: Fix uninitialized variable warningAlexander Duyck
2015-03-11tcp: restore 1.5x per RTT limit to CUBIC cwnd growth in congestion avoidanceNeal Cardwell
2015-03-11tcp: fix tcp_cong_avoid_ai() credit accumulation bug with decreases in wNeal Cardwell
2015-03-11fib_trie: call fib_table_flush_external under RTNLSabrina Dubroca
2015-03-11ipv4: FIB Local/MAIN table collapseAlexander Duyck
2015-03-10fib_trie: Address possible NULL pointer dereference in resizeAlexander Duyck
2015-03-10fib_trie: Correctly handle case of key == 0 in leaf_walk_rcuAlexander Duyck
2015-03-10inet_diag: add const to inet_diag_req_v2Eric Dumazet
2015-03-10inet_diag: cleanupsEric Dumazet
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal
2015-03-09switchdev: add netlink flags to IPv4 FIB add opScott Feldman
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman