summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-12/+16
|\
| * y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann2019-11-151-12/+16
* | net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-222-6/+23
|\ \
| * | udp: drop skb extensions before marking skb statelessFlorian Westphal2019-11-221-5/+22
| * | net/ipv4: fix sysctl max for fib_multipath_hash_policyMarcelo Ricardo Leitner2019-11-181-1/+1
* | | ipv4: use dst hint for ipv4 list receivePaolo Abeni2019-11-212-4/+73
* | | ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni2019-11-211-10/+0
* | | net: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-109/+109
* | | lwtunnel: check erspan options before allocating tun_infoXin Long2019-11-211-8/+16
* | | lwtunnel: be STRICT to validate the new LWTUNNEL_IP(6)_OPTSXin Long2019-11-211-0/+3
* | | 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-203-0/+13
* | | ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recvwenxu2019-11-201-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-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-11-183-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-161-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-121-0/+1
* | | | netfilter: nf_tables: add flowtable offload control planePablo Neira Ayuso2019-11-121-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-071-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-072-3/+3
* | | inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet2019-11-071-2/+10
* | | tcp: fix data-race in tcp_recvmsg()Eric Dumazet2019-11-061-8/+6
* | | net: silence data-races on sk_backlog.tailEric Dumazet2019-11-061-1/+1
* | | lwtunnel: add options setting and dumping for erspanXin Long2019-11-061-2/+92
* | | lwtunnel: add options setting and dumping for vxlanXin Long2019-11-061-2/+65
* | | lwtunnel: add options setting and dumping for geneveXin Long2019-11-061-16/+196
* | | lwtunnel: add options process for cmp_encapXin Long2019-11-061-2/+8
* | | lwtunnel: add options process for arp requestXin Long2019-11-061-3/+4
* | | net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet2019-11-064-4/+4
* | | net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet2019-11-063-3/+3
* | | inet_diag: use jiffies_delta_to_msecs()Eric Dumazet2019-11-061-9/+6
* | | icmp: remove duplicate codeMatteo Croce2019-11-052-13/+2
* | | net: icmp: use input address in tracerouteFrancesco Ruggeri2019-11-031-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