summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Namespaceify tcp_fastopen knobHaishuang Yan2017-10-025-18/+20
* net: ipmr: make function ipmr_notifier_init staticColin Ian King2017-10-011-1/+1
* net: ipv4: remove fib_info arg to fib_check_nhDavid Ahern2017-09-291-3/+3
* net: ipv4: remove fib_weightDavid Ahern2017-09-291-9/+0Star
* tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran2017-09-291-1/+1
* inetpeer: speed up inetpeer_invalidate_tree()Eric Dumazet2017-09-281-4/+7
* net: mroute: Check if rule is a default ruleYotam Gigi2017-09-271-0/+12
* net: ipmr: Add MFC offload indicationYotam Gigi2017-09-271-0/+3
* ipmr: Send FIB notifications on MFC and VIF entriesYotam Gigi2017-09-271-0/+53
* ipmr: Add FIB notification access functionsYotam Gigi2017-09-271-2/+135
* ipmr: Add reference count to MFC entriesYotam Gigi2017-09-271-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-232-36/+13Star
|\
| * inet: fix improper empty comparisonJosef Bacik2017-09-231-1/+1
| * net: use inet6_rcv_saddr to compare socketsJosef Bacik2017-09-231-1/+1
| * net: set tb->fast_sk_familyJosef Bacik2017-09-231-0/+2
| * tcp: fastopen: fix on syn-data transmit failureEric Dumazet2017-09-201-0/+9
| * tcp: remove two unused functionsYuchung Cheng2017-09-191-34/+0Star
* | net: avoid a full fib lookup when rp_filter is disabled.Paolo Abeni2017-09-222-17/+35
* | udp: do rmem bulk free even if the rx sk queue is emptyPaolo Abeni2017-09-201-2/+1Star
* | ipv4: speedup ipv6 tunnels dismantleEric Dumazet2017-09-204-24/+24
* | tcp: batch tcp_net_metrics_exitEric Dumazet2017-09-201-5/+9
* | net: sk_buff rbnode reorgEric Dumazet2017-09-201-22/+5Star
* | net: Convert int functions to boolJoe Perches2017-09-181-18/+18
* | net: tcp_input: Neaten DBGUNDOJoe Perches2017-09-181-4/+2Star
|/
* tcp: fix data delivery rateEric Dumazet2017-09-161-4/+3Star
* tcp: update skb->skb_mstamp more carefullyEric Dumazet2017-09-151-7/+12
* net: ipv4: fix l3slave check for index returned in IP_PKTINFODavid Ahern2017-09-151-2/+6
* ip_tunnel: fix ip tunnel lookup in collect_md modeHaishuang Yan2017-09-131-1/+1
* tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet2017-09-131-1/+1
* ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan2017-09-091-2/+2
* tcp: fix a request socket leakEric Dumazet2017-09-091-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-09-082-0/+2
|\
| * netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal2017-09-082-0/+2
* | udp: drop head states only when all skb references are gonePaolo Abeni2017-09-081-1/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-0671-1359/+1323Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-062-12/+4Star
| |\
| | * Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-031-9/+3Star
| | * Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-031-3/+1Star
| * | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-041-9/+3Star
| * | net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao2017-09-043-8/+8
| * | netfilter: remove unused hooknum arg from packet functionsFlorian Westphal2017-09-041-1/+0Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-0412-84/+63Star
| |\ \
| | * | netfilter: conntrack: place print_tuple in procfs partFlorian Westphal2017-08-242-19/+0Star
| | * | netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal2017-08-241-1/+0Star
| | * | netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal2017-08-241-1/+0Star
| | * | netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal2017-08-241-6/+7
| | * | netfilter: nf_nat_h323: fix logical-not-parentheses warningNick Desaulniers2017-08-241-27/+30
| | * | netfilter: constify nf_loginfo structuresJulia Lawall2017-08-023-3/+3
| | * | netfilter: xtables: Remove unused variable in compat_copy_entry_from_user()Taehee Yoo2017-08-022-4/+0Star
| | * | netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal2017-07-311-14/+2Star