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