summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+2
2018-06-10tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh-5/+7
2018-06-08udp: fix rx queue len reported by diag and proc interfacePaolo Abeni-2/+2
2018-06-07ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf-2/+2
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-785/+1637
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-2/+18
2018-06-05net: metrics: add proper netlink validationEric Dumazet-0/+4
2018-06-05ipmr: fix error path when ipmr_new_table failsSabrina Dubroca-3/+5
2018-06-05netfilter: provide udp*_lib_lookup for nf_tproxyArnd Bergmann-3/+1
2018-06-05net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski-1/+0
2018-06-05tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung-12/+14
2018-06-04net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimizationMaciej Żenczykowski-4/+36
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-26/+15
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-399/+102
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+4
2018-06-03netfilter: Libify xt_TPROXYMáté Eckl-1/+152
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-11/+2
2018-06-01ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel-4/+4
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao-4/+4
2018-05-29net/ipv4: Add support for specifying metric of connected routesDavid Ahern-11/+57
2018-05-29net: bpfilter: make function bpfilter_mbox_request() staticWei Yongjun-2/+3
2018-05-29netfilter: nat: merge ipv4/ipv6 masquerade code into main nat moduleFlorian Westphal-11/+2
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov-2/+18
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+5
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig-8/+8
2018-05-26net/tcp: convert to ->poll_maskChristoph Hellwig-18/+7
2018-05-24net/ipv4: Remove tracepoint in fib_validate_sourceDavid Ahern-2/+0
2018-05-24net/ipv4: Udate fib_table_lookup tracepointDavid Ahern-5/+9
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+31
2018-05-24ipv4: remove warning in ip_recv_errorWillem de Bruijn-2/+0
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-162/+115
2018-05-23ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu-40/+134
2018-05-23net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu-0/+1
2018-05-23udp: exclude gso from xfrm pathsWillem de Bruijn-1/+2
2018-05-23net: add skeleton of bpfilter kernel moduleAlexei Starovoitov-0/+63
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal-112/+106
2018-05-23netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal-6/+13
2018-05-23netfilter: xtables: allow table definitions not backed by hook_opsFlorian Westphal-1/+4
2018-05-23netfilter: nf_nat: move common nat code to nat coreFlorian Westphal-53/+2
2018-05-22tcp: do not aggressively quick ack after ECN eventsEric Dumazet-2/+2
2018-05-22tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet-11/+13
2018-05-22ipmr: properly check rhltable_init() return valueEric Dumazet-1/+4
2018-05-22net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern-0/+31
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+25
2018-05-18tcp: tcp_rack_reo_wnd() can be statickbuild test robot-1/+1
2018-05-18tcp: add tcp_comp_sack_nr sysctlEric Dumazet-1/+13
2018-05-18tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet-2/+10
2018-05-18tcp: add TCPAckCompressed SNMP counterEric Dumazet-0/+3
2018-05-18tcp: add SACK compressionEric Dumazet-6/+62