summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2017-05-14ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko1-0/+3
2017-05-14tcp: do not inherit fastopen_req from parentEric Dumazet1-0/+1
2017-05-14tcp: fix wraparound issue in tcp_lpEric Dumazet1-2/+4
2017-05-14tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet1-7/+12
2017-05-03tcp: memset ca_priv data to 0 properlyWei Wang1-8/+3
2017-05-03net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn1-5/+4
2017-05-03tcp: clear saved_syn in tcp_disconnect()Eric Dumazet1-0/+1
2017-05-03net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-1/+1
2017-05-03ping: implement proper lockingEric Dumazet1-2/+3
2017-03-30tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2-1/+2
2017-03-30ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet1-1/+2
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell1-1/+2
2017-03-22net/tunnel: set inner protocol in network gro hooksPaolo Abeni1-1/+3
2017-03-22tcp: fix various issues for sockets morphing to listen stateEric Dumazet2-4/+9
2017-03-22tcp/dccp: block BH for SYN processingEric Dumazet1-2/+8
2017-03-22ipv4: mask tos for input routeJulian Anastasov1-0/+1
2017-03-22ipv4: add missing initialization for flowi4_uidJulian Anastasov2-3/+4
2017-02-26ip: fix IP_CHECKSUM handlingPaolo Abeni1-4/+4
2017-02-15tcp: tcp_probe: use spin_lock_bh()Eric Dumazet1-2/+2
2017-02-14NET: Fix /proc/net/arp for AX.25Ralf Baechle1-6/+6
2017-02-10igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu1-0/+1
2017-02-08ping: fix a null pointer dereferenceWANG Cong1-0/+2
2017-02-07udp: properly cope with csum errorsEric Dumazet1-1/+1
2017-02-07tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet1-0/+6
2017-02-05netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-02-05ipv4: keep skb->dst around in presence of IP optionsEric Dumazet1-1/+8
2017-02-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2017-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-15/+18
2017-01-25tcp: correct memory barrier usage in tcp_check_space()Jason Baron1-1/+1
2017-01-25net: Specify the owning module for lwtunnel opsRobert Shearman1-0/+2
2017-01-19tcp: initialize max window for a new fastopen socketAlexey Kodanev1-0/+1
2017-01-19lwtunnel: fix autoload of lwt modulesDavid Ahern1-0/+8
2017-01-18netfilter: ipt_CLUSTERIP: fix build error without procfsArnd Bergmann1-1/+6
2017-01-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2-14/+9
2017-01-13tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson1-1/+1
2017-01-12net: ipv4: fix table id in getroute responseDavid Ahern1-1/+1
2017-01-12net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern1-4/+7
2017-01-11net: ipv4: Fix multipath selection with vrfDavid Ahern1-2/+7
2017-01-10tcp: do not export tcp_peer_is_proven()Eric Dumazet1-1/+0
2017-01-10ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned intPavel Tikhomirov1-1/+1
2017-01-09tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol1-0/+1
2017-01-09netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol1-0/+2
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-11/+23
2017-01-03ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck1-1/+1
2017-01-02igmp: Make igmp group member RFC 3376 compliantMichal Tesar1-1/+6
2016-12-30net: ipv4: dst for local input routes should use l3mdev if relevantDavid Ahern1-1/+2
2016-12-29net: fix incorrect original ingress device index in PKTINFOWei Zhang1-1/+7
2016-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-9/+9
2016-12-27ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan2-9/+9
2016-12-25ktime: Get rid of the unionThomas Gleixner1-2/+2