summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-06inet_diag: remove duplicate code from inet_twsk_diag_dump()Eric Dumazet
2015-03-05fib_trie: Prevent allocating tnode if bits is too big for size_tAlexander Duyck
2015-03-05fib_trie: Update last spot w/ idx >> n->bits code and explanationAlexander Duyck
2015-03-05fib_trie: Make fib_table rcu safeAlexander Duyck
2015-03-05fib_trie: move leaf and tnode to occupy the same spot in the key vectorAlexander Duyck
2015-03-05fib_trie: Update insert and delete to make use of tp from find_nodeAlexander Duyck
2015-03-05fib_trie: Fib find node should return parentAlexander Duyck
2015-03-05fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leafAlexander Duyck
2015-03-05fib_trie: Only resize tnodes once instead of on each leaf removal in fib_tabl...Alexander Duyck
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-03udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
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
2015-02-23tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell
2015-02-20igmp: add __ip_mc_{join|leave}_group()Eric Dumazet
2015-02-20ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov
2015-02-20tcp: silence registration messagestephen hemminger
2015-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-02-15net: spelling fixesStephen Hemminger
2015-02-13tcp: make sure skb is not shared before using skb_get()Eric Dumazet
2015-02-13memcg: cleanup static keys decrementVladimir Davydov
2015-02-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-02-12mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner
2015-02-11gue: Use checksum partial with remote checksum offloadTom Herbert
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert