summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: introduce keepalive function in struct protoUrsula Braun2017-01-092-0/+2
* net: for rate-limited ICMP replies save one atomic operationJesper Dangaard Brouer2017-01-091-13/+21
* net: reduce cycles spend on ICMP replies that gets rate limitedJesper Dangaard Brouer2017-01-091-23/+48
* Revert "icmp: avoid allocating large struct on stack"Jesper Dangaard Brouer2017-01-091-23/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-091-11/+23
|\
| * 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
* | | syncookies: use SipHash in place of SHA1Jason A. Donenfeld2017-01-091-16/+5
* | | net: ipv4: remove disable of bottom half in inet_rtm_getrouteDavid Ahern2017-01-091-2/+0
* | | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
* | | net: ipv4: Remove flow arg from ip_mkroute_inputDavid Ahern2017-01-081-2/+1
* | | net: ipmr: Remove nowait arg to ipmr_get_routeDavid Ahern2017-01-082-7/+2
* | | udp: inuse checks can quit early for reuseportEric Garver2017-01-061-10/+19
* | | net: ipv4: make fib_select_default staticDavid Ahern2017-01-061-1/+1
* | | net: ipv4: Simplify rt_fill_infoDavid Ahern2017-01-061-13/+7
* | | tcp: provide timestamps for partial writesSoheil Hassas Yeganeh2017-01-051-8/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-054-4/+16
|\| |
| * | 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
* | | scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu2017-01-041-1/+1
* | | ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entriesNikolay Aleksandrov2017-01-031-1/+3
* | | net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern2016-12-301-1/+6
* | | ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan2016-12-294-13/+14
* | | ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-298-34/+32
|/ /
* | 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