summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | skbuff: add and use skb_nfct helperFlorian Westphal2017-02-024-8/+8
| * | netfilter: reset netfilter state when duplicating packetFlorian Westphal2017-02-021-1/+1
| * | netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal2017-02-021-6/+6
| * | xtables: extend matches and targets with .usersizeWillem de Bruijn2017-01-091-0/+1
| * | arptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-10/+5
| * | iptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-15/+6
* | | tcp: clear pfmemalloc on outgoing skbEric Dumazet2017-02-031-0/+7
* | | tcp: add tcp_mss_clamp() helperEric Dumazet2017-02-033-19/+7
* | | net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet2017-02-021-0/+1
* | | net: ipv4: remove fib_lookup.h from devinet.c include listDavid Ahern2017-02-021-2/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-021-2/+4
|\ \ \ | | |/ | |/|
| * | tcp: fix 0 divide in __tcp_select_window()Eric Dumazet2017-02-011-2/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-013-82/+261
|\ \ \
| * | | esp: Introduce a helper to setup the trailerSteffen Klassert2017-01-171-25/+19
| * | | esp4: Avoid skb_cow_data whenever possibleSteffen Klassert2017-01-171-74/+264
| * | | IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef2017-01-161-0/+3
| * | | xfrm: remove unused functionFlorian Westphal2017-01-101-8/+0
| | |/ | |/|
* | | lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern2017-01-302-21/+10
* | | net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman2017-01-302-7/+31
* | | tcp: include locally failed retries in retransmission statsYuchung Cheng2017-01-291-9/+9
* | | tcp: record pkts sent and retransmisttedYuchung Cheng2017-01-291-1/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-289-16/+30
|\ \ \ | | |/ | |/|
| * | 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
* | | | net/tcp-fastopen: make connect()'s return case more consistent with non-TFOWilly Tarreau2017-01-252-4/+4
* | | | net/tcp-fastopen: Add new API supportWei Wang2017-01-254-9/+97
* | | | net/tcp-fastopen: refactor cookie check logicWei Wang2017-01-252-14/+23
* | | | tcp: reduce skb overhead in selected placesEric Dumazet2017-01-252-2/+2
* | | | Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen2017-01-242-2/+53
* | | | inet: don't use sk_v6_rcv_saddr directlyJosef Bacik2017-01-201-1/+1
* | | | net: remove bh disabling around percpu_counter accessesEric Dumazet2017-01-204-8/+1
* | | | inet: reset tb->fastreuseport when adding a reuseport skJosef Bacik2017-01-181-20/+86
* | | | inet: split inet_csk_get_port into two functionsJosef Bacik2017-01-181-22/+44
* | | | inet: don't check for bind conflicts twice when searching for a portJosef Bacik2017-01-181-20/+11
* | | | inet: kill smallest_size and smallest_portJosef Bacik2017-01-182-25/+4
* | | | inet: drop ->bind_conflictJosef Bacik2017-01-182-16/+7
* | | | inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-183-57/+89
* | | | tcp: accept RST for rcv_nxt - 1 after receiving a FINJason Baron2017-01-171-3/+25
* | | | net: ping: Use right format specifier to avoid type castingGao Feng2017-01-171-3/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-173-6/+9
|\| | |
| * | | 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