summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2019-06-21netfilter: nf_tables: add support for matching IPv4 optionsStephen Suryaputra1-0/+1
2019-06-21netfilter: synproxy: fix manual bump of the reference counterFernando Fernandez Mancera1-1/+0
2019-06-17netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXYFernando Fernandez Mancera1-388/+6
2019-06-10Update my email addressJozsef Kadlecsik2-2/+2
2019-06-06inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu1-3/+2
2019-06-06net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt4-4/+4
2019-06-05ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern1-0/+44
2019-06-05ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern3-36/+177
2019-06-05ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern6-33/+58
2019-06-05ipv4: Use accessors for fib_info nexthop dataDavid Ahern6-46/+69
2019-06-05net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal1-1/+1
2019-06-04net: fix use-after-free in kfree_skb_listEric Dumazet1-3/+2
2019-06-04tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)Eric Dumazet1-2/+2
2019-06-04ipv4: icmp: use this_cpu_read() in icmp_sk()Eric Dumazet1-1/+1
2019-06-03net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal1-31/+57
2019-06-03net: use new in_dev_ifa iteratorsFlorian Westphal2-9/+20
2019-06-03netfilter: use in_dev_for_each_ifa_rcuFlorian Westphal1-2/+7
2019-06-03devinet: use in_dev_for_each_ifa_rcu in more placesFlorian Westphal1-8/+19
2019-06-03net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal1-15/+16
2019-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-5/+5
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-11/+23
2019-06-01bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo1-11/+23
2019-06-01nexthop: remove redundant assignment to errColin Ian King1-1/+1
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-40/+40
2019-05-31netfilter: ipv4: prefer skb_ensure_writableFlorian Westphal4-5/+5
2019-05-31net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn1-2/+2
2019-05-31net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski1-1/+1
2019-05-31net: ipv4: place control buffer handling away from fragmentation iteratorsPablo Neira Ayuso1-18/+37
2019-05-31net: ipv4: split skbuff into fragments transformerPablo Neira Ayuso1-88/+112
2019-05-31net: ipv4: add skbuff fraglist splitterPablo Neira Ayuso1-33/+55
2019-05-30tcp: add support for optional TFO backup key to net.ipv4.tcp_fastopen_keyJason Baron1-24/+71
2019-05-30tcp: add support to TCP_FASTOPEN_KEY for optional backup keyJason Baron1-10/+20
2019-05-30tcp: add backup TFO key infrastructureJason Baron4-55/+123
2019-05-30tcp: introduce __tcp_fastopen_cookie_gen_cipher()Christoph Paasch1-36/+37
2019-05-30ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao1-0/+2
2019-05-30inet: frags: Remove unnecessary smp_store_release/READ_ONCEHerbert Xu1-6/+10
2019-05-29nexthop: Add support for nexthop groupsDavid Ahern1-23/+481
2019-05-29nexthop: Add support for lwt encapsDavid Ahern1-1/+36
2019-05-29nexthop: Add support for IPv6 gatewaysDavid Ahern1-0/+56
2019-05-29nexthop: Add support for IPv4 nexthopsDavid Ahern1-0/+208
2019-05-29net: Initial nexthop codeDavid Ahern2-1/+723
2019-05-29inet: frags: fix use-after-free read in inet_frag_destroy_rcuEric Dumazet1-2/+18
2019-05-29inet: frags: uninline fqdir_init()Eric Dumazet1-0/+19
2019-05-27ipv4: remove redundant assignment to nColin Ian King1-1/+0
2019-05-27inet: frags: rework rhashtable dismantleEric Dumazet1-12/+37
2019-05-27net: dynamically allocate fqdir structuresEric Dumazet3-18/+19
2019-05-27net: add a net pointer to struct fqdirEric Dumazet1-13/+7
2019-05-27net: rename inet_frags_init_net() to fdir_init()Eric Dumazet1-2/+1
2019-05-27ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]Eric Dumazet1-12/+6
2019-05-27net: rename struct fqdir fieldsEric Dumazet2-28/+28