| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2015-08-29 | 1 | -4/+12 |
|\ |
|
| * | nl802154: stricter input checking for boolean inputs | Stefan Schmidt | 2015-08-28 | 1 | -4/+12 |
* | | net: 6lowpan: convert to using IFF_NO_QUEUE | Phil Sutter | 2015-08-18 | 1 | -1/+1 |
|/ |
|
* | ieee802154: 6lowpan: fix non-lowpan wpan interfaces | Alexander Aring | 2015-08-15 | 1 | -3/+4 |
* | ieee802154: 6lowpan: fix packet layer registration | Alexander Aring | 2015-08-15 | 1 | -5/+17 |
* | 6lowpan: add generic 6lowpan netdev private data | Alexander Aring | 2015-08-11 | 2 | -2/+5 |
* | ieee802154: 6lowpan: fix error frag handling | Alexander Aring | 2015-08-10 | 1 | -1/+1 |
* | ieee802154: add ack request default handling | Alexander Aring | 2015-08-10 | 4 | -1/+66 |
* | ieee802154: 6lowpan: remove multiple lowpan per wpan support | Alexander Aring | 2015-08-10 | 3 | -86/+27 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-07-31 | 1 | -3/+3 |
|\ |
|
| * | inet: frag: change *_frag_mem_limit functions to take netns_frags as argument | Florian Westphal | 2015-07-26 | 1 | -3/+3 |
* | | cfg802154: add PM hooks | Varka Bhadram | 2015-07-23 | 3 | -0/+80 |
|/ |
|
* | nl802154: export supported commands | Varka Bhadram | 2015-06-04 | 1 | -0/+40 |
* | ieee802154: Fix sockaddr_ieee802154 implicit padding information leak. | Lennert Buytenhek | 2015-06-04 | 1 | -0/+6 |
* | cfg802154: fix rdev-ops naming convension and format specifiers | Varka Bhadram | 2015-06-04 | 1 | -5/+5 |
* | ieee802154: 6lowpan: set ackreq when needed | Alexander Aring | 2015-06-02 | 1 | -2/+3 |
* | nl802154: add support to set cca ed level | Alexander Aring | 2015-05-27 | 3 | -0/+56 |
* | nl802154: add support for cca ed level info | Alexander Aring | 2015-05-27 | 1 | -0/+7 |
* | ieee802154: fix typo for file name | Varka Bhadram | 2015-05-27 | 1 | -1/+1 |
* | ieee802154: add set transmit power support | Varka Bhadram | 2015-05-27 | 3 | -0/+57 |
* | nl802154: fix cca mode wpan phy flag | Alexander Aring | 2015-05-26 | 1 | -1/+1 |
* | ieee802154 socket: No need to check for ARPHRD_IEEE802154 in raw_bind(). | Lennert Buytenhek | 2015-05-26 | 1 | -6/+0 |
* | ieee802154: Remove 802.15.4/6LoWPAN checks for interface MTU. | Lennert Buytenhek | 2015-05-26 | 1 | -14/+3 |
* | ieee802154 socket: Return EMSGSIZE from raw_sendmsg() if packet too big. | Lennert Buytenhek | 2015-05-26 | 1 | -1/+1 |
* | mac802154: remove mib lock | Alexander Aring | 2015-05-23 | 4 | -32/+16 |
* | mac802154: use atomic ops for sequence incrementation | Alexander Aring | 2015-05-23 | 1 | -8/+0 |
* | mac802154: remove pib lock | Alexander Aring | 2015-05-23 | 2 | -5/+3 |
* | nl802154: add support for dump phy capabilities | Alexander Aring | 2015-05-19 | 1 | -1/+116 |
* | ieee802154: add iftypes capability | Alexander Aring | 2015-05-19 | 1 | -1/+2 |
* | cfg802154: introduce wpan phy flags | Alexander Aring | 2015-05-19 | 1 | -10/+17 |
* | ieee802154: add several phy supported handling | Alexander Aring | 2015-05-19 | 1 | -5/+17 |
* | ieee802154: introduce wpan_phy_supported | Alexander Aring | 2015-05-19 | 2 | -4/+4 |
* | ieee802154: change cca ed level to mbm | Alexander Aring | 2015-05-19 | 1 | -2/+2 |
* | ieee802154: change transmit power to mbm | Alexander Aring | 2015-05-19 | 1 | -2/+2 |
* | ieee802154: change transmit power to s32 | Alexander Aring | 2015-05-19 | 1 | -3/+3 |
* | ieee802154: move validation check out of softmac | Alexander Aring | 2015-05-19 | 1 | -1/+27 |
* | nl802154: cleanup invalid argument handling | Alexander Aring | 2015-05-19 | 1 | -8/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-05-13 | 6 | -16/+334 |
|\ |
|
| * | ieee802154: trace: fix endian convertion | Alexander Aring | 2015-04-30 | 1 | -2/+3 |
| * | cfg802154: pass name_assign_type to rdev_add_virtual_intf() | Varka Bhadram | 2015-04-30 | 3 | -5/+12 |
| * | ieee802154: Add trace events for rdev->ops | Guido Günther | 2015-04-30 | 4 | -12/+322 |
* | | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 2015-05-11 | 1 | -1/+1 |
|/ |
|
* | ieee802154: don't export static symbol | Julia Lawall | 2015-03-14 | 1 | -1/+0 |
* | ieee802154: remove deprecated sysfs entries | Alexander Aring | 2015-03-14 | 1 | -49/+0 |
* | ieee802154: change wpan-phy name to phy | Alexander Aring | 2015-03-14 | 1 | -1/+4 |
* | ieee802154: 6lowpan: fix ARPHRD to ARPHRD_6LOWPAN | Alexander Aring | 2015-03-14 | 1 | -1/+1 |
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2015-03-02 | 2 | -2/+5 |
|\ |
|
| * | ieee802154: fix netns settings | Nicolas Dichtel | 2015-02-14 | 2 | -2/+5 |
* | | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 2015-03-02 | 1 | -12/+9 |
|/ |
|
* | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg | 2015-01-18 | 4 | -14/+10 |