1. 01 4月, 2018 1 次提交
  2. 28 3月, 2018 1 次提交
  3. 22 3月, 2018 1 次提交
  4. 18 10月, 2017 1 次提交
    • K
      inet: frags: Convert timers to use timer_setup() · 78802011
      Kees Cook 提交于
      In preparation for unconditionally passing the struct timer_list pointer to
      all timer callbacks, switch to using the new timer_setup() and from_timer()
      to pass the timer pointer explicitly.
      
      Cc: Alexander Aring <alex.aring@gmail.com>
      Cc: Stefan Schmidt <stefan@osg.samsung.com>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
      Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
      Cc: Pablo Neira Ayuso <pablo@netfilter.org>
      Cc: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
      Cc: Florian Westphal <fw@strlen.de>
      Cc: linux-wpan@vger.kernel.org
      Cc: netdev@vger.kernel.org
      Cc: netfilter-devel@vger.kernel.org
      Cc: coreteam@netfilter.org
      Signed-off-by: NKees Cook <keescook@chromium.org>
      Acked-by: Stefan Schmidt <stefan@osg.samsung.com> # for ieee802154
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      78802011
  5. 04 9月, 2017 1 次提交
  6. 06 1月, 2016 1 次提交
  7. 03 11月, 2015 1 次提交
  8. 01 10月, 2015 1 次提交
    • A
      ieee802154: handle datagram variables as u16 · 5f509239
      Alexander Aring 提交于
      This reverts commit 9abc378c66e3d6f437eed77c1c534cbc183523f7
      ("ieee802154: 6lowpan: change datagram var types").
      
      The reason is that I forgot the IPv6 fragmentation here. Our MTU of
      lowpan interface is 1280 and skb->len should not above of that. If we
      reach a payload above 1280 in IPv6 header then we have a IPv6
      fragmentation above 802.15.4 6LoWPAN fragmentation. The type "u16" was
      fine, instead I added now a WARN_ON_ONCE if skb->len is above MTU which
      should never happen otherwise IPv6 on minimum MTU size is broken.
      Signed-off-by: NAlexander Aring <alex.aring@gmail.com>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      5f509239
  9. 30 9月, 2015 1 次提交
  10. 17 9月, 2015 3 次提交
  11. 27 7月, 2015 1 次提交
  12. 08 1月, 2015 2 次提交
  13. 25 10月, 2014 1 次提交
  14. 01 10月, 2014 2 次提交
  15. 20 8月, 2014 1 次提交
  16. 03 8月, 2014 2 次提交
  17. 28 7月, 2014 7 次提交
  18. 08 7月, 2014 1 次提交
  19. 21 4月, 2014 2 次提交
  20. 15 3月, 2014 3 次提交
  21. 14 3月, 2014 1 次提交
  22. 11 3月, 2014 1 次提交
  23. 08 3月, 2014 1 次提交
  24. 07 3月, 2014 1 次提交
  25. 03 3月, 2014 1 次提交
  26. 01 3月, 2014 1 次提交