]> git.baikalelectronics.ru Git - kernel.git/commit
[AX25/NETROM]: Cleanup direct calls into IP stack
authorRalf Baechle <ralf@linux-mips.org>
Wed, 24 Aug 2005 18:35:51 +0000 (11:35 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:08:09 +0000 (16:08 -0700)
commitdab4e95a010645375e8787b521cc94ec04ec1faa
treece1e22a4d8ccb662ed116a90c78dbf8bcbb3e0f4
parentf129c8a22ab0c7294b2a746e5fbcac1f724f204b
[AX25/NETROM]: Cleanup direct calls into IP stack

Get rid of the calls to ip_rcv and arp_rcv which were layering
violations anyway.  With those being replaced by netif_rx, less parts
of AX.25 and relatives depend on INET support actually being enabled.
This also will make PF_PACKET sockets work for IP and ARP packets
received over AX.25 and for IP packets over NET/ROM.

Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ax25/ax25_in.c
net/netrom/af_netrom.c
net/netrom/nr_dev.c