summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal
2019-06-02net: use new in_dev_ifa iteratorsFlorian Westphal
2019-06-02netfilter: use in_dev_for_each_ifa_rcuFlorian Westphal
2019-06-02devinet: use in_dev_for_each_ifa_rcu in more placesFlorian Westphal
2019-06-02net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-05-31bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo
2019-05-31nexthop: remove redundant assignment to errColin Ian King
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31netfilter: ipv4: prefer skb_ensure_writableFlorian Westphal
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn
2019-05-30net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski
2019-05-30net: ipv4: place control buffer handling away from fragmentation iteratorsPablo Neira Ayuso
2019-05-30net: ipv4: split skbuff into fragments transformerPablo Neira Ayuso
2019-05-30net: ipv4: add skbuff fraglist splitterPablo Neira Ayuso
2019-05-30tcp: add support for optional TFO backup key to net.ipv4.tcp_fastopen_keyJason Baron
2019-05-30tcp: add support to TCP_FASTOPEN_KEY for optional backup keyJason Baron
2019-05-30tcp: add backup TFO key infrastructureJason Baron
2019-05-30tcp: introduce __tcp_fastopen_cookie_gen_cipher()Christoph Paasch
2019-05-30ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao
2019-05-30inet: frags: Remove unnecessary smp_store_release/READ_ONCEHerbert Xu
2019-05-28nexthop: Add support for nexthop groupsDavid Ahern
2019-05-28nexthop: Add support for lwt encapsDavid Ahern
2019-05-28nexthop: Add support for IPv6 gatewaysDavid Ahern
2019-05-28nexthop: Add support for IPv4 nexthopsDavid Ahern
2019-05-28net: Initial nexthop codeDavid Ahern
2019-05-28inet: frags: fix use-after-free read in inet_frag_destroy_rcuEric Dumazet
2019-05-28inet: frags: uninline fqdir_init()Eric Dumazet
2019-05-26ipv4: remove redundant assignment to nColin Ian King
2019-05-26inet: frags: rework rhashtable dismantleEric Dumazet
2019-05-26net: dynamically allocate fqdir structuresEric Dumazet
2019-05-26net: add a net pointer to struct fqdirEric Dumazet
2019-05-26net: rename inet_frags_init_net() to fdir_init()Eric Dumazet
2019-05-26ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]Eric Dumazet
2019-05-26net: rename struct fqdir fieldsEric Dumazet
2019-05-26net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet
2019-05-26inet: rename netns_frags to fqdirEric Dumazet
2019-05-25ip_sockglue: Fix missing-check bug in ip_ra_control()Gen Zhang
2019-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-05-22ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet
2019-05-22ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet
2019-05-22net: Set strict_start_type for routes and rulesDavid Ahern
2019-05-22ipv4: Rename and export nh_update_mtuDavid Ahern
2019-05-22ipv4: export fib_info_update_nh_saddrDavid Ahern
2019-05-22ipv4: export fib_flushDavid Ahern
2019-05-22ipv4: export fib_check_nhDavid Ahern
2019-05-22ipv4: Add function to send route updatesDavid Ahern
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-05-21netfilter: nft_fib: Fix existence check supportPhil Sutter