aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2019-05-30net: 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-35/+36
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-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner39-214/+39
2019-05-28nexthop: Add support for nexthop groupsDavid Ahern1-23/+481
2019-05-28nexthop: Add support for lwt encapsDavid Ahern1-1/+36
2019-05-28nexthop: Add support for IPv6 gatewaysDavid Ahern1-0/+56
2019-05-28nexthop: Add support for IPv4 nexthopsDavid Ahern1-0/+208
2019-05-28net: Initial nexthop codeDavid Ahern2-1/+723
2019-05-28inet: frags: fix use-after-free read in inet_frag_destroy_rcuEric Dumazet1-2/+18
2019-05-28inet: frags: uninline fqdir_init()Eric Dumazet1-0/+19
2019-05-26ipv4: remove redundant assignment to nColin Ian King1-1/+0
2019-05-26inet: frags: rework rhashtable dismantleEric Dumazet1-12/+37
2019-05-26net: dynamically allocate fqdir structuresEric Dumazet3-18/+19
2019-05-26net: add a net pointer to struct fqdirEric Dumazet1-13/+7
2019-05-26net: rename inet_frags_init_net() to fdir_init()Eric Dumazet1-2/+1
2019-05-26ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]Eric Dumazet1-12/+6
2019-05-26net: rename struct fqdir fieldsEric Dumazet2-28/+28
2019-05-26net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet2-4/+4
2019-05-26inet: rename netns_frags to fqdirEric Dumazet2-36/+36
2019-05-25ip_sockglue: Fix missing-check bug in ip_ra_control()Gen Zhang1-0/+2
2019-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-20/+3
2019-05-22ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet1-11/+11
2019-05-22ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet1-17/+30
2019-05-22net: Set strict_start_type for routes and rulesDavid Ahern1-0/+1
2019-05-22ipv4: Rename and export nh_update_mtuDavid Ahern1-2/+2
2019-05-22ipv4: export fib_info_update_nh_saddrDavid Ahern1-6/+5
2019-05-22ipv4: export fib_flushDavid Ahern1-1/+1
2019-05-22ipv4: export fib_check_nhDavid Ahern1-6/+6
2019-05-22ipv4: Add function to send route updatesDavid Ahern1-0/+72
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds43-30/+43
2019-05-21netfilter: nft_fib: Fix existence check supportPhil Sutter1-20/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2-26/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner1-4/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner27-0/+27
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner10-0/+10
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert3-3/+3
2019-05-16net: bpfilter: fallback to netfilter if failed to load bpfilter kernel moduleKonstantin Khlebnikov1-4/+2
2019-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-3/+4
2019-05-16bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend1-1/+4
2019-05-15tcp: do not recycle cloned skbsEric Dumazet1-1/+1
2019-05-14tcp: fix retrans timestamp on passive Fast OpenYuchung Cheng1-0/+3
2019-05-14bpf: sockmap remove duplicate queue freeJohn Fastabend1-2/+0
2019-05-09net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski1-5/+11
2019-05-08ipv4: Fix raw socket lookup for local trafficDavid Ahern1-2/+2