aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-2/+5
2018-06-14tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden1-0/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-11tcp: Do not reload skb pointer after skb_gro_receive().David Miller1-2/+0
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2018-06-10tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh1-5/+7
2018-06-08udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2-2/+2
2018-06-08netfilter: x_tables: initialise match/target check parameter structFlorian Westphal1-0/+1
2018-06-07ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf1-2/+2
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds46-785/+1637
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+18
2018-06-05net: metrics: add proper netlink validationEric Dumazet2-0/+4
2018-06-05ipmr: fix error path when ipmr_new_table failsSabrina Dubroca1-3/+5
2018-06-05netfilter: provide udp*_lib_lookup for nf_tproxyArnd Bergmann1-3/+1
2018-06-05net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski1-1/+0
2018-06-05tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung1-12/+14
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