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:	Tue, 13 Mar 2007 18:45:52 -0300
From:	"Arnaldo Carvalho de Melo" <acme@...stprotocols.net>
To:	"David Miller" <davem@...emloft.net>
Cc:	"Netdev List" <netdev@...r.kernel.org>
Subject: [PATCH 02/15] [SK_BUFF]: Introduce skb_transport_offset()

For the quite common 'skb->h.raw - skb->data' sequence.

Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
 drivers/net/atl1/atl1_main.c       |   10 +++++-----
 drivers/net/cassini.c              |    6 ++----
 drivers/net/cxgb3/sge.c            |    7 ++++---
 drivers/net/e1000/e1000_main.c     |   10 +++++-----
 drivers/net/ixgb/ixgb_main.c       |    8 ++++----
 drivers/net/myri10ge/myri10ge.c    |    5 +++--
 drivers/net/netxen/netxen_nic_hw.c |    2 +-
 drivers/net/sk98lin/skge.c         |    4 ++--
 drivers/net/skge.c                 |    2 +-
 drivers/net/sky2.c                 |    2 +-
 drivers/net/sungem.c               |    6 ++----
 drivers/net/sunhme.c               |    6 ++----
 include/linux/skbuff.h             |    5 +++++
 include/net/udplite.h              |    6 +++---
 net/core/dev.c                     |    2 +-
 net/core/skbuff.c                  |    2 +-
 net/ipv4/esp4.c                    |    2 +-
 net/ipv4/udp.c                     |    2 +-
 net/ipv6/esp6.c                    |    9 +++------
 net/ipv6/exthdrs.c                 |   12 +++++++-----
 net/ipv6/ip6_input.c               |    2 +-
 net/ipv6/ipcomp6.c                 |    4 +---
 net/ipv6/mip6.c                    |    5 +++--
 net/ipv6/raw.c                     |    4 ++--
 net/ipv6/reassembly.c              |    3 ++-
 net/sctp/input.c                   |    2 +-
 26 files changed, 64 insertions(+), 64 deletions(-)

View attachment "0002-SK_BUFF-Introduce-skb_transport_offset.patch" of type "text/x-patch" (21276 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ