aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-30tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng1-1/+1
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-11/+38
2018-11-27netfilter: nat: fix double register in masquerade modulesTaehee Yoo1-7/+16
2018-11-27netfilter: add missing error handling code for register functionsTaehee Yoo3-7/+25
2018-11-24net: always initialize pagedlenWillem de Bruijn1-1/+2
2018-11-24tcp: address problems caused by EDT misshapsEric Dumazet2-10/+16
2018-11-21tcp: defer SACK compression after DupThreshEric Dumazet3-6/+16
2018-11-20tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP coalescingStephen Mallon1-0/+1
2018-11-17ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca1-1/+1
2018-11-08inet: frags: better deal with smp racesEric Dumazet1-14/+15
2018-11-05net: bpfilter: fix iptables failure if bpfilter_umh is disabledTaehee Yoo1-3/+3
2018-11-01net: drop skb on failure in ip_check_defrag()Cong Wang1-4/+8
2018-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-17/+37
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport3-3/+3
2018-10-30bpf: tcp_bpf_recvmsg should return EAGAIN when nonblocking and no dataJohn Fastabend1-0/+1
2018-10-29ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu1-17/+36
2018-10-28net: diag: document swapped src/dst in udp_dump_one.Lorenzo Colitti1-0/+1
2018-10-26net: allow traceroute with a specified interface in a vrfMike Manning1-2/+2
2018-10-25net/{ipv4,ipv6}: Do not put target net if input nsid is invalidBjørn Mork1-0/+1
2018-10-24net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti1-2/+18
2018-10-24net: Don't return invalid table id error when dumping all familiesDavid Ahern2-0/+7
2018-10-24net/ipv4: Put target net when address dump fails due to bad attributesDavid Ahern1-5/+8
2018-10-23tcp: add tcp_reset_xmit_timer() helperEric Dumazet2-12/+14
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-10-22net/ipv4: Add support for dumping addresses for a specific deviceDavid Ahern1-5/+23
2018-10-22net/ipv4: Move loop over addresses on a device into in_dev_dump_addrDavid Ahern1-15/+34
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-14/+27
2018-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2018-10-18tcp: fix TCP_REPAIR xmit queue setupEric Dumazet1-6/+7
2018-10-17net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov1-2/+0
2018-10-17tcp_bbr: centralize code to set gainsNeal Cardwell1-10/+30
2018-10-17tcp_bbr: adjust TCP BBR for departure time pacingNeal Cardwell1-2/+35
2018-10-17bpf: sockmap, support for msg_peek in sk_msg with redirect ingressJohn Fastabend1-15/+27
2018-10-17bpf: sockmap, fix skmsg recvmsg handler to track size correctlyJohn Fastabend1-0/+1
2018-10-16tcp, ulp: remove socket lock assertion on ULP cleanupDaniel Borkmann1-2/+4
2018-10-16netfilter: nf_nat_snmp_basic: add missing helper alias nameTaehee Yoo1-0/+1
2018-10-16net/ipv4: Bail early if user only wants prefix entriesDavid Ahern1-2/+6
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern2-8/+45
2018-10-16net: Plumb support for filtering ipv4 and ipv6 multicast route dumpsDavid Ahern2-6/+55
2018-10-16ipmr: Refactor mr_rtm_dumprouteDavid Ahern1-33/+55
2018-10-16net/ipv4: Plumb support for filtering route dumpsDavid Ahern2-12/+38
2018-10-16net: Add struct for fib dump filterDavid Ahern2-3/+9
2018-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-57/+672
2018-10-15tcp: cdg: use tcp high resolution clock cacheEric Dumazet1-1/+1
2018-10-15tcp_bbr: fix typo in bbr_pacing_margin_percentNeal Cardwell1-2/+2
2018-10-15tcp: optimize tcp internal pacingEric Dumazet1-15/+16
2018-10-15tcp: mitigate scheduling jitter in EDT pacing modelEric Dumazet1-6/+13
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet3-16/+19
2018-10-15tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet2-4/+7