summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | netfilter: rpfilter: bypass ipv4 lbcast packets with zeronet sourceLiping Zhang2016-12-072-9/+12
| * | netfilter: nft_fib_ipv4: initialize *dest to zeroLiping Zhang2016-12-061-0/+2
| * | netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang2016-12-061-1/+1
| * | netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2016-12-062-6/+12
| * | netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2016-12-062-8/+2
| * | netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2016-12-062-4/+4
| * | netfilter: defrag: only register defrag functionality if neededFlorian Westphal2016-12-062-4/+44
| * | netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal2016-12-041-11/+44
| * | netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal2016-12-042-0/+14