summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
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-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-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
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn
2015-03-06fib_trie: Add key vector to root, return parent key_vector in resizeAlexander Duyck
2015-03-06fib_trie: Move parent from key_vector to tnodeAlexander Duyck
2015-03-06fib_trie: Pull empty_children and full_children into tnodeAlexander Duyck
2015-03-06fib_trie: Move rcu from key_vector to tnode, add accessors.Alexander Duyck
2015-03-06fib_trie: Add tnode struct as a container for fields not needed in key_vectorAlexander Duyck
2015-03-06fib_trie: Rename tnode_child_length to child_lengthAlexander Duyck
2015-03-06fib_trie: replace tnode_get_child functions with get_child macrosAlexander Duyck
2015-03-06fib_trie: Rename tnode to key_vectorAlexander Duyck
2015-03-06fib_trie: Return pointer to tnode pointer in resize/inflate/halveAlexander Duyck
2015-03-06fib_trie: Minor cleanups to fib_table_flush_externalAlexander Duyck
2015-03-06ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du
2015-03-06ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du
2015-03-06ipv4: Fix unused variable warnings in fib_table_flush_external.David S. Miller
2015-03-06fib: hook IPv4 fib for hardware offloadScott Feldman
2015-03-06switchdev: don't support custom ip rules, for nowScott Feldman
2015-03-05inet_diag: remove duplicate code from inet_twsk_diag_dump()Eric Dumazet
2015-03-05tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet
2015-03-05ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov
2015-03-06netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso
2015-03-06netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_clusterPablo Neira Ayuso
2015-03-04fib_trie: Prevent allocating tnode if bits is too big for size_tAlexander Duyck
2015-03-04fib_trie: Update last spot w/ idx >> n->bits code and explanationAlexander Duyck
2015-03-04fib_trie: Make fib_table rcu safeAlexander Duyck
2015-03-04fib_trie: move leaf and tnode to occupy the same spot in the key vectorAlexander Duyck
2015-03-04fib_trie: Update insert and delete to make use of tp from find_nodeAlexander Duyck
2015-03-04fib_trie: Fib find node should return parentAlexander Duyck