summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-162-6/+6
|\ \ | |/ |/|
| * switch getfrag callbacks to ..._full() primitivesAl Viro2016-12-052-6/+6
* | udp: udp_rmem_release() should touch sk_rmem_alloc laterEric Dumazet2016-12-091-1/+2
* | udp: add batching to udp_rmem_release()Eric Dumazet2016-12-091-0/+12
* | udp: copy skb->truesize in the first cache lineEric Dumazet2016-12-091-3/+10
* | udp: add busylocks in RX pathEric Dumazet2016-12-091-1/+42
* | udp: under rx pressure, try to condense skbsEric Dumazet2016-12-081-1/+11
* | icmp: correct return value of icmp_rcv()Zhang Shengju2016-12-081-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-12-0711-53/+154
|\ \