netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Convert features fields from u32 to type u64
@ 2011-04-22 23:35 Mahesh Bandewar
  2011-04-22 23:35 ` [PATCH 1/9] net-dev: Convert (hw_/vlan_/wanted_)features fields from u32 type to u64 Mahesh Bandewar
  0 siblings, 1 reply; 14+ messages in thread
From: Mahesh Bandewar @ 2011-04-22 23:35 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Mahesh Bandewar

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-04-25 18:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-22 23:35 [PATCH 0/9] Convert features fields from u32 to type u64 Mahesh Bandewar
2011-04-22 23:35 ` [PATCH 1/9] net-dev: Convert (hw_/vlan_/wanted_)features fields from u32 type to u64 Mahesh Bandewar
2011-04-22 23:36   ` [PATCH 2/9] net-ethtool: " Mahesh Bandewar
2011-04-22 23:36     ` [PATCH 3/9] net-core: " Mahesh Bandewar
2011-04-22 23:36       ` [PATCH 4/9] net-tcp: " Mahesh Bandewar
2011-04-22 23:36         ` [PATCH 5/9] net-udp: " Mahesh Bandewar
2011-04-22 23:36           ` [PATCH 6/9] net-vlan: " Mahesh Bandewar
2011-04-22 23:36             ` [PATCH 7/9] net-bridge: " Mahesh Bandewar
2011-04-22 23:36               ` [PATCH 8/9] net-ipv4: " Mahesh Bandewar
2011-04-22 23:36                 ` [PATCH 9/9] net-ipv6: " Mahesh Bandewar
2011-04-24  5:30     ` [PATCH 2/9] net-ethtool: " Ben Hutchings
2011-04-25  5:28       ` David Miller
2011-04-25 18:14       ` Mahesh Bandewar
2011-04-25  8:48     ` Michał Mirosław

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).