summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-10-16net: Add struct for fib dump filterDavid Ahern
2018-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-15tcp: cdg: use tcp high resolution clock cacheEric Dumazet
2018-10-15tcp_bbr: fix typo in bbr_pacing_margin_percentNeal Cardwell
2018-10-15tcp: optimize tcp internal pacingEric Dumazet
2018-10-15tcp: mitigate scheduling jitter in EDT pacing modelEric Dumazet
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet
2018-10-15tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann
2018-10-15tcp, ulp: remove ulp bits from sockmapDaniel Borkmann
2018-10-15tcp, ulp: enforce sock_owned_by_me upon ulp init and cleanupDaniel Borkmann
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-12net: Evict neighbor entries on carrier downDavid Ahern
2018-10-10net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-10-10tcp: refactor DCTCP ECN ACK handlingYuchung Cheng
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-10-08net: Update netconf dump handlers for strict data checkingDavid Ahern
2018-10-08rtnetlink: Update fib dumps for strict data checkingDavid Ahern
2018-10-08rtnetlink: Update ipmr_rtm_dumplink for strict data checkingDavid Ahern
2018-10-08net/ipv4: Update inet_dump_ifaddr for strict data checkingDavid Ahern
2018-10-08net: Add extack to nlmsg_parseDavid Ahern
2018-10-07udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina
2018-10-05udp: gro behind static keyWillem de Bruijn
2018-10-04net: Move free of dst_metrics to helperDavid Ahern
2018-10-04net: common metrics init helper for dst_entryDavid Ahern
2018-10-04net: Move free of fib_metrics to helperDavid Ahern
2018-10-04net: common metrics init helper for FIB entriesDavid Ahern
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-02ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet
2018-10-02ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman
2018-10-02tcp: do not release socket ownership in tcp_close()Eric Dumazet
2018-10-02net: inet_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02net: ip_rt_get_source() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet
2018-10-01tcp/fq: move back to CLOCK_MONOTONICEric Dumazet
2018-10-01tcp: adjust rcv zerocopy hints based on frag sizesSoheil Hassas Yeganeh
2018-10-01tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZESoheil Hassas Yeganeh
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-10-01tcp: start receiver buffer autotuning soonerYuchung Cheng
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet
2018-09-29tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng
2018-09-28netfilter: masquerade: don't flush all conntracks if only one address deleted...Tan Hu
2018-09-26net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not intMaciej Żenczykowski
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-09-21net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov