aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-04net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimizationMaciej Żenczykowski2-4/+36
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-26/+15
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds12-399/+102
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2018-06-03netfilter: Libify xt_TPROXYMáté Eckl3-1/+152
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-11/+2
2018-06-01ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel1-4/+4
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao2-4/+4
2018-05-29net/ipv4: Add support for specifying metric of connected routesDavid Ahern2-11/+57
2018-05-29net: bpfilter: make function bpfilter_mbox_request() staticWei Yongjun1-2/+3
2018-05-29netfilter: nat: merge ipv4/ipv6 masquerade code into main nat moduleFlorian Westphal3-11/+2
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov1-2/+18
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+5
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2-8/+8
2018-05-26net/tcp: convert to ->poll_maskChristoph Hellwig2-18/+7
2018-05-24net/ipv4: Remove tracepoint in fib_validate_sourceDavid Ahern1-2/+0
2018-05-24net/ipv4: Udate fib_table_lookup tracepointDavid Ahern1-5/+9
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+31
2018-05-24ipv4: remove warning in ip_recv_errorWillem de Bruijn1-2/+0
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-162/+115
2018-05-23ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu4-40/+134
2018-05-23net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu1-0/+1
2018-05-23udp: exclude gso from xfrm pathsWillem de Bruijn1-1/+2
2018-05-23net: add skeleton of bpfilter kernel moduleAlexei Starovoitov4-0/+63
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal3-112/+106
2018-05-23netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal1-6/+13
2018-05-23netfilter: xtables: allow table definitions not backed by hook_opsFlorian Westphal1-1/+4
2018-05-23netfilter: nf_nat: move common nat code to nat coreFlorian Westphal1-53/+2
2018-05-22tcp: do not aggressively quick ack after ECN eventsEric Dumazet1-2/+2
2018-05-22tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet1-11/+13
2018-05-22ipmr: properly check rhltable_init() return valueEric Dumazet1-1/+4
2018-05-22net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern1-0/+31
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-7/+25
2018-05-18tcp: tcp_rack_reo_wnd() can be statickbuild test robot1-1/+1
2018-05-18tcp: add tcp_comp_sack_nr sysctlEric Dumazet3-1/+13
2018-05-18tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet3-2/+10
2018-05-18tcp: add TCPAckCompressed SNMP counterEric Dumazet2-0/+3
2018-05-18tcp: add SACK compressionEric Dumazet4-6/+62
2018-05-18tcp: do not force quickack when receiving out-of-order packetsEric Dumazet1-2/+0
2018-05-17net: test tailroom before appending to linear skbWillem de Bruijn1-1/+2
2018-05-17erspan: fix invalid erspan version.William Tu1-1/+3
2018-05-17tcp: don't mark recently sent packets lost on RTOYuchung Cheng1-4/+8
2018-05-17tcp: new helper tcp_rack_skb_timeoutYuchung Cheng2-7/+12
2018-05-17tcp: separate loss marking and state update on RTOYuchung Cheng1-2/+2
2018-05-17tcp: new helper tcp_timeout_mark_lostYuchung Cheng1-21/+29
2018-05-17tcp: account lost retransmit after timeoutYuchung Cheng2-17/+5
2018-05-17tcp: simpler NewReno implementationYuchung Cheng2-8/+38
2018-05-17tcp: disable RFC6675 loss detectionYuchung Cheng1-4/+8
2018-05-17tcp: support DUPACK threshold in RACKYuchung Cheng1-13/+27
2018-05-17net/ipv4: Initialize proto and ports in flow structDavid Ahern3-3/+14