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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 16 Mar 2007 17:54:27 -0300
From:	"Arnaldo Carvalho de Melo" <acme@...stprotocols.net>
To:	"David Miller" <davem@...emloft.net>
Cc:	"Netdev List" <netdev@...r.kernel.org>
Subject: [PATCH 3/4] [SK_BUFF]: unions of just one member don't get anything done, kill them

Renaming skb->h to skb->transport_header, skb->nh to skb->network_header and
skb->mac to skb->mac_header, to match the names of the associated helpers
(skb[_[re]set]_{transport,network,mac}_header).

Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
 drivers/net/arcnet/arcnet.c                   |   17 ++++++---
 drivers/net/bonding/bond_3ad.c                |    4 +-
 drivers/net/bonding/bond_alb.c                |    2 +-
 drivers/net/wireless/hostap/hostap_80211_rx.c |    2 +-
 include/linux/if_vlan.h                       |    4 +-
 include/linux/skbuff.h                        |   49 ++++++++++---------------
 net/802/psnap.c                               |    2 +-
 net/8021q/vlan_dev.c                          |    2 +-
 net/appletalk/ddp.c                           |    8 ++--
 net/bridge/br_netfilter.c                     |   24 ++++++------
 net/core/dev.c                                |    6 ++--
 net/core/pktgen.c                             |   16 ++++----
 net/core/skbuff.c                             |   21 ++++++-----
 net/ieee80211/ieee80211_rx.c                  |    2 +-
 net/ipv4/ah4.c                                |    4 +-
 net/ipv4/igmp.c                               |    2 +-
 net/ipv4/ip_gre.c                             |    2 +-
 net/ipv4/ip_output.c                          |   11 +++---
 net/ipv4/ipcomp.c                             |    2 +-
 net/ipv4/ipip.c                               |    4 +-
 net/ipv4/ipmr.c                               |    8 ++--
 net/ipv4/ipvs/ip_vs_xmit.c                    |    4 +-
 net/ipv4/netfilter/ipt_LOG.c                  |    2 +-
 net/ipv4/netfilter/ipt_ULOG.c                 |    2 +-
 net/ipv4/raw.c                                |    2 +-
 net/ipv4/xfrm4_mode_beet.c                    |    4 +-
 net/ipv4/xfrm4_mode_transport.c               |    8 ++---
 net/ipv4/xfrm4_mode_tunnel.c                  |    2 +-
 net/ipv6/ah6.c                                |    8 ++--
 net/ipv6/exthdrs.c                            |    6 ++--
 net/ipv6/ip6_input.c                          |    2 +-
 net/ipv6/ip6_output.c                         |   11 +++---
 net/ipv6/ip6_tunnel.c                         |    4 +-
 net/ipv6/ipcomp6.c                            |    2 +-
 net/ipv6/netfilter/ip6t_LOG.c                 |    2 +-
 net/ipv6/netfilter/nf_conntrack_reasm.c       |    4 +-
 net/ipv6/raw.c                                |    2 +-
 net/ipv6/reassembly.c                         |    8 ++--
 net/ipv6/sit.c                                |    4 +-
 net/ipv6/xfrm6_mode_beet.c                    |    4 +-
 net/ipv6/xfrm6_mode_transport.c               |    4 +-
 net/ipv6/xfrm6_mode_tunnel.c                  |    4 +-
 net/llc/llc_input.c                           |    2 +-
 net/packet/af_packet.c                        |   28 +++++++-------
 net/sctp/input.c                              |    8 ++--
 net/sctp/ipv6.c                               |    8 ++--
 46 files changed, 162 insertions(+), 165 deletions(-)

View attachment "0003-SK_BUFF-unions-of-just-one-member-don-t-get-anyth.patch" of type "text/x-patch" (45669 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ