aboutsummaryrefslogtreecommitdiff
path: root/net/ieee802154
AgeCommit message (Expand)AuthorFilesLines
2012-11-306lowpan: consider checksum bytes in fragmentation thresholdAlan Ott1-1/+2
2012-09-18net/ieee802154/6lowpan.c: Remove unecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman2-6/+6
2012-09-016lowpan: handle NETDEV_UNREGISTER eventAlan Ott1-7/+37
2012-09-016lowpan: Make a copy of skb's delivered to 6lowpanAlan Ott1-1/+8
2012-07-166lowpan: Change byte order when storing/accessing to len fieldTony Cheneau1-8/+12
2012-07-166lowpan: Change byte order when storing/accessing u16 tagTony Cheneau1-3/+3
2012-07-166lowpan: Fix null pointer dereference in UDP uncompression functionTony Cheneau1-0/+3
2012-07-126lowpan: rework fragment-deleting routine[email protected]1-19/+20
2012-07-126lowpan: fix tag variable size[email protected]1-1/+1
2012-07-126lowpan: get extra headroom in allocated frame[email protected]1-2/+2
2012-07-126lowpan: revert: add missing spin_lock_init()[email protected]1-3/+1
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2012-07-08ieee802154: verify packet size before trying to allocate itSasha Levin1-6/+6
2012-07-056lowpan: revert 'reuse eth_mac_addr()'[email protected]1-2/+14
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf3-4/+4
2012-06-276lowpan: double unlock on an error pathDan Carpenter1-1/+1
2012-06-256lowpan: remove excessive argument in pr_debug[email protected]1-57/+37
2012-06-256lowpan: fix hop limit compression[email protected]1-0/+1
2012-06-256lowpan: read data from skb safely[email protected]1-32/+38
2012-05-16ieee802154: interface type to be added[email protected]1-1/+8
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+38
2012-04-266lowpan: duplicate definition of IEEE802154_ALEN[email protected]2-5/+2
2012-04-266lowpan: move frame allocation code to a separate function[email protected]1-33/+48
2012-04-266lowpan: add missing spin_lock_init()[email protected]1-0/+2
2012-04-266lowpan: clean up fragments list if module unloaded[email protected]1-2/+11
2012-04-266lowpan: fix segmentation fault caused by mlme request[email protected]1-0/+25
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet3-5/+5
2012-04-02ieee802154: Stop using NLA_PUT*().David S. Miller2-90/+85
2012-02-22net/ieee802154/6lowpan.c: reuse eth_mac_addr()Danny Kukawka1-14/+2
2011-11-18net: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2-4/+10
2011-11-166LoWPAN: double free in lowpan_fragment_xmit()Dan Carpenter1-3/+0
2011-11-146LoWPAN: UDP header decompression[email protected]1-1/+60
2011-11-146LoWPAN: UDP header compression[email protected]2-4/+52
2011-11-146LoWPAN: set proper netdev flags[email protected]1-2/+1
2011-11-146LoWPAN: disable debugging by default[email protected]1-2/+0
2011-11-146LoWPAN: add fragmentation support[email protected]2-4/+274
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-09-156LoWPAN: fix skb_copy call[email protected]1-8/+9
2011-09-156LoWPAN: call dev_put() on error in lowpan_newlink()Dan Carpenter1-1/+4
2011-09-156LoWPAN: use the _safe version of list_for_eachDan Carpenter1-1/+3
2011-09-156LoWPAN: use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2011-08-24IEEE802.15.4: 6LoWPAN basic supportAlexander Smirnov4-3/+1108
2011-06-30ieee802154: free skb buffer if dev isn't runningAlexander Smirnov1-1/+1
2011-06-30ieee802154: it's IEEE 802.15.4, not ZigBeeDmitry Eremin-Solenikov1-1/+1
2011-06-30ieee802154: support specifying hw address for created devicesDmitry Eremin-Solenikov1-0/+31
2011-06-13ieee802154: Don't leak memory in ieee802154_nl_fill_phyJesper Juhl1-1/+2
2011-04-12ieee802154: Remove hacked CFLAGS in net/ieee802154/MakefileDavid S. Miller1-2/+0
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet1-3/+3
2010-05-23ieee802154: Fix possible NULL pointer dereference in wpan_phy_allocDenis Kirjanov1-1/+6