summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2017-05-141-0/+3
* tcp: do not inherit fastopen_req from parentEric Dumazet2017-05-141-0/+1
* tcp: fix wraparound issue in tcp_lpEric Dumazet2017-05-141-2/+4
* tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet2017-05-141-7/+12
* tcp: memset ca_priv data to 0 properlyWei Wang2017-05-031-8/+3
* net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn2017-05-031-5/+4
* tcp: clear saved_syn in tcp_disconnect()Eric Dumazet2017-05-031-0/+1
* net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch2017-05-031-1/+1
* ping: implement proper lockingEric Dumazet2017-05-031-2/+3
* tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2017-03-302-1/+2
* ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet2017-03-301-1/+2
* dccp/tcp: fix routing redirect raceJon Maxwell2017-03-221-1/+2
* net/tunnel: set inner protocol in network gro hooksPaolo Abeni2017-03-221-1/+3
* tcp: fix various issues for sockets morphing to listen stateEric Dumazet2017-03-222-4/+9
* tcp/dccp: block BH for SYN processingEric Dumazet2017-03-221-2/+8
* ipv4: mask tos for input routeJulian Anastasov2017-03-221-0/+1
* ipv4: add missing initialization for flowi4_uidJulian Anastasov2017-03-222-3/+4
* ip: fix IP_CHECKSUM handlingPaolo Abeni2017-02-261-4/+4
* tcp: tcp_probe: use spin_lock_bh()Eric Dumazet2017-02-141-2/+2
* NET: Fix /proc/net/arp for AX.25Ralf Baechle2017-02-131-6/+6
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-02-091-0/+1
* ping: fix a null pointer dereferenceWANG Cong2017-02-081-0/+2
* udp: properly cope with csum errorsEric Dumazet2017-02-071-1/+1
* tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-02-061-0/+6
* netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-02-041-0/+4
* ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-02-041-1/+8
* tcp: fix 0 divide in __tcp_select_window()Eric Dumazet2017-02-011-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-265-15/+18
|\
| * netfilter: ipt_CLUSTERIP: fix build error without procfsArnd Bergmann2017-01-181-1/+6
| * netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2017-01-162-14/+9
| * tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol2017-01-091-0/+1
| * netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol2017-01-091-0/+2
* | tcp: correct memory barrier usage in tcp_check_space()Jason Baron2017-01-251-1/+1
* | net: Specify the owning module for lwtunnel opsRobert Shearman2017-01-241-0/+2
* | tcp: initialize max window for a new fastopen socketAlexey Kodanev2017-01-191-0/+1
* | lwtunnel: fix autoload of lwt modulesDavid Ahern2017-01-181-0/+8
* | tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson2017-01-131-1/+1
* | net: ipv4: fix table id in getroute responseDavid Ahern2017-01-121-1/+1
* | net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern2017-01-121-4/+7
* | net: ipv4: Fix multipath selection with vrfDavid Ahern2017-01-111-2/+7
* | tcp: do not export tcp_peer_is_proven()Eric Dumazet2017-01-091-1/+0
* | ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned intPavel Tikhomirov2017-01-091-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-051-11/+23
|\
| * netfilter: ipt_CLUSTERIP: check duplicate config when initializingXin Long2016-12-231-11/+23
* | ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck2017-01-031-1/+1
* | igmp: Make igmp group member RFC 3376 compliantMichal Tesar2017-01-021-1/+6
* | net: ipv4: dst for local input routes should use l3mdev if relevantDavid Ahern2016-12-291-1/+2
* | net: fix incorrect original ingress device index in PKTINFOWei Zhang2016-12-291-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-272-9/+9
|\ \
| * | ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan2016-12-272-9/+9
OpenPOWER on IntegriCloud