summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-095-26/+62
|\
| * netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso2015-03-061-17/+21
| * netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_clusterPablo Neira Ayuso2015-03-061-0/+7
| * netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal2015-03-033-9/+34
* | fib_trie: Add key vector to root, return parent key_vector in resizeAlexander Duyck2015-03-061-232/+201Star
* | fib_trie: Move parent from key_vector to tnodeAlexander Duyck2015-03-061-6/+5Star
* | fib_trie: Pull empty_children and full_children into tnodeAlexander Duyck2015-03-061-15/+16
* | fib_trie: Move rcu from key_vector to tnode, add accessors.Alexander Duyck2015-03-061-18/+16Star
* | fib_trie: Add tnode struct as a container for fields not needed in key_vectorAlexander Duyck2015-03-061-33/+39
* | fib_trie: Rename tnode_child_length to child_lengthAlexander Duyck2015-03-061-24/+29
* | fib_trie: replace tnode_get_child functions with get_child macrosAlexander Duyck2015-03-061-36/+24Star
* | fib_trie: Rename tnode to key_vectorAlexander Duyck2015-03-061-119/+128
* | fib_trie: Return pointer to tnode pointer in resize/inflate/halveAlexander Duyck2015-03-061-41/+65
* | fib_trie: Minor cleanups to fib_table_flush_externalAlexander Duyck2015-03-061-12/+8Star
* | ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du2015-03-064-2/+45
* | ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du2015-03-063-3/+19
* | ipv4: Fix unused variable warnings in fib_table_flush_external.David S. Miller2015-03-061-2/+0Star
* | fib: hook IPv4 fib for hardware offloadScott Feldman2015-03-061-1/+30
* | switchdev: don't support custom ip rules, for nowScott Feldman2015-03-063-0/+77
* | inet_diag: remove duplicate code from inet_twsk_diag_dump()Eric Dumazet2015-03-061-24/+31
* | fib_trie: Prevent allocating tnode if bits is too big for size_tAlexander Duyck2015-03-051-3/+13
* | fib_trie: Update last spot w/ idx >> n->bits code and explanationAlexander Duyck2015-03-051-5/+13
* | fib_trie: Make fib_table rcu safeAlexander Duyck2015-03-052-21/+52
* | fib_trie: move leaf and tnode to occupy the same spot in the key vectorAlexander Duyck2015-03-051-24/+27
* | fib_trie: Update insert and delete to make use of tp from find_nodeAlexander Duyck2015-03-051-142/+95Star
* | fib_trie: Fib find node should return parentAlexander Duyck2015-03-051-18/+24
* | fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leafAlexander Duyck2015-03-051-96/+120
* | fib_trie: Only resize tnodes once instead of on each leaf removal in fib_tabl...Alexander Duyck2015-03-051-63/+78
* | neigh: Factor out ___neigh_lookup_norefEric W. Biederman2015-03-041-1/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-043-3/+4
|\ \ | |/ |/|
| * udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-03-031-1/+2
| * tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell2015-02-231-1/+1
| * ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov2015-02-201-1/+1
* | neigh: Don't require dst in neigh_hh_initEric W. Biederman2015-03-021-0/+1
* | arp: Kill arp_findEric W. Biederman2015-03-021-65/+0Star
* | arp: Remove special case to give AX25 it's open arp operations.Eric W. Biederman2015-03-021-37/+0Star
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-026-25/+20Star
* | net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-022-3/+2Star
* | tcp: cleanup static functionsEric Dumazet2015-02-282-3/+2Star
* | tcp: tso: allow CA_CWR state in tcp_tso_should_defer()Eric Dumazet2015-02-281-1/+1
* | tcp: tso: restore IW10 after TSO autosizingEric Dumazet2015-02-281-2/+11
* | tcp: tso: remove tp->tso_deferredEric Dumazet2015-02-281-9/+5Star
* | fib_trie: Remove leaf_infoAlexander Duyck2015-02-271-307/+156Star
* | fib_trie: Add slen to fib aliasAlexander Duyck2015-02-272-19/+19
* | fib_trie: Replace plen with slen in leaf_infoAlexander Duyck2015-02-271-33/+30Star
* | fib_trie: Convert fib_alias to hlist from listAlexander Duyck2015-02-273-39/+47
* | multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2015-02-272-0/+44
* | udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert2015-02-271-0/+10
* | igmp: add __ip_mc_{join|leave}_group()Eric Dumazet2015-02-201-18/+34
* | tcp: silence registration messagestephen hemminger2015-02-201-1/+1
|/