aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-10inet_diag: add const to inet_diag_req_v2Eric Dumazet3-22/+26
2015-03-10inet_diag: cleanupsEric Dumazet1-73/+71
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal1-1/+1
2015-03-09switchdev: add netlink flags to IPv4 FIB add opScott Feldman1-1/+4
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-23/+43
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman2-3/+0
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-26/+62
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn1-10/+23
2015-03-06fib_trie: Add key vector to root, return parent key_vector in resizeAlexander Duyck1-232/+201
2015-03-06fib_trie: Move parent from key_vector to tnodeAlexander Duyck1-6/+5
2015-03-06fib_trie: Pull empty_children and full_children into tnodeAlexander Duyck1-15/+16
2015-03-06fib_trie: Move rcu from key_vector to tnode, add accessors.Alexander Duyck1-18/+16
2015-03-06fib_trie: Add tnode struct as a container for fields not needed in key_vectorAlexander Duyck1-33/+39
2015-03-06fib_trie: Rename tnode_child_length to child_lengthAlexander Duyck1-24/+29
2015-03-06fib_trie: replace tnode_get_child functions with get_child macrosAlexander Duyck1-36/+24
2015-03-06fib_trie: Rename tnode to key_vectorAlexander Duyck1-119/+128
2015-03-06fib_trie: Return pointer to tnode pointer in resize/inflate/halveAlexander Duyck1-41/+65
2015-03-06fib_trie: Minor cleanups to fib_table_flush_externalAlexander Duyck1-12/+8
2015-03-06ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du4-2/+45
2015-03-06ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du3-3/+19
2015-03-06ipv4: Fix unused variable warnings in fib_table_flush_external.David S. Miller1-2/+0
2015-03-06fib: hook IPv4 fib for hardware offloadScott Feldman1-1/+30
2015-03-06switchdev: don't support custom ip rules, for nowScott Feldman3-0/+77
2015-03-05inet_diag: remove duplicate code from inet_twsk_diag_dump()Eric Dumazet1-24/+31
2015-03-05tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet1-7/+3
2015-03-05ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov1-4/+7
2015-03-06netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso1-17/+21
2015-03-06netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_clusterPablo Neira Ayuso1-0/+7
2015-03-04fib_trie: Prevent allocating tnode if bits is too big for size_tAlexander Duyck1-3/+13
2015-03-04fib_trie: Update last spot w/ idx >> n->bits code and explanationAlexander Duyck1-5/+13
2015-03-04fib_trie: Make fib_table rcu safeAlexander Duyck2-21/+52
2015-03-04fib_trie: move leaf and tnode to occupy the same spot in the key vectorAlexander Duyck1-24/+27
2015-03-04fib_trie: Update insert and delete to make use of tp from find_nodeAlexander Duyck1-142/+95
2015-03-04fib_trie: Fib find node should return parentAlexander Duyck1-18/+24
2015-03-04fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leafAlexander Duyck1-96/+120
2015-03-04fib_trie: Only resize tnodes once instead of on each leaf removal in fib_table_flushAlexander Duyck1-63/+78
2015-03-04net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-2/+10
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman1-1/+8
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+4
2015-03-02udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-03-03netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal3-9/+34
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman1-0/+1
2015-03-02arp: Kill arp_findEric W. Biederman1-65/+0
2015-03-02arp: 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-02-28tcp: 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