summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | openvswitch: Allocate memory for ovs internal device stats.James Morse2015-10-221-3/+43
| * | | net: Really fix vti6 with oif in dst lookupsDavid Ahern2015-10-222-1/+5
| * | | tipc: extend broadcast link window sizeJon Paul Maloy2015-10-221-3/+5
| * | | irda: precedence bug in irlmp_seq_hb_idx()Dan Carpenter2015-10-211-1/+1
| * | | xen-netfront: update num_queues to real createdJoe Jin2015-10-211-7/+7
| * | | vsock: fix missing cleanup when misc_register failedGao feng2015-10-211-3/+4
| * | | Merge branch 'mv643xx-fixes'David S. Miller2015-10-211-8/+40
| |\ \ \
| | * | | net: mv643xx_eth: Defer writing the first TX descriptor when using TSOPhilipp Kirchhofer2015-10-211-3/+23
| | * | | net: mv643xx_eth: Ensure proper data alignment in TSO TX pathPhilipp Kirchhofer2015-10-211-5/+17
| |/ / /
| * | | Merge branch 'smsc-energy-detect'David S. Miller2015-10-214-9/+50
| |\ \ \
| | * | | net: phy: smsc: disable energy detect modeHeiko Schocher2015-10-212-5/+38
| | * | | drivers: net: cpsw: add phy-handle parsingHeiko Schocher2015-10-212-4/+12
| |/ / /
| * | | bcm63xx_enet: check 1000BASE-T advertisement configurationSimon Arlott2015-10-211-14/+19
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-10-2436-797/+1533
|\ \ \ \
| * | | | Bluetooth: Increase minor version of core moduleMarcel Holtmann2015-10-221-1/+1
| * | | | ieee802154: 6lowpan: fix memory leakAlexander Aring2015-10-221-4/+9
| * | | | Bluetooth: Make hci_disconnect() behave correctly for all statesJohan Hedberg2015-10-221-8/+3
| * | | | Bluetooth: Take advantage of connection abort helpersJohan Hedberg2015-10-222-104/+11
| * | | | Bluetooth: Introduce hci_req helper to abort a connectionJohan Hedberg2015-10-222-0/+97
| * | | | Bluetooth: hci_bcm: checking for ERR_PTR instead of NULLDan Carpenter2015-10-221-2/+2
| * | | | Bluetooth: Fix crash in SMP when unpairingJohan Hedberg2015-10-223-0/+30
| * | | | Bluetooth: Disable auto-connection parameters when unpairingJohan Hedberg2015-10-221-0/+10
| * | | | Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg2015-10-213-22/+3
| * | | | Bluetooth: Remove redundant (and possibly wrong) flag clearingJohan Hedberg2015-10-211-1/+0
| * | | | Bluetooth: Add hdev helper variable to hci_le_create_connection_cancelJohan Hedberg2015-10-211-6/+7
| * | | | Bluetooth: Remove unnecessary indentation in unpair_device()Johan Hedberg2015-10-211-23/+32
| * | | | Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg2015-10-211-1/+1
| * | | | Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg2015-10-213-11/+11
| * | | | Bluetooth: Add hci_conn_hash_lookup_le() helper functionJohan Hedberg2015-10-211-0/+24
| * | | | Bluetooth: Add le_addr_type() helper functionJohan Hedberg2015-10-211-38/+18
| * | | | Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg2015-10-212-9/+44
| * | | | Bluetooth: btintel: Enable extra Intel vendor eventsMarcel Holtmann2015-10-213-9/+92
| * | | | Bluetooth: btusb: Set manufacturer for Intel bootloader devicesMarcel Holtmann2015-10-211-1/+3
| * | | | Bluetooth: Introduce driver specific post init callbackMarcel Holtmann2015-10-212-1/+5
| * | | | Bluetooth: hci_uart: Provide initial manufacturer informationMarcel Holtmann2015-10-216-0/+12
| * | | | Bluetooth: l2cap_disconnection_req priority over shutdownDean Jenkins2015-10-211-1/+10
| * | | | Bluetooth: Reorganize mutex lock in l2cap_sock_shutdown()Dean Jenkins2015-10-211-17/+27
| * | | | Bluetooth: Unwind l2cap_sock_shutdown()Dean Jenkins2015-10-211-14/+18
| * | | | 6lowpan: put mcast compression in an own functionAlexander Aring2015-10-211-27/+32
| * | | | 6lowpan: rework tc and flow label handlingAlexander Aring2015-10-211-85/+205
| * | | | 6lowpan: iphc: change define valuesAlexander Aring2015-10-211-93/+106
| * | | | 6lowpan: remove lowpan_is_addr_broadcastAlexander Aring2015-10-212-11/+1
| * | | | 6lowpan: move IPHC functionality definesAlexander Aring2015-10-214-124/+112
| * | | | 6lowpan: nhc: move iphc manipulation out of nhcAlexander Aring2015-10-213-17/+14
| * | | | 6lowpan: remove lowpan_fetch_skb_u8Alexander Aring2015-10-212-15/+16
| * | | | 6lowpan: cleanup lowpan_header_decompressAlexander Aring2015-10-217-96/+103
| * | | | 6lowpan: cleanup lowpan_header_compressAlexander Aring2015-10-214-20/+32
| * | | | 6lowpan: introduce LOWPAN_IPHC_MAX_HC_BUF_LENAlexander Aring2015-10-212-1/+9
| * | | | bluetooth: 6lowpan: use lowpan dispatch helpersAlexander Aring2015-10-211-30/+27
| * | | | mac802154: llsec: use kzfreeAlexander Aring2015-10-211-10/+10