summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ieee802154: move ieee802154 headerAlexander Aring2014-10-258-8/+9
* ieee802154: move wpan-class.c to core.cAlexander Aring2014-10-252-1/+1
* ieee802154: move wpan-phy.h to cfg802154.hAlexander Aring2014-10-259-9/+9
* mac802154: move wpan.c to iface.cAlexander Aring2014-10-252-1/+1
* mac802154: move mac802154.h to ieee802154_i.hAlexander Aring2014-10-259-11/+11
* mac802154: move ieee802154_dev.c to main.cAlexander Aring2014-10-252-1/+1
* Bluetooth: Add self-tests for SMP crypto functionsJohan Hedberg2014-10-251-0/+87
* Bluetooth: Add skeleton for SMP self-testsJohan Hedberg2014-10-252-0/+39
* Bluetooth: Pass only crypto context to SMP crypto functionsJohan Hedberg2014-10-251-18/+12Star
* Bluetooth: fix shadow warning in hci_disconnect()Fabian Frederick2014-10-251-3/+4
* ieee802154: wpan-class: fix trailing semicolonAlexander Aring2014-10-251-1/+1
* mac802154: fix typo IEEE802515 to IEEE802154Alexander Aring2014-10-251-3/+3
* ieee802154: ieee802154_dev: fix align typoAlexander Aring2014-10-251-1/+1
* ieee802154: mac802154: remove FSF addressAlexander Aring2014-10-2518-72/+0Star
* Bluetooth: Fix missing channel unlock in l2cap_le_creditsMartin Townsend2014-10-251-0/+1
* 6lowpan: Use skb_cow in IPHC decompression.Martin Townsend2014-10-252-26/+25Star
* Bluetooth: 6lowpan: remove unnecessary codes in give_skb_to_upperLi RongQing2014-10-251-8/+1Star
* Bluetooth: Improve RFCOMM __test_pf macro robustnessSzymon Janc2014-10-251-1/+1
* Bluetooth: Fix RFCOMM NSC responseSzymon Janc2014-10-251-2/+2
* Bluetooth: Defer connection-parameter removal when unpairingAlfonso Acosta2014-10-252-13/+41
* ieee802154: 6lowpan: add RTNL assertionAlexander Aring2014-10-251-0/+2
* ieee802154: 6lowpan: improve packet registrationAlexander Aring2014-10-251-12/+18
* Bluetooth: Remove redundant check on hci_conn's device classAlfonso Acosta2014-10-251-2/+1Star
* Bluetooth: Include ADV_IND report in Device Connected eventAlfonso Acosta2014-10-252-16/+40
* Bluetooth: Refactor arguments of mgmt_device_connectedAlfonso Acosta2014-10-253-20/+11Star
* ieee802154: 6lowpan: fix sign of errno return valAlexander Aring2014-10-251-1/+1
* ieee802154: reassembly: fix tag byteorderAlexander Aring2014-10-252-5/+7
* ieee802154: 6lowpan: fix byteorder for frag tagAlexander Aring2014-10-251-4/+5
* ieee802154: 6lowpan: Drop PACKET_OTHERHOST skbs in 6lowpanSimon Vincent2014-10-251-0/+3
* trivial: net/mac802154: Fix Kconfig typoJulien Catalano2014-10-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-194-7/+8
|\
| * Net: DSA: Fix checking for get_phy_flags functionAndrew Lunn2014-10-191-1/+1
| * ipv6: fix a potential use after free in sit.cLi RongQing2014-10-181-3/+3
| * ipv6: fix a potential use after free in ip6_offload.cLi RongQing2014-10-181-0/+1
| * ipv4: fix a potential use after free in gre_offload.cLi RongQing2014-10-181-3/+3
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-181-0/+2
|\ \
| * | 9p/trans_virtio: enable VQs earlyMichael S. Tsirkin2014-10-151-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-1834-202/+265
|\ \ \ | | |/ | |/|
| * | net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli2014-10-181-0/+1
| * | openvswitch: Set flow-key members.Pravin B Shelar2014-10-181-3/+3
| * | netrom: use linux/uaccess.hFabian Frederick2014-10-187-7/+7
| * | tipc: fix bug in bundled buffer receptionJon Paul Maloy2014-10-181-1/+6
| * | ipv6: introduce tcp_v6_iif()Eric Dumazet2014-10-183-13/+18
| * | ipv4: fix a potential use after free in fou.cLi RongQing2014-10-181-0/+3
| * | ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing2014-10-181-1/+2
| * | openvswitch: Create right mask with disabled megaflowsPravin B Shelar2014-10-171-21/+72
| * | openvswitch: fix a use after freeLi RongQing2014-10-171-1/+2
| * | ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin2014-10-171-3/+9
| * | ipv4: clean up cookie_v4_check()Cong Wang2014-10-172-4/+4
| * | ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang2014-10-172-29/+1Star