summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | ktime: Get rid of the unionThomas Gleixner2016-12-251-2/+2
* | | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2420-20/+20
|/ /
* | inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn2016-12-231-1/+1
* | net: ipv4: Don't crash if passing a null sk to ip_do_redirect.Lorenzo Colitti2016-12-221-1/+2
* | tcp: add a missing barrier in tcp_tasklet_func()Eric Dumazet2016-12-211-0/+1
* | ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li2016-12-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-171-6/+10
|\ \
| * | inet: Fix get port to handle zero port number with soreuseport setTom Herbert2016-12-171-5/+9
| * | inet: Don't go into port scan when looking for specific bind portTom Herbert2016-12-171-1/+1
| |/