27 Jun, 2006

2 commits

  • * master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6: (42 commits)
    [IOAT]: Do not dereference THIS_MODULE directly to set unsafe.
    [NETROM]: Fix possible null pointer dereference.
    [NET] netpoll: break recursive loop in netpoll rx path
    [NET] netpoll: don't spin forever sending to stopped queues
    [IRDA]: add some IBM think pads
    [ATM]: atm/mpc.c warning fix
    [NET]: skb_find_text ignores to argument
    [NET]: make net/core/dev.c:netdev_nit static
    [NET]: Fix GSO problems in dev_hard_start_xmit()
    [NET]: Fix CHECKSUM_HW GSO problems.
    [TIPC]: Fix incorrect correction to discovery timer frequency computation.
    [TIPC]: Get rid of dynamically allocated arrays in broadcast code.
    [TIPC]: Fixed link switchover bugs
    [TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.
    [TIPC]: First phase of assert() cleanup
    [TIPC]: Disallow config operations that aren't supported in certain modes.
    [TIPC]: Fixed memory leak in tipc_link_send() when destination is unreachable
    [TIPC]: Added missing warning for out-of-memory condition
    [TIPC]: Withdrawing all names from nameless port now returns success, not error
    [TIPC]: Optimized argument validation done by connect().
    ...

    Linus Torvalds
     
  • This patch converts the combination of list_del(A) and list_add(A, B) to
    list_move(A, B) under net/rxrpc.

    Acked-by: David Howells
    Signed-off-by: Akinobu Mita
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Akinobu Mita
     

26 Jun, 2006

38 commits