summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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-291-23/+481
* nexthop: Add support for lwt encapsDavid Ahern2019-05-291-1/+36
* nexthop: Add support for IPv6 gatewaysDavid Ahern2019-05-291-0/+56
* nexthop: Add support for IPv4 nexthopsDavid Ahern2019-05-291-0/+208
* net: Initial nexthop codeDavid Ahern2019-05-292-1/+723
* inet: frags: fix use-after-free read in inet_frag_destroy_rcuEric Dumazet2019-05-291-2/+18
* inet: frags: uninline fqdir_init()Eric Dumazet2019-05-291-0/+19
* ipv4: remove redundant assignment to nColin Ian King2019-05-271-1/+0Star
* 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/+7Star
* net: rename inet_frags_init_net() to fdir_init()Eric Dumazet2019-05-261-2/+1Star
* ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]Eric Dumazet2019-05-261-12/+6Star
* net: rename struct fqdir fieldsEric Dumazet2019-05-262-28/+28
* net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet2019-05-262-4/+4
* inet: rename netns_frags to fqdirEric Dumazet2019-05-262-36/+36
* net: Set strict_start_type for routes and rulesDavid Ahern2019-05-231-0/+1
* ipv4: Rename and export nh_update_mtuDavid Ahern2019-05-231-2/+2
* ipv4: export fib_info_update_nh_saddrDavid Ahern2019-05-231-6/+5Star
* ipv4: export fib_flushDavid Ahern2019-05-231-1/+1
* ipv4: export fib_check_nhDavid Ahern2019-05-231-6/+6
* ipv4: Add function to send route updatesDavid Ahern2019-05-231-0/+72
* Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-2143-30/+43
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-212-26/+2Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner2019-05-211-4/+1Star
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-2127-0/+27
| * treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-2110-0/+10
* | net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert2019-05-193-3/+3
* | net: bpfilter: fallback to netfilter if failed to load bpfilter kernel moduleKonstantin Khlebnikov2019-05-161-4/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-161-3/+4
|\ \
| * | bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend2019-05-161-1/+4
| * | bpf: sockmap remove duplicate queue freeJohn Fastabend2019-05-141-2/+0Star
| |/
* | tcp: do not recycle cloned skbsEric Dumazet2019-05-151-1/+1
* | tcp: fix retrans timestamp on passive Fast OpenYuchung Cheng2019-05-151-0/+3
|/
* net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski2019-05-091-5/+11
* ipv4: Fix raw socket lookup for local trafficDavid Ahern2019-05-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0842-1549/+1295Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-081-2/+1Star
| |\
| | * ipmr_base: Do not reset index in mr_table_dumpDavid Ahern2019-05-041-2/+1Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-05-062-2/+2
| |\ \
| | * | netfilter: use macros to create module aliases.Flavio Leitner2019-04-302-2/+2