summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2017-10-03ipv4: ipmr: Don't forward packets already forwarded by hardwareYotam Gigi1-5/+32
2017-10-03ipv4: ipmr: Add the parent ID field to VIF structYotam Gigi1-0/+11
2017-10-02ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan3-28/+24
2017-10-02ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan5-32/+63
2017-10-02ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan4-9/+4
2017-10-02ipv4: Namespaceify tcp_fastopen knobHaishuang Yan5-18/+20
2017-10-01net: ipmr: make function ipmr_notifier_init staticColin Ian King1-1/+1
2017-09-29net: ipv4: remove fib_info arg to fib_check_nhDavid Ahern1-3/+3
2017-09-29net: ipv4: remove fib_weightDavid Ahern1-9/+0
2017-09-29tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran1-1/+1
2017-09-28inetpeer: speed up inetpeer_invalidate_tree()Eric Dumazet1-4/+7
2017-09-27net: mroute: Check if rule is a default ruleYotam Gigi1-0/+12
2017-09-27net: ipmr: Add MFC offload indicationYotam Gigi1-0/+3
2017-09-27ipmr: Send FIB notifications on MFC and VIF entriesYotam Gigi1-0/+53
2017-09-27ipmr: Add FIB notification access functionsYotam Gigi1-2/+135
2017-09-27ipmr: Add reference count to MFC entriesYotam Gigi1-3/+5
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-36/+13
2017-09-23inet: fix improper empty comparisonJosef Bacik1-1/+1
2017-09-23net: use inet6_rcv_saddr to compare socketsJosef Bacik1-1/+1
2017-09-23net: set tb->fast_sk_familyJosef Bacik1-0/+2
2017-09-22net: avoid a full fib lookup when rp_filter is disabled.Paolo Abeni2-17/+35
2017-09-21udp: do rmem bulk free even if the rx sk queue is emptyPaolo Abeni1-2/+1
2017-09-20ipv4: speedup ipv6 tunnels dismantleEric Dumazet4-24/+24
2017-09-20tcp: batch tcp_net_metrics_exitEric Dumazet1-5/+9
2017-09-20tcp: fastopen: fix on syn-data transmit failureEric Dumazet1-0/+9
2017-09-20net: sk_buff rbnode reorgEric Dumazet1-22/+5
2017-09-19tcp: remove two unused functionsYuchung Cheng1-34/+0
2017-09-18net: Convert int functions to boolJoe Perches1-18/+18
2017-09-18net: tcp_input: Neaten DBGUNDOJoe Perches1-4/+2
2017-09-16tcp: fix data delivery rateEric Dumazet1-4/+3
2017-09-16tcp: update skb->skb_mstamp more carefullyEric Dumazet1-7/+12
2017-09-16net: ipv4: fix l3slave check for index returned in IP_PKTINFODavid Ahern1-2/+6
2017-09-13ip_tunnel: fix ip tunnel lookup in collect_md modeHaishuang Yan1-1/+1
2017-09-13tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet1-1/+1
2017-09-09ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan1-2/+2
2017-09-09tcp: fix a request socket leakEric Dumazet1-3/+3
2017-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+2
2017-09-08netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal2-0/+2
2017-09-08udp: drop head states only when all skb references are gonePaolo Abeni1-1/+4
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds71-1359/+1323
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+4
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao1-9/+3
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao3-8/+8
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal1-1/+0
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar8-27/+45
2017-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller12-84/+63
2017-09-03Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer1-9/+3
2017-09-03Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer1-3/+1
2017-09-02net: Add module reference to FIB notifiersIdo Schimmel1-0/+2
2017-09-02net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet1-2/+0