tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / net / ieee802154 /
2009-11-25 Octavian Purdilanet: use net_eq to compare nets
2009-11-15 David S. MillerMerge branch 'for-next' of git://git./linux/kernel...
2009-11-12 Dmitry Eremin-Sole... ieee802154: make wpan-phy class registration to subsys_...
2009-11-07 David S. MillerMerge branch 'for-next' of git://git./linux/kernel...
2009-11-06 Dmitry Eremin-Sole... ieee802154: add support for creation/removal of logic...
2009-11-06 Dmitry Eremin-Sole... ieee802154: add PHY_NAME to LIST_IFACE command results
2009-11-06 Dmitry Eremin-Sole... ieee802154: add two nl802154 helpers
2009-11-06 Dmitry Eremin-Sole... ieee802154: add LIST_PHY command support
2009-11-06 Dmitry Eremin-Sole... ieee802154: split away MAC commands implementation
2009-11-06 Dmitry Eremin-Sole... ieee802154: merge nl802154 and wpan-class in single...
2009-11-06 Dmitry Eremin-Sole... wpan-phy: follow usual patter of devices registration
2009-11-06 Dmitry Eremin-Sole... wpan-phy: allow specifying a per-page channel mask
2009-11-06 Dmitry Eremin-Sole... wpan-phy: use snprintf to limit the amount of chars...
2009-11-06 Dmitry Eremin-Sole... wpan-phy: init channel/page fields
2009-11-06 Dmitry Eremin-Sole... wpan-phy: add wpan-phy iteration functions
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
2009-10-15 Eric Dumazetnet: sk_drops consolidation
2009-10-12 Neil Hormannet: Generalize socket rx gap / receive queue overflow...
2009-10-07 Stephen Hemmingernet: mark net_proto_ops as const
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-15 Dmitry Eremin-Sole... ieee802154: add locking for seq numbers
2009-09-15 Dmitry Eremin-Sole... af_ieee802154: setsockopt optlen arg isn't __user
2009-08-19 Dmitry Eremin-Sole... Drop ARPHRD_IEEE802154_PHY
2009-08-19 Dmitry Eremin-Sole... ieee802154: add support for channel pages from IEEE...
2009-08-19 Dmitry Eremin-Sole... ieee802154: add a sysfs representation of WPAN master...
2009-08-13 Dmitry Baryshkovnl802154: support START-CONFIRM primitive
2009-08-13 Dmitry Baryshkovaf_ieee802154: add support for WANT_ACK socket option
2009-08-13 Dmitry Baryshkovaf_ieee802154: minor cleanup in dgram_bind
2009-08-13 Dmitry Baryshkovnl802154: add support for dumping WPAN interface inform...
2009-08-13 Dmitry Baryshkovnl802154: make ieee802154_policy constant
2009-08-13 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-08-06 Dmitry Eremin-Sole... af_ieee802154: provide dummy get/setsockopt
2009-08-06 Dmitry Eremin-Sole... af_ieee802154: fix ioctl processing
2009-07-23 Dmitry Eremin-Sole... ieee802154: move headers out of extra directory
2009-06-29 Dmitry Eremin-Sole... nl802154: add module license and description
2009-06-29 Dmitry Eremin-Sole... nl802154: fix Oops in ieee802154_nl_get_dev
2009-06-19 Dmitry Baryshkovieee802154: use standard routine for printing dumps
2009-06-18 Eric Dumazetnet: correct off-by-one write allocations reports
2009-06-11 David S. Millerieee802154: Use '%Zu' printf format for size_t.
2009-06-09 Sergey Lapinnet: add NL802154 interface for configuration of 802...
2009-06-09 Sergey Lapinnet: add IEEE 802.15.4 socket family implementation