summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-2/+0
|\
| * net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov2018-10-181-2/+0
* | tcp: fix TCP_REPAIR xmit queue setupEric Dumazet2018-10-191-6/+7
* | tcp_bbr: centralize code to set gainsNeal Cardwell2018-10-181-10/+30
* | tcp_bbr: adjust TCP BBR for departure time pacingNeal Cardwell2018-10-181-2/+35
* | tcp, ulp: remove socket lock assertion on ULP cleanupDaniel Borkmann2018-10-161-2/+4
* | net/ipv4: Bail early if user only wants prefix entriesDavid Ahern2018-10-161-2/+6
* | net: Enable kernel side filtering of route dumpsDavid Ahern2018-10-162-8/+45
* | net: Plumb support for filtering ipv4 and ipv6 multicast route dumpsDavid Ahern2018-10-162-6/+55
* | ipmr: Refactor mr_rtm_dumprouteDavid Ahern2018-10-161-33/+55
* | net/ipv4: Plumb support for filtering route dumpsDavid Ahern2018-10-162-12/+38
* | net: Add struct for fib dump filterDavid Ahern2018-10-162-3/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-163-57/+672
|\ \
| * | bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-152-0/+656
| * | tcp, ulp: remove ulp bits from sockmapDaniel Borkmann2018-10-151-58/+13
| * | tcp, ulp: enforce sock_owned_by_me upon ulp init and cleanupDaniel Borkmann2018-10-151-0/+4
* | | tcp: cdg: use tcp high resolution clock cacheEric Dumazet2018-10-161-1/+1
* | | tcp_bbr: fix typo in bbr_pacing_margin_percentNeal Cardwell2018-10-161-2/+2
* | | tcp: optimize tcp internal pacingEric Dumazet2018-10-161-15/+16
* | | tcp: mitigate scheduling jitter in EDT pacing modelEric Dumazet2018-10-161-6/+13
* | | net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-163-16/+19
* | | tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet2018-10-162-4/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-134-8/+63
|\ \ \ | | |/ | |/|
| * | net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca2018-10-111-3/+4
| * | net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-112-4/+58
| * | udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina2018-10-081-1/+1
* | | net: Evict neighbor entries on carrier downDavid Ahern2018-10-121-0/+2
* | | tcp: refactor DCTCP ECN ACK handlingYuchung Cheng2018-10-112-51/+44
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-10-092-4/+19
|\ \
| * | netfilter: masquerade: don't flush all conntracks if only one address deleted...Tan Hu2018-09-281-3/+19
| * | netfilter: nf_nat_ipv4: remove obsolete EXPORT_SYMBOLFlorian Westphal2018-09-171-1/+0
* | | net: Update netconf dump handlers for strict data checkingDavid Ahern2018-10-081-3/+19
* | | rtnetlink: Update fib dumps for strict data checkingDavid Ahern2018-10-082-2/+47
* | | rtnetlink: Update ipmr_rtm_dumplink for strict data checkingDavid Ahern2018-10-081-0/+32
* | | net/ipv4: Update inet_dump_ifaddr for strict data checkingDavid Ahern2018-10-081-11/+61
* | | net: Add extack to nlmsg_parseDavid Ahern2018-10-081-4/+5
* | | udp: gro behind static keyWillem de Bruijn2018-10-052-2/+2
* | | net: Move free of dst_metrics to helperDavid Ahern2018-10-051-4/+1
* | | net: common metrics init helper for dst_entryDavid Ahern2018-10-051-5/+2
* | | net: Move free of fib_metrics to helperDavid Ahern2018-10-051-4/+2
* | | net: common metrics init helper for FIB entriesDavid Ahern2018-10-052-23/+34
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-047-10/+17
|\ \ \ | | |/ | |/|
| * | ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet2018-10-031-2/+1
| * | inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2018-10-032-2/+7
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-10-022-3/+2
| |\ \
| | * | xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan2018-09-042-3/+2
| * | | tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-021-1/+3
| * | | net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not intMaciej Żenczykowski2018-09-271-2/+4
* | | | ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman2018-10-034-4/+4
* | | | tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-10-031-8/+3