summaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXYFernando Fernandez Mancera2019-06-171-388/+6
* Update my email addressJozsef Kadlecsik2019-06-102-2/+2
* inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu2019-06-051-3/+2
* net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-054-4/+4
* ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-041-0/+44
* ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern2019-06-043-36/+177
* ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern2019-06-046-33/+58
* ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-046-46/+69
* net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal2019-06-041-1/+1
* net: fix use-after-free in kfree_skb_listEric Dumazet2019-06-031-3/+2
* tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)Eric Dumazet2019-06-031-2/+2
* ipv4: icmp: use this_cpu_read() in icmp_sk()Eric Dumazet2019-06-031-1/+1
* net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-021-31/+57
* net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-022-9/+20
* netfilter: use in_dev_for_each_ifa_rcuFlorian Westphal2019-06-021-2/+7
* devinet: use in_dev_for_each_ifa_rcu in more placesFlorian Westphal2019-06-021-8/+19
* net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal2019-06-021-15/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-06-014-5/+5
|\
| * netfilter: ipv4: prefer skb_ensure_writableFlorian Westphal2019-05-314-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-05-311-11/+23
|\ \
| * | bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo2019-05-311-11/+23
* | | nexthop: remove redundant assignment to errColin Ian King2019-05-311-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-316-40/+40
|\ \ \ | |_|/ |/| |
| * | net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-05-301-2/+2
| * | net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski2019-05-301-1/+1
| * | ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao2019-05-301-0/+2
| * | ip_sockglue: Fix missing-check bug in ip_ra_control()Gen Zhang2019-05-251-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-05-231-20/+3
| |\ \
| | * | netfilter: nft_fib: Fix existence check supportPhil Sutter2019-05-211-20/+3
| * | | ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet2019-05-221-11/+11
| * | | ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet2019-05-221-17/+30
* | | | net: ipv4: place control buffer handling away from fragmentation iteratorsPablo Neira Ayuso2019-05-301-18/+37
* | | | net: ipv4: split skbuff into fragments transformerPablo Neira Ayuso2019-05-301-88/+112
* | | | net: ipv4: add skbuff fraglist splitterPablo Neira Ayuso2019-05-301-33/+55
* | | | tcp: add support for optional TFO backup key to net.ipv4.tcp_fastopen_keyJason Baron2019-05-301-24/+71
* | | | tcp: add support to TCP_FASTOPEN_KEY for optional backup keyJason Baron2019-05-301-10/+20
* | | | tcp: add backup TFO key infrastructureJason Baron2019-05-304-55/+123
* | | | tcp: introduce __tcp_fastopen_cookie_gen_cipher()Christoph Paasch2019-05-301-36/+37
* | | | inet: frags: Remove unnecessary smp_store_release/READ_ONCEHerbert Xu2019-05-301-6/+10
* | | | nexthop: Add support for nexthop groupsDavid Ahern2019-05-281-23/+481
* | | | nexthop: Add support for lwt encapsDavid Ahern2019-05-281-1/+36
* | | | nexthop: Add support for IPv6 gatewaysDavid Ahern2019-05-281-0/+56
* | | | nexthop: Add support for IPv4 nexthopsDavid Ahern2019-05-281-0/+208
* | | | net: Initial nexthop codeDavid Ahern2019-05-282-1/+723
* | | | inet: frags: fix use-after-free read in inet_frag_destroy_rcuEric Dumazet2019-05-281-2/+18
* | | | inet: frags: uninline fqdir_init()Eric Dumazet2019-05-281-0/+19
* | | | ipv4: remove redundant assignment to nColin Ian King2019-05-261-1/+0
* | | | inet: frags: rework rhashtable dismantleEric Dumazet2019-05-261-12/+37
* | | | net: dynamically allocate fqdir structuresEric Dumazet2019-05-263-18/+19
* | | | net: add a net pointer to struct fqdirEric Dumazet2019-05-261-13/+7