aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+2
2019-11-12netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso1-0/+1
2019-11-12netfilter: nf_tables: add flowtable offload control planePablo Neira Ayuso1-0/+1
2019-11-11lwtunnel: ignore any TUNNEL_OPTIONS_PRESENT flags set by usersXin Long1-6/+8
2019-11-11lwtunnel: get nlsize for erspan options properlyXin Long1-1/+7
2019-11-11lwtunnel: change to use nla_parse_nested on new optionsXin Long1-8/+8
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-11-08net: icmp: fix data-race in cmp_global_allow()Eric Dumazet1-5/+6
2019-11-07tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet2-3/+3
2019-11-07inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet1-2/+10
2019-11-07ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern1-1/+1
2019-11-06tcp: fix data-race in tcp_recvmsg()Eric Dumazet1-8/+6
2019-11-06net: silence data-races on sk_backlog.tailEric Dumazet1-1/+1
2019-11-06lwtunnel: add options setting and dumping for erspanXin Long1-2/+92
2019-11-06lwtunnel: add options setting and dumping for vxlanXin Long1-2/+65
2019-11-06lwtunnel: add options setting and dumping for geneveXin Long1-16/+196
2019-11-06lwtunnel: add options process for cmp_encapXin Long1-2/+8
2019-11-06lwtunnel: add options process for arp requestXin Long1-3/+4
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet4-4/+4
2019-11-06net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet3-3/+3
2019-11-06inet_diag: use jiffies_delta_to_msecs()Eric Dumazet1-9/+6
2019-11-05icmp: remove duplicate codeMatteo Croce2-13/+2
2019-11-03net: icmp: use input address in tracerouteFrancesco Ruggeri1-1/+2
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-24/+36
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet2-3/+3
2019-10-31tcp: increase tcp_max_syn_backlog max valueEric Dumazet1-1/+1
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2-2/+2
2019-10-29inet: do not call sublist_rcv on empty listFlorian Westphal1-1/+2
2019-10-29erspan: fix the tun_info options_len check for erspanXin Long1-2/+2
2019-10-28udp: fix data-race in udp_set_dev_scratch()Eric Dumazet1-4/+15
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2-2/+2
2019-10-28udp: use skb_queue_empty_lockless()Eric Dumazet1-3/+3
2019-10-26ipv4: fix route update on metric change.Paolo Abeni1-1/+1
2019-10-25tcp: add TCP_INFO status for failed client TFOJason Baron3-1/+10
2019-10-21ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet1-5/+6
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller12-96/+135
2019-10-18net: ensure correct skb->tstamp in various fragmentersEric Dumazet1-0/+3
2019-10-17ipv4: fix race condition between route lookup and invalidationWei Wang1-1/+1
2019-10-17ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio1-3/+6
2019-10-15tcp: fix a possible lockdep splat in tcp_done()Eric Dumazet1-2/+6
2019-10-13tcp: improve recv_skip_hint for tcp_zerocopy_receiveSoheil Hassas Yeganeh1-5/+5
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet3-10/+10
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2-2/+3
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2-5/+6
2019-10-13tcp: annotate tp->urg_seq lockless readsEric Dumazet2-3/+4
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet3-8/+11
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet5-21/+28
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet6-17/+18
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet5-9/+13