summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-02-14tcp: tcp_probe: use spin_lock_bh()Eric Dumazet
2017-02-13NET: Fix /proc/net/arp for AX.25Ralf Baechle
2017-02-09igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu
2017-02-08ping: fix a null pointer dereferenceWANG Cong
2017-02-07udp: properly cope with csum errorsEric Dumazet
2017-02-06tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-02-04netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-02-04ipv4: keep skb->dst around in presence of IP optionsEric Dumazet
2017-02-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2017-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-01-25tcp: correct memory barrier usage in tcp_check_space()Jason Baron
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman
2017-01-19tcp: initialize max window for a new fastopen socketAlexey Kodanev
2017-01-18lwtunnel: fix autoload of lwt modulesDavid Ahern
2017-01-18netfilter: ipt_CLUSTERIP: fix build error without procfsArnd Bergmann
2017-01-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang
2017-01-13tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson
2017-01-12net: ipv4: fix table id in getroute responseDavid Ahern
2017-01-12net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern
2017-01-11net: ipv4: Fix multipath selection with vrfDavid Ahern
2017-01-09tcp: do not export tcp_peer_is_proven()Eric Dumazet
2017-01-09ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned intPavel Tikhomirov
2017-01-09tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol
2017-01-09netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-01-03ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck
2017-01-02igmp: Make igmp group member RFC 3376 compliantMichal Tesar
2016-12-29net: ipv4: dst for local input routes should use l3mdev if relevantDavid Ahern
2016-12-29net: fix incorrect original ingress device index in PKTINFOWei Zhang
2016-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-27ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-23inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn
2016-12-23netfilter: ipt_CLUSTERIP: check duplicate config when initializingXin Long
2016-12-22net: ipv4: Don't crash if passing a null sk to ip_do_redirect.Lorenzo Colitti
2016-12-21tcp: add a missing barrier in tcp_tasklet_func()Eric Dumazet
2016-12-20ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...zheng li
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-17inet: Fix get port to handle zero port number with soreuseport setTom Herbert
2016-12-17inet: Don't go into port scan when looking for specific bind portTom Herbert
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-09udp: udp_rmem_release() should touch sk_rmem_alloc laterEric Dumazet
2016-12-09udp: add batching to udp_rmem_release()Eric Dumazet
2016-12-09udp: copy skb->truesize in the first cache lineEric Dumazet
2016-12-09udp: add busylocks in RX pathEric Dumazet
2016-12-08udp: under rx pressure, try to condense skbsEric Dumazet
2016-12-08icmp: correct return value of icmp_rcv()Zhang Shengju
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-12-07netfilter: rpfilter: bypass ipv4 lbcast packets with zeronet sourceLiping Zhang