1. 28 10月, 2017 7 次提交
  2. 27 10月, 2017 21 次提交
  3. 26 10月, 2017 8 次提交
  4. 25 10月, 2017 4 次提交
    • K
      net: atm/mpc: Stop using open-coded timer .data field · 5c658e19
      Kees Cook 提交于
      In preparation for unconditionally passing the struct timer_list pointer to
      all timer callbacks, switch to using an explicit static variable to hold
      additional expiration details.
      
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Bhumika Goyal <bhumirks@gmail.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Alexey Dobriyan <adobriyan@gmail.com>
      Cc: "Reshetova, Elena" <elena.reshetova@intel.com>
      Cc: netdev@vger.kernel.org
      Signed-off-by: NKees Cook <keescook@chromium.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      5c658e19
    • K
      net: af_packet: Convert timers to use timer_setup() · 17bfd8c8
      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: "David S. Miller" <davem@davemloft.net>
      Cc: Eric Dumazet <edumazet@google.com>
      Cc: Willem de Bruijn <willemb@google.com>
      Cc: Mike Maloney <maloney@google.com>
      Cc: Jarno Rajahalme <jarno@ovn.org>
      Cc: netdev@vger.kernel.org
      Signed-off-by: NKees Cook <keescook@chromium.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      17bfd8c8
    • K
      net: hsr: Convert timers to use timer_setup() · dda436b7
      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: Arvid Brodin <arvid.brodin@alten.se>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: netdev@vger.kernel.org
      Signed-off-by: NKees Cook <keescook@chromium.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      dda436b7
    • K
      net: dccp: Convert timers to use timer_setup() · 839a6094
      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. Adds a pointer back to the sock.
      
      Cc: Gerrit Renker <gerrit@erg.abdn.ac.uk>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Soheil Hassas Yeganeh <soheil@google.com>
      Cc: Hannes Frederic Sowa <hannes@stressinduktion.org>
      Cc: Eric Dumazet <edumazet@google.com>
      Cc: dccp@vger.kernel.org
      Cc: netdev@vger.kernel.org
      Signed-off-by: NKees Cook <keescook@chromium.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      839a6094