summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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: 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
| * | | | | | | net: rename inet_frags_init_net() to fdir_init()Eric Dumazet2019-05-261-2/+1
| * | | | | | | ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]Eric Dumazet2019-05-261-12/+6
| * | | | | | | 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-221-0/+1
| * | | | | | ipv4: Rename and export nh_update_mtuDavid Ahern2019-05-221-2/+2
| * | | | | | ipv4: export fib_info_update_nh_saddrDavid Ahern2019-05-221-6/+5
| * | | | | | ipv4: export fib_flushDavid Ahern2019-05-221-1/+1
| * | | | | | ipv4: export fib_check_nhDavid Ahern2019-05-221-6/+6
| * | | | | | ipv4: Add function to send route updatesDavid Ahern2019-05-221-0/+72
* | | | | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | | | | | | ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra2019-06-262-0/+45
* | | | | | | ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra2019-06-251-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-215-12/+13
|\ \ \ \ \ \
| * | | | | | tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-211-1/+2
| * | | | | | inet: clear num_timeout reqsk_alloc()Eric Dumazet2019-06-192-8/+0
| * | | | | | net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen2019-06-181-0/+5
| * | | | | | ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long2019-06-181-3/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2121-87/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1920-85/+20
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484Thomas Gleixner2019-06-191-2/+1
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-1710-13/+71
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'tcp-fixes'David S. Miller2019-06-177-9/+42
| |\ \ \ \
| | * | | | tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-151-0/+1