lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 30 Mar 2010 23:34:23 +0200
From:	L. Alberto Giménez <agimenez@...valve.es>
To:	devel@...uxdriverproject.org
Cc:	gregkh@...e.de, wfp5p@...ginia.edu, bzolnier@...il.com,
	alan@...ux.intel.com, devel@...verdev.osuosl.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH] Staging: Add new driver ipheth

Hi,

I'm submitting this new driver to the staging tree so it can be reviewed. I
didn't write it by myself, but I've tested it and it works just fine (at least
with a 3G iPhone). The original maintainers are not very responsive and the
codebase has not been updated (apart from minor fixes) since January.

Anyway, before submitting it I've fixed (most) checkpatch issues. Only two
over-80-characters lines issues are standing, but looking at the code it did
make sense for me letting those 3-4 characters to overflow to keep the code
readable.

More than that, I have no real experience with kernel programming (read LDD,
articles, files inside Documentation/ directory and so), so if you see obvious
bugs or something that should be fixed, please let me know with a pointer to the
documentation that may help me to undertand why it's wrong and how should I fix
it.

L. Alberto Giménez (1):
  Staging: Add new driver ipheth

 drivers/staging/Kconfig         |    2 +
 drivers/staging/Makefile        |    1 +
 drivers/staging/ipheth/Kconfig  |   11 +
 drivers/staging/ipheth/Makefile |    1 +
 drivers/staging/ipheth/ipheth.c |  573 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 588 insertions(+), 0 deletions(-)
 create mode 100644 drivers/staging/ipheth/Kconfig
 create mode 100644 drivers/staging/ipheth/Makefile
 create mode 100644 drivers/staging/ipheth/ipheth.c

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ