summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
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
2015-03-04fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leafAlexander Duyck
2015-03-04fib_trie: Only resize tnodes once instead of on each leaf removal in fib_tabl...Alexander Duyck
2015-03-04net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-02udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-03-03netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman
2015-03-02arp: Kill arp_findEric W. Biederman
2015-03-02arp: Remove special case to give AX25 it's open arp operations.Eric W. Biederman
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger
2015-02-28tcp: cleanup static functionsEric Dumazet
2015-02-28tcp: tso: allow CA_CWR state in tcp_tso_should_defer()Eric Dumazet
2015-02-28tcp: tso: restore IW10 after TSO autosizingEric Dumazet
2015-02-28tcp: tso: remove tp->tso_deferredEric Dumazet
2015-02-27fib_trie: Remove leaf_infoAlexander Duyck
2015-02-27fib_trie: Add slen to fib aliasAlexander Duyck
2015-02-27fib_trie: Replace plen with slen in leaf_infoAlexander Duyck
2015-02-27fib_trie: Convert fib_alias to hlist from listAlexander Duyck
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa
2015-02-27udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert