summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2015-03-05fib_trie: Prevent allocating tnode if bits is too big for size_tAlexander Duyck1-3/+13
2015-03-05fib_trie: Update last spot w/ idx >> n->bits code and explanationAlexander Duyck1-5/+13
2015-03-05fib_trie: Make fib_table rcu safeAlexander Duyck2-21/+52
2015-03-05fib_trie: move leaf and tnode to occupy the same spot in the key vectorAlexander Duyck1-24/+27
2015-03-05fib_trie: Update insert and delete to make use of tp from find_nodeAlexander Duyck1-142/+95
2015-03-05fib_trie: Fib find node should return parentAlexander Duyck1-18/+24
2015-03-05fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leafAlexander Duyck1-96/+120
2015-03-05fib_trie: Only resize tnodes once instead of on each leaf removal in fib_tabl...Alexander Duyck1-63/+78
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman1-1/+8
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+4
2015-03-03udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-03-03neigh: Don't require dst in neigh_hh_initEric W. Biederman1-0/+1
2015-03-03arp: Kill arp_findEric W. Biederman1-65/+0
2015-03-03arp: Remove special case to give AX25 it's open arp operations.Eric W. Biederman1-37/+0
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue6-25/+20
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2-3/+2
2015-03-01tcp: cleanup static functionsEric Dumazet2-3/+2
2015-02-28tcp: tso: allow CA_CWR state in tcp_tso_should_defer()Eric Dumazet1-1/+1
2015-02-28tcp: tso: restore IW10 after TSO autosizingEric Dumazet1-2/+11
2015-02-28tcp: tso: remove tp->tso_deferredEric Dumazet1-9/+5
2015-02-28fib_trie: Remove leaf_infoAlexander Duyck1-307/+156
2015-02-28fib_trie: Add slen to fib aliasAlexander Duyck2-19/+19
2015-02-28fib_trie: Replace plen with slen in leaf_infoAlexander Duyck1-33/+30
2015-02-28fib_trie: Convert fib_alias to hlist from listAlexander Duyck3-39/+47
2015-02-28multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2-0/+44
2015-02-28udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert1-0/+10
2015-02-23tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell1-1/+1
2015-02-20igmp: add __ip_mc_{join|leave}_group()Eric Dumazet1-18/+34
2015-02-20ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov1-1/+1
2015-02-20tcp: silence registration messagestephen hemminger1-1/+1
2015-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-23/+66
2015-02-15net: spelling fixesStephen Hemminger1-1/+1
2015-02-13tcp: make sure skb is not shared before using skb_get()Eric Dumazet1-8/+24
2015-02-13memcg: cleanup static keys decrementVladimir Davydov1-0/+4
2015-02-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-21/+30
2015-02-12mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner1-1/+1
2015-02-12gue: Use checksum partial with remote checksum offloadTom Herbert1-6/+22
2015-02-12net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert1-2/+2
2015-02-12udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert1-1/+12
2015-02-12net: Fix remcsum in GRO path to not change packetTom Herbert1-10/+10
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore1-21/+30
2015-02-10ipv4: Namespecify TCP PMTU mechanismFan Du4-21/+23
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2015-02-10tcp: don't include Fast Open option in SYN-ACK on pure SYN-dataYuchung Cheng1-5/+8
2015-02-09net: rfs: add hash collision detectionEric Dumazet1-2/+0
2015-02-09gre/ipip: use be16 variants of netlink functionsSabrina Dubroca2-12/+12
2015-02-08tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell1-5/+24
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell2-7/+23
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell1-1/+5
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell3-0/+14