alistair23-linux/net/ieee802154
Eric Dumazet 31e6d363ab net: correct off-by-one write allocations reports
commit 2b85a34e91
(net: No more expensive sock_hold()/sock_put() on each tx)
changed initial sk_wmem_alloc value.

We need to take into account this offset when reporting
sk_wmem_alloc to user, in PROC_FS files or various
ioctls (SIOCOUTQ/TIOCOUTQ)

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-06-18 00:29:12 -07:00
..
af802154.h net: add IEEE 802.15.4 socket family implementation 2009-06-09 05:25:32 -07:00
af_ieee802154.c net: add IEEE 802.15.4 socket family implementation 2009-06-09 05:25:32 -07:00
dgram.c net: correct off-by-one write allocations reports 2009-06-18 00:29:12 -07:00
Kconfig net: add IEEE 802.15.4 socket family implementation 2009-06-09 05:25:32 -07:00
Makefile net: add NL802154 interface for configuration of 802.15.4 devices 2009-06-09 05:25:33 -07:00
netlink.c net: add NL802154 interface for configuration of 802.15.4 devices 2009-06-09 05:25:33 -07:00
nl_policy.c net: add NL802154 interface for configuration of 802.15.4 devices 2009-06-09 05:25:33 -07:00
raw.c ieee802154: Use '%Zu' printf format for size_t. 2009-06-11 02:10:19 -07:00