summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ieee802154: add support for atusb transceiverAlexander Aring2015-05-196-197/+1009
* mac802154: tx: allow xmit complete from hard irqAlexander Aring2015-05-191-3/+2Star
* at86rf230: fix callback for aret handlingAlexander Aring2015-05-191-1/+1
* mac802154: fakelb: Fix potential NULL pointer dereference.Martin Townsend2015-05-191-1/+2
* nl802154: add support for dump phy capabilitiesAlexander Aring2015-05-192-1/+173
* at86rf230: add reset states of tx power levelAlexander Aring2015-05-191-0/+1
* at86rf230: add cca ed level reset valueAlexander Aring2015-05-191-2/+5
* at86rf230: rework tx cca energy detection levelAlexander Aring2015-05-191-20/+59
* at86rf230: rework tx power supportAlexander Aring2015-05-191-19/+64
* at86rf230: set cca_modes supported flagsAlexander Aring2015-05-191-0/+6
* ieee802154: add iftypes capabilityAlexander Aring2015-05-193-2/+9
* cfg802154: introduce wpan phy flagsAlexander Aring2015-05-195-37/+50
* mac802154: remove check if operation is supportedAlexander Aring2015-05-191-24/+0Star
* mac802154: check for really changesAlexander Aring2015-05-192-0/+38
* ieee802154: add several phy supported handlingAlexander Aring2015-05-194-6/+90
* ieee802154: introduce wpan_phy_supportedAlexander Aring2015-05-197-26/+30
* ieee802154: change cca ed level to mbmAlexander Aring2015-05-195-8/+9
* ieee802154: change transmit power to mbmAlexander Aring2015-05-195-7/+9
* ieee802154: change transmit power to s32Alexander Aring2015-05-195-7/+7
* ieee802154: move validation check out of softmacAlexander Aring2015-05-192-30/+27Star
* nl802154: cleanup invalid argument handlingAlexander Aring2015-05-191-8/+4Star
* Bluetooth: btbcm: Fix calls to __hci_cmd_sync()Frederic Danis2015-05-151-6/+0Star
* Bluetooth: btintel: Fix calls to __hci_cmd_sync()Frederic Danis2015-05-151-6/+0Star
* Bluetooth: btusb: Fix calls to __hci_cmd_sync()Frederic Danis2015-05-151-36/+0Star
* Bluetooth: Fix calls to __hci_cmd_sync()Frederic Danis2015-05-151-5/+0Star
* Bluetooth: btrtl: Create separate module for Realtek BT driverCarlo Caione2015-05-145-373/+462
* Bluetooth: btmrvl: fix compilation warningXinming Hu2015-05-131-1/+1
* Bluetooth: btwilink: remove DEBUG defineLeo Yan2015-05-131-1/+1
* net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unsetPablo Neira2015-05-131-8/+0Star
* Merge branch 'packet_rollover'David S. Miller2015-05-133-28/+163
|\
| * packet: rollover statisticsWillem de Bruijn2015-05-133-1/+28
| * packet: rollover huge flows before small flowsWillem de Bruijn2015-05-132-3/+24
| * packet: rollover lock contention avoidanceWillem de Bruijn2015-05-132-7/+32
| * packet: rollover only to socket with headroomWillem de Bruijn2015-05-131-17/+59
| * packet: rollover prepare: per-socket stateWillem de Bruijn2015-05-132-4/+23
| * packet: rollover prepare: move code out of callsitesWillem de Bruijn2015-05-131-9/+10
|/
* ipv4: __ip_local_out_sk() is staticEric Dumazet2015-05-131-1/+1
* tcp/dccp: tw_timer_handler() is staticEric Dumazet2015-05-131-1/+1
* Merge branch 'cls_flower'David S. Miller2015-05-1320-298/+1285
|\
| * tc: introduce Flower classifierJiri Pirko2015-05-134-0/+729
| * flow_dissector: change port array into src, dst tupleJiri Pirko2015-05-137-15/+18
| * flow_dissector: introduce support for Ethernet addressesJiri Pirko2015-05-132-0/+25
| * flow_dissector: introduce support for ipv6 addresssesJiri Pirko2015-05-132-8/+34
| * flow_dissector: add missing header includesJiri Pirko2015-05-131-0/+3
| * flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-1312-146/+229
| * flow_dissector: introduce programable flow_dissectorJiri Pirko2015-05-132-0/+109
| * flow_dissector: fix doc for skb_get_poffJiri Pirko2015-05-131-2/+6
| * net: move netdev_pick_tx and dependencies to net/core/dev.cJiri Pirko2015-05-132-78/+78
| * net: move __skb_tx_hash to dev.cJiri Pirko2015-05-134-31/+31
| * net: move __skb_get_hash function declaration to flow_dissector.hJiri Pirko2015-05-132-1/+1