summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh2018-06-101-5/+7
* udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-082-2/+2
* ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf2018-06-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0646-785/+1637
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-051-2/+18
| |\
| | * bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-281-2/+18
| * | net: metrics: add proper netlink validationEric Dumazet2018-06-052-0/+4
| * | ipmr: fix error path when ipmr_new_table failsSabrina Dubroca2018-06-051-3/+5
| * | netfilter: provide udp*_lib_lookup for nf_tproxyArnd Bergmann2018-06-051-3/+1
| * | net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski2018-06-051-1/+0
| * | tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung2018-06-051-12/+14
| * | net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimizationMaciej Żenczykowski2018-06-042-4/+36
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-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
| |\ \
| * | | 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
| |\ \ \ \
| * | | | | 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
OpenPOWER on IntegriCloud