alistair23-linux/net/phonet
Eric Dumazet 766e9037cc net: sk_drops consolidation
sock_queue_rcv_skb() can update sk_drops itself, removing need for
callers to take care of it. This is more consistent since
sock_queue_rcv_skb() also reads sk_drops when queueing a skb.

This adds sk_drops managment to many protocols that not cared yet.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-10-14 20:40:11 -07:00
..
af_phonet.c Phonet: forward incoming packets 2009-10-14 15:04:18 -07:00
datagram.c net: sk_drops consolidation 2009-10-14 20:40:11 -07:00
Kconfig trivial: fix typos/grammar errors in Kconfig texts 2009-03-30 15:22:01 +02:00
Makefile Phonet: implement GPRS virtual interface over PEP socket 2008-10-05 11:16:16 -07:00
pep-gprs.c netdev: convert pseudo drivers to netdev_tx_t 2009-09-01 01:13:40 -07:00
pep.c net: sk_drops consolidation 2009-10-14 20:40:11 -07:00
pn_dev.c Phonet: routing table Netlink interface 2009-10-14 15:04:17 -07:00
pn_netlink.c Phonet: routing table Netlink interface 2009-10-14 15:04:17 -07:00
socket.c Phonet: deliver broadcast packets to broadcast sockets 2009-10-14 15:04:15 -07:00
sysctl.c sysctl: remove "struct file *" argument of ->proc_handler 2009-09-24 07:21:04 -07:00