17 Nov, 2011

1 commit

  • Only distinct use is checking if NETIF_F_NOCACHE_COPY should be
    enabled by default. The check heuristics is altered a bit here,
    so it hits other people than before. The default shouldn't be
    trusted for performance-critical cases anyway.

    For all other uses NETIF_F_NO_CSUM is equivalent to NETIF_F_HW_CSUM.

    Signed-off-by: Michał Mirosław
    Signed-off-by: David S. Miller

    Michał Mirosław
     

30 Jun, 2011

2 commits


06 May, 2011

1 commit

  • Force dev_alloc_name() to be called from register_netdevice() by
    dev_get_valid_name(). That allows to remove multiple explicit
    dev_alloc_name() calls.

    The possibility to call dev_alloc_name in advance remains.

    This also fixes veth creation regresion caused by
    84c49d8c3e4abefb0a41a77b25aa37ebe8d6b743

    Signed-off-by: Jiri Pirko
    Signed-off-by: David S. Miller

    Jiri Pirko
     

17 Mar, 2011

1 commit


02 Dec, 2009

1 commit

  • A small cleanup after last net-2.6 merge into net-next-2.6

    As we are going to free skb, no need to set skb->skb_iif or skb->dev

    Signed-off-by: Eric Dumazet
    Signed-off-by: David S. Miller

    Eric Dumazet
     

29 Nov, 2009

1 commit


21 Nov, 2009

1 commit


20 Nov, 2009

1 commit


06 Nov, 2009

6 commits


01 Sep, 2009

1 commit


20 Aug, 2009

2 commits


13 Aug, 2009

1 commit


28 Jul, 2009

1 commit


23 Jul, 2009

2 commits


06 Jul, 2009

1 commit


14 Jun, 2009

1 commit

  • menuconfig IEEE802154_DRIVERS is a bool that depends on tristate IEEE802154.
    If the IEEE802154 symbol is 'm', the bool becomes 'y'.
    This allows tristate symbols under IEEE802154_DRIVERS to be configured as
    'y' and cause build problems.
    Changing the menuconfig bool to a tristate fixes this.

    drivers/built-in.o: In function `fake_scan_req':
    fakehard.c:(.text+0x46d625): undefined reference to `ieee802154_nl_scan_confirm'
    drivers/built-in.o: In function `fake_disassoc_req':
    fakehard.c:(.text+0x46d66f): undefined reference to `ieee802154_nl_disassoc_confirm'
    drivers/built-in.o: In function `fake_assoc_req':
    fakehard.c:(.text+0x46d6be): undefined reference to `ieee802154_nl_assoc_confirm'

    Signed-off-by: Randy Dunlap
    Acked-by: Sergey Lapin
    Signed-off-by: David S. Miller

    Randy Dunlap
     

09 Jun, 2009

1 commit