summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: remove the unnecessary strict_start_type in some policiesXin Long2019-11-211-1/+0
* | | tcp: warn if offset reach the maxlen limit when using snprintfHangbin Liu2019-11-213-0/+13
* | | ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recvwenxu2019-11-211-1/+5
* | | net: ipconfig: Wait for deferred device probesThomas Bogendoerfer2019-11-201-0/+3
* | | lwtunnel: add support for multiple geneve optsXin Long2019-11-201-36/+75
* | | lwtunnel: change to use nla_put_u8 for LWTUNNEL_IP_OPT_ERSPAN_VERXin Long2019-11-191-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-11-193-4/+4
|\ \ \
| * | | netfilter: Support iif matches in POSTROUTINGPhil Sutter2019-11-152-3/+3
| * | | netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso2019-11-151-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-171-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault2019-11-161-1/+2
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-11-131-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | xfrm: ifdef setsockopt(UDP_ENCAP_ESPINUDP/UDP_ENCAP_ESPINUDP_NON_IKE)Alexey Dobriyan2019-10-091-0/+2
* | | | netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso2019-11-131-0/+1
* | | | netfilter: nf_tables: add flowtable offload control planePablo Neira Ayuso2019-11-131-0/+1
* | | | lwtunnel: ignore any TUNNEL_OPTIONS_PRESENT flags set by usersXin Long2019-11-111-6/+8
* | | | lwtunnel: get nlsize for erspan options properlyXin Long2019-11-111-1/+7
* | | | lwtunnel: change to use nla_parse_nested on new optionsXin Long2019-11-111-8/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern2019-11-081-1/+1
| | |/ | |/|
* | | net: icmp: fix data-race in cmp_global_allow()Eric Dumazet2019-11-081-5/+6
* | | tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet2019-11-082-3/+3
* | | inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet2019-11-081-2/+10
* | | tcp: fix data-race in tcp_recvmsg()Eric Dumazet2019-11-071-8/+6
* | | net: silence data-races on sk_backlog.tailEric Dumazet2019-11-071-1/+1
* | | lwtunnel: add options setting and dumping for erspanXin Long2019-11-071-2/+92
* | | lwtunnel: add options setting and dumping for vxlanXin Long2019-11-071-2/+65
* | | lwtunnel: add options setting and dumping for geneveXin Long2019-11-071-16/+196
* | | lwtunnel: add options process for cmp_encapXin Long2019-11-071-2/+8
* | | lwtunnel: add options process for arp requestXin Long2019-11-071-3/+4
* | | net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet2019-11-074-4/+4
* | | net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet2019-11-073-3/+3
* | | inet_diag: use jiffies_delta_to_msecs()Eric Dumazet2019-11-071-9/+6
* | | icmp: remove duplicate codeMatteo Croce2019-11-052-13/+2
* | | net: icmp: use input address in tracerouteFrancesco Ruggeri2019-11-041-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-028-24/+36
|\| |
| * | inet: stop leaking jiffies on the wireEric Dumazet2019-11-012-3/+3
| * | tcp: increase tcp_max_syn_backlog max valueEric Dumazet2019-10-311-1/+1
| * | net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-302-2/+2
| * | erspan: fix the tun_info options_len check for erspanXin Long2019-10-301-2/+2
| * | udp: fix data-race in udp_set_dev_scratch()Eric Dumazet2019-10-281-4/+15
| * | net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-281-1/+1
| * | net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-282-2/+2
| * | udp: use skb_queue_empty_lockless()Eric Dumazet2019-10-281-3/+3
| * | ipv4: fix route update on metric change.Paolo Abeni2019-10-261-1/+1
| * | ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet2019-10-211-5/+6
* | | inet: do not call sublist_rcv on empty listFlorian Westphal2019-10-301-1/+2
* | | tcp: add TCP_INFO status for failed client TFOJason Baron2019-10-263-1/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-2012-96/+135
|\| |
| * | net: ensure correct skb->tstamp in various fragmentersEric Dumazet2019-10-181-0/+3