07 Jan, 2013

1 commit

  • Use strlcpy where possible to ensure the string is \0 terminated.
    Use always sizeof(string) instead of 32, ETHTOOL_BUSINFO_LEN
    and custom defines.
    Use snprintf instead of sprint.
    Remove unnecessary inits of ->fw_version
    Remove unnecessary inits of drvinfo struct.

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

    Jiri Pirko
     

29 Mar, 2012

1 commit


01 Feb, 2012

2 commits


29 Nov, 2011

1 commit

  • This patch converts the drivers in drivers/net/ethernet/* to use the
    module_platform_driver() macro which makes the code smaller and a bit
    simpler.

    Cc: "David S. Miller"
    Cc: Pantelis Antoniou
    Cc: Vitaly Bordug
    Cc: Wan ZongShun
    Cc: Nicolas Pitre
    Cc: Giuseppe Cavallaro
    Cc: Marc Kleine-Budde
    Cc: Jeff Kirsher
    Cc: Jiri Pirko
    Cc: Daniel Hellstrom
    Cc: Alexey Dobriyan
    Cc: Tobias Klauser
    Cc: Grant Likely
    Cc: Jiri Kosina
    Cc: Richard Cochran
    Cc: Jonas Bonn
    Cc: Sebastian Poehn
    Cc: Yoshihiro Shimoda
    Cc: Ricardo Ribalda Delgado
    Cc: "Michał Mirosław"
    Signed-off-by: Axel Lin
    Acked-by: Wan ZongShun
    Signed-off-by: David S. Miller

    Axel Lin
     

19 Aug, 2011

1 commit


18 Aug, 2011

1 commit


13 Aug, 2011

1 commit