summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* switchdev: fix: pass correct obj size when deferring obj addScott Feldman2015-10-301-2/+17
* switchdev: fix: erasing too much of vlan obj when handling multiple vlan specsScott Feldman2015-10-301-2/+2
* Merge tag 'nfc-next-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2015-10-3015-81/+297
|\
| * NFC: nci: non-static functions can not be inlineRobert Dolca2015-10-281-8/+8
| * NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard2015-10-271-1/+6
| * NFC: NCI: move generic spi driver to a moduleVincent Cuissard2015-10-273-2/+7
| * NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard2015-10-271-1/+3
| * NFC: st21nfca: Add support for proprietary commandsChristophe Ricard2015-10-271-0/+2
| * NFC: st-nci: Add few code style fixesChristophe Ricard2015-10-271-1/+1
| * NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard2015-10-277-11/+24
| * NFC: nci: Create pipe on specific gate in nci_hci_connect_gateChristophe Ricard2015-10-261-1/+55
| * NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Christophe Ricard2015-10-261-0/+4
| * NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard2015-10-261-0/+15
| * NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard2015-10-261-2/+2
| * NFC: nci: Fix improper management of HCI return codeChristophe Ricard2015-10-261-17/+49
| * NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard2015-10-261-7/+13
| * NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca2015-10-251-0/+13
| * NFC: nci: fix possible crash in nci_core_conn_createRobert Dolca2015-10-251-1/+8
| * NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca2015-10-251-8/+8
| * NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca2015-10-253-21/+54
| * NFC: nci: Introduce nci_core_cmdRobert Dolca2015-10-251-5/+19
| * NFC: nci: Do not call post_setup when setup failsRobert Dolca2015-10-251-2/+1Star
| * NFC: nci: Add function to get max packet size for connRobert Dolca2015-10-251-0/+12
| * NFC: nci: Export nci data send APIRobert Dolca2015-10-251-0/+1
| * NFC: delete null dereferenceJulia Lawall2015-10-191-4/+2Star
| * NFC: nci: Use __nci_request for exported routinesSamuel Ortiz2015-10-031-5/+6
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-10-307-47/+62
|\ \
| * | bluetooth: 6lowpan: fix NOHZ: local_softirq_pendingAlexander Aring2015-10-271-1/+1
| * | Bluetooth: Fix crash on fast disconnect of SCOKuba Pawlak2015-10-271-0/+5
| * | Bluetooth: Fix some obvious coding style issues in the SCO moduleMarcel Holtmann2015-10-261-11/+19
| * | Bluetooth: Replace hci_notify with hci_sock_dev_eventMarcel Holtmann2015-10-261-16/+9Star
| * | Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann2015-10-264-17/+17
| * | Bluetooth: Remove unneeded parenthesis around MSG_OOBMarcel Holtmann2015-10-262-2/+2
| * | Bluetooth: Fix locking issue during fast SCO reconnection.Kuba Pawlak2015-10-251-0/+5
| * | Bluetooth: Fix locking issue on SCO disconnectionKuba Pawlak2015-10-251-0/+2
| * | Bluetooth: Fix crash on SCO disconnectKuba Pawlak2015-10-251-0/+2
* | | ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTUAlexander Duyck2015-10-301-19/+27
* | | switchdev: Add support for flood controlIdo Schimmel2015-10-301-1/+4
* | | bridge: set is_local and is_static before fdb entry is added to the fdb hasht...Roopa Prabhu2015-10-302-9/+10
* | | mpls: reduce memory usage of routesRobert Shearman2015-10-282-38/+111
* | | mpls: fix forwarding using v4/v6 explicit nullRobert Shearman2015-10-281-0/+2
* | | sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa2015-10-281-3/+17
* | | net: tso: add support for IPv6emmanuel.grumbach@intel.com2015-10-271-5/+13
* | | ipv6: icmp: include addresses in debug messagesBjørn Mork2015-10-271-4/+8
* | | af_unix: do not report POLLOUT on listenersEric Dumazet2015-10-251-2/+3
* | | tipc: link_is_bc_sndlink() can be staticWu Fengguang2015-10-252-5/+5
* | | tipc: clean up unused code and structuresJon Paul Maloy2015-10-249-1104/+30Star
* | | tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy2015-10-242-3/+3
* | | tipc: eliminate link's reference to owner nodeJon Paul Maloy2015-10-244-22/+29
* | | tipc: eliminate redundant buffer cloning at transmissionJon Paul Maloy2015-10-242-28/+15Star