summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-4/+4
|\
| * ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel2018-06-011-4/+4
* | netfilter: Libify xt_TPROXYMáté Eckl2018-06-033-1/+152
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-06-023-11/+2
|\ \
| * | netfilter: nat: merge ipv4/ipv6 masquerade code into main nat moduleFlorian Westphal2018-05-293-11/+2
* | | tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao2018-05-312-4/+4
* | | net/ipv4: Add support for specifying metric of connected routesDavid Ahern2018-05-292-11/+57
* | | net: bpfilter: make function bpfilter_mbox_request() staticWei Yongjun2018-05-291-2/+3
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-263-3/+5
|\|
| * ipv4: remove warning in ip_recv_errorWillem de Bruijn2018-05-241-2/+0
| * net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu2018-05-231-0/+1
| * ipmr: properly check rhltable_init() return valueEric Dumazet2018-05-221-1/+4
* | net/ipv4: Remove tracepoint in fib_validate_sourceDavid Ahern2018-05-241-2/+0
* | net/ipv4: Udate fib_table_lookup tracepointDavid Ahern2018-05-241-5/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-241-0/+31
|\ \
| * | net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern2018-05-221-0/+31
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-234-162/+115
|\ \ \
| * | | netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal2018-05-233-112/+106
| * | | netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal2018-05-231-6/+13
| * | | netfilter: xtables: allow table definitions not backed by hook_opsFlorian Westphal2018-05-231-1/+4
| * | | netfilter: nf_nat: move common nat code to nat coreFlorian Westphal2018-05-231-53/+2
| |/ /
* | | ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu2018-05-234-40/+134
* | | udp: exclude gso from xfrm pathsWillem de Bruijn2018-05-231-1/+2
* | | net: add skeleton of bpfilter kernel moduleAlexei Starovoitov2018-05-234-0/+63
* | | tcp: do not aggressively quick ack after ECN eventsEric Dumazet2018-05-221-2/+2
* | | tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2018-05-221-11/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-217-7/+25
|\ \ \ | | |/ | |/|
| * | net: test tailroom before appending to linear skbWillem de Bruijn2018-05-171-1/+2
| * | erspan: fix invalid erspan version.William Tu2018-05-171-1/+3
| * | net/ipv4: Initialize proto and ports in flow structDavid Ahern2018-05-173-3/+14
| * | tcp: purge write queue in tcp_connect_init()Eric Dumazet2018-05-161-2/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-05-131-0/+1
| |\ \
| | * | netfilter: x_tables: add module alias for icmp matchesFlorian Westphal2018-05-081-0/+1
* | | | tcp: tcp_rack_reo_wnd() can be statickbuild test robot2018-05-181-1/+1
* | | | tcp: add tcp_comp_sack_nr sysctlEric Dumazet2018-05-183-1/+13
* | | | tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet2018-05-183-2/+10
* | | | tcp: add TCPAckCompressed SNMP counterEric Dumazet2018-05-182-0/+3
* | | | tcp: add SACK compressionEric Dumazet2018-05-184-6/+62
* | | | tcp: do not force quickack when receiving out-of-order packetsEric Dumazet2018-05-181-2/+0
* | | | tcp: don't mark recently sent packets lost on RTOYuchung Cheng2018-05-171-4/+8
* | | | tcp: new helper tcp_rack_skb_timeoutYuchung Cheng2018-05-172-7/+12
* | | | tcp: separate loss marking and state update on RTOYuchung Cheng2018-05-171-2/+2
* | | | tcp: new helper tcp_timeout_mark_lostYuchung Cheng2018-05-171-21/+29
* | | | tcp: account lost retransmit after timeoutYuchung Cheng2018-05-172-17/+5
* | | | tcp: simpler NewReno implementationYuchung Cheng2018-05-172-8/+38
* | | | tcp: disable RFC6675 loss detectionYuchung Cheng2018-05-171-4/+8
* | | | tcp: support DUPACK threshold in RACKYuchung Cheng2018-05-171-13/+27
| |_|/ |/| |
* | | net: ipv4: ipconfig: fix unused variableAnders Roxell2018-05-131-3/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-113-6/+13
|\| |
| * | ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2018-05-112-4/+10