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:	Fri, 22 Apr 2011 16:35:58 -0700
From:	Mahesh Bandewar <maheshb@...gle.com>
To:	David Miller <davem@...emloft.net>
Cc:	netdev <netdev@...r.kernel.org>,
	Mahesh Bandewar <maheshb@...gle.com>
Subject: [PATCH 0/9] Convert features fields from u32 to type u64

Mahesh Bandewar (9):
  net-dev: Convert (hw_/vlan_/wanted_)features fields from u32 type to
    u64
  net-ethtool: Convert (hw_/vlan_/wanted_)features fields from u32 type
    to u64.
  net-core: Convert (hw_/vlan_/wanted_)features fields from u32 type to
    u64.
  net-tcp: Convert (hw_/vlan_/wanted_)features fields from u32 type to
    u64.
  net-udp: Convert (hw_/vlan_/wanted_)features fields from u32 type to
    u64.
  net-vlan: Convert (hw_/vlan_/wanted_)features fields from u32 type to
    u64.
  net-bridge: Convert (hw_/vlan_/wanted_)features fields from u32 type
    to u64.
  net-ipv4: Convert (hw_/vlan_/wanted_)features fields from u32 type to
    u64.
  net-ipv6: Convert (hw_/vlan_/wanted_)features fields from u32 type to
    u64.

 include/linux/ethtool.h   |   26 +++++++------
 include/linux/netdevice.h |   86 ++++++++++++++++++++++----------------------
 include/linux/skbuff.h    |    2 +-
 include/net/protocol.h    |    4 +-
 include/net/sock.h        |    8 ++--
 include/net/tcp.h         |    2 +-
 include/net/udp.h         |    2 +-
 net/8021q/vlan_dev.c      |    2 +-
 net/bridge/br_if.c        |    2 +-
 net/bridge/br_private.h   |    2 +-
 net/core/dev.c            |   26 +++++++-------
 net/core/ethtool.c        |   89 ++++++++++++++++-----------------------------
 net/core/skbuff.c         |    2 +-
 net/ipv4/af_inet.c        |    2 +-
 net/ipv4/tcp.c            |    2 +-
 net/ipv4/udp.c            |    2 +-
 net/ipv6/af_inet6.c       |    2 +-
 net/ipv6/udp.c            |    2 +-
 18 files changed, 119 insertions(+), 144 deletions(-)

-- 
1.7.3.1

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ